Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp396 bool CheckInvoke(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInvoke() function
H A DInterp.h96 bool CheckInvoke(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
1881 if (!CheckInvoke(S, OpPC, ThisPtr)) in Call()