Searched refs:CheckDummy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 520 if (!CheckDummy(S, OpPC, Ptr, AK)) in CheckLoad() 542 if (!CheckDummy(S, OpPC, Ptr, AK_Assign)) in CheckStore() 785 bool CheckDummy(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckDummy() function
|
H A D | InterpBuiltin.cpp | 218 if (!CheckDummy(S, OpPC, StrPtr, AK_Read)) in interp__builtin_strlen()
|
H A D | Interp.h | 59 bool CheckDummy(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
|