Searched refs:CheckConstant (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 444 bool CheckConstant(InterpState &S, CodePtr OpPC, const Descriptor *Desc) { in CheckConstant() function 496 static bool CheckConstant(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckConstant() function 501 return CheckConstant(S, OpPC, Ptr.getDeclDesc()); in CheckConstant() 745 if (!CheckConstant(S, OpPC, Ptr)) in CheckLoad() 773 if (!CheckConstant(S, OpPC, Ptr)) in CheckFinalLoad()
|
| H A D | Interp.h | 83 bool CheckConstant(InterpState &S, CodePtr OpPC, const Descriptor *Desc); 1488 if (!CheckConstant(S, OpPC, Ptr.getFieldDesc())) in GetGlobal()
|