Searched refs:CheckConstant (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 301 bool CheckConstant(InterpState &S, CodePtr OpPC, const Descriptor *Desc) { in CheckConstant() function 335 static bool CheckConstant(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckConstant() function 338 return CheckConstant(S, OpPC, Ptr.getDeclDesc()); in CheckConstant() 517 if (!CheckConstant(S, OpPC, Ptr)) in CheckLoad()
|
H A D | Interp.h | 87 bool CheckConstant(InterpState &S, CodePtr OpPC, const Descriptor *Desc); 1288 if (!CheckConstant(S, OpPC, Ptr.getFieldDesc())) in GetGlobal()
|