Searched refs:CheckExtern (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 187 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern() function 367 if (!CheckExtern(S, OpPC, Ptr)) in CheckLoad() 385 if (!CheckExtern(S, OpPC, Ptr)) in CheckStore() 399 if (!CheckExtern(S, OpPC, Ptr)) in CheckInvoke()
|
| H A D | Interp.h | 49 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 1177 if (!CheckExtern(S, OpPC, Ptr)) in GetPtrField()
|