Searched refs:CheckExtern (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 385 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern() function 743 if (!CheckExtern(S, OpPC, Ptr)) in CheckLoad() 778 if (!CheckExtern(S, OpPC, Ptr)) in CheckFinalLoad() 804 if (!CheckExtern(S, OpPC, Ptr)) in CheckStore() 821 if (!CheckExtern(S, OpPC, Ptr)) in CheckInvoke() 1794 if (!CheckExtern(S, OpPC, Ptr)) in CheckNewTypeMismatch()
|
| H A D | Interp.h | 45 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
|