Searched refs:CheckExtern (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 181 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern() function 286 if (!CheckExtern(S, OpPC, Ptr)) in CheckLoad() 304 if (!CheckExtern(S, OpPC, Ptr)) in CheckStore() 318 if (!CheckExtern(S, OpPC, Ptr)) in CheckInvoke()
|
| H A D | Interp.h | 48 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 523 if (!CheckExtern(S, OpPC, Ptr)) in GetPtrField()
|