Searched refs:CheckArraySize (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.h | 222 bool CheckArraySize(InterpState &S, CodePtr OpPC, SizeT *NumElements, in CheckArraySize() function 2865 if (!CheckArraySize(S, OpPC, &NumElements, primSize(T), IsNoThrow)) { in AllocN() 2890 if (!CheckArraySize(S, OpPC, &NumElements, ElementDesc->getSize(), in AllocCN()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 1045 bool CheckArraySize(SourceLocation Loc, unsigned BitWidth, in CheckArraySize() function in __anon6f5850ef0411::EvalInfo 3640 static bool CheckArraySize(EvalInfo &Info, const ConstantArrayType *CAT, in CheckArraySize() function 3642 return Info.CheckArraySize( 3823 if (!CheckArraySize(Info, CAT, E->getExprLoc())) in findSubobject() 6623 if (!CheckArraySize(Info, CAT, CallRange.getBegin())) in HandleDestructionImpl() 6864 if (!Info.CheckArraySize(E->getBeginLoc(), ByteSize.getActiveBits(), in HandleOperatorNewCall() 9970 if (!Info.CheckArraySize(ArraySize.value()->getExprLoc(), in VisitCXXNewExpr()
|