Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h77 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
354 if (!CheckStore(S, OpPC, Field)) in SetField()
397 if (!CheckStore(S, OpPC, Field)) in SetThisField()
638 if (!CheckStore(S, OpPC, Ptr)) in Store()
648 if (!CheckStore(S, OpPC, Ptr)) in StorePop()
658 if (!CheckStore(S, OpPC, Ptr)) in StoreBitField()
672 if (!CheckStore(S, OpPC, Ptr)) in StoreBitFieldPop()
H A DInterp.cpp301 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckStore() function