Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp575 bool CheckCallable(InterpState &S, CodePtr OpPC, const Function *F) { in CheckCallable() function
H A DInterp.h111 bool CheckCallable(InterpState &S, CodePtr OpPC, const Function *F);
2500 if (!CheckCallable(S, OpPC, Func)) in CallVar()
2548 if (!CheckCallable(S, OpPC, Func)) in Call()