Home
last modified time | relevance | path

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

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