Searched refs:CSK_Base (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | State.h | 41 CSK_Base, enumerator
|
| H A D | Interp.h | 1236 if (!CheckNull(S, OpPC, Ptr, CSK_Base)) in GetPtrBase() 1238 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBase() 1246 if (!CheckNull(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop() 1248 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop() 1283 if (!CheckNull(S, OpPC, Ptr, CSK_Base)) in GetPtrVirtBase()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 1712 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl()
|