Searched refs:CheckStore (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Interp.h | 77 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 353 if (!CheckStore(S, OpPC, Field)) in SetField() 396 if (!CheckStore(S, OpPC, Field)) in SetThisField() 637 if (!CheckStore(S, OpPC, Ptr)) in Store() 647 if (!CheckStore(S, OpPC, Ptr)) in StorePop() 657 if (!CheckStore(S, OpPC, Ptr)) in StoreBitField() 671 if (!CheckStore(S, OpPC, Ptr)) in StoreBitFieldPop()
|
H A D | Interp.cpp | 301 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckStore() function
|