Searched refs:CheckMutable (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 587 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 D | InterpBuiltin.cpp | 2235 if (!CheckMutable(S, OpPC, Ptr)) in interp__builtin_is_within_lifetime()
|
| H A D | Interp.h | 86 bool CheckMutable(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
|