Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp555 bool CheckInvoke(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInvoke() function
H A DInterp.h105 bool CheckInvoke(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
2492 if (!CheckInvoke(S, OpPC, ThisPtr)) in CallVar()
2543 if (!CheckInvoke(S, OpPC, ThisPtr)) in Call()