Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp587 bool CheckMutable(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckMutable() function
761 if (!CheckMutable(S, OpPC, Ptr)) in CheckLoad()
792 if (!CheckMutable(S, OpPC, Ptr)) in CheckFinalLoad()
H A DInterpBuiltin.cpp2235 if (!CheckMutable(S, OpPC, Ptr)) in interp__builtin_is_within_lifetime()
H A DInterp.h86 bool CheckMutable(InterpState &S, CodePtr OpPC, const Pointer &Ptr);