Searched refs:CheckThis (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h89 bool CheckThis(InterpState &S, CodePtr OpPC, const Pointer &This);
378 if (!CheckThis(S, OpPC, This))
393 if (!CheckThis(S, OpPC, This))
428 if (!CheckThis(S, OpPC, This))
441 if (!CheckThis(S, OpPC, This))
455 if (!CheckThis(S, OpPC, This))
533 if (!CheckThis(S, OpPC, This))
556 if (!CheckThis(S, OpPC, This))
577 if (!CheckThis(S, OpPC, This))
606 if (!CheckThis(
[all...]
H A DInterp.cpp375 bool CheckThis(InterpState &S, CodePtr OpPC, const Pointer &This) { function in namespace:clang::interp

Completed in 108 milliseconds