Home
last modified time | relevance | path

Searched refs:check_caller (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc32-i1-stack-arguments-abi-bug.ll9 call void @check_caller(
20 declare void @check_caller(
/external/python/cpython3/Python/
Dcompile.c3997 check_caller(struct compiler *c, expr_ty e) in check_caller() function
4147 if (!check_caller(c, e->v.Call.func)) { in compiler_call()