Searched refs:CheckConstant (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 236 bool CheckConstant(InterpState &S, CodePtr OpPC, const Descriptor *Desc) { in CheckConstant() function 270 static bool CheckConstant(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckConstant() function 271 return CheckConstant(S, OpPC, Ptr.getDeclDesc()); in CheckConstant() 362 if (!CheckConstant(S, OpPC, Ptr)) in CheckLoad()
|
| H A D | Interp.h | 81 bool CheckConstant(InterpState &S, CodePtr OpPC, const Descriptor *Desc); 1008 if (!CheckConstant(S, OpPC, B->getDescriptor())) in GetGlobal()
|