Home
last modified time | relevance | path

Searched refs:CheckDummy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp520 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 DInterpBuiltin.cpp218 if (!CheckDummy(S, OpPC, StrPtr, AK_Read)) in interp__builtin_strlen()
H A DInterp.h59 bool CheckDummy(InterpState &S, CodePtr OpPC, const Pointer &Ptr,