Searched refs:CheckArraySize (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 175 inline bool CheckArraySize(InterpState &S, CodePtr OpPC, uint64_t NumElems); 257 bool CheckArraySize(InterpState &S, CodePtr OpPC, SizeT *NumElements, in CheckArraySize() function 3319 if (!CheckArraySize(S, OpPC, &NumElements, primSize(T), IsNoThrow)) { in AllocN() 3329 if (!CheckArraySize(S, OpPC, static_cast<uint64_t>(NumElements))) in AllocN() 3351 if (!CheckArraySize(S, OpPC, &NumElements, ElementDesc->getSize(), in AllocCN() 3362 if (!CheckArraySize(S, OpPC, static_cast<uint64_t>(NumElements))) in AllocCN() 3479 inline bool CheckArraySize(InterpState &S, CodePtr OpPC, uint64_t NumElems) { in CheckArraySize() function
|
| H A D | Opcodes.td | 426 def CheckArraySize : Opcode { let Args = [ArgUint64]; }
|
| H A D | InterpBuiltin.cpp | 1530 if (!CheckArraySize(S, OpPC, NumElems.getZExtValue())) in interp__builtin_operator_new()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 1064 bool CheckArraySize(SourceLocation Loc, unsigned BitWidth, in CheckArraySize() function in __anonfb577fba0411::EvalInfo 3856 static bool CheckArraySize(EvalInfo &Info, const ConstantArrayType *CAT, in CheckArraySize() function 3858 return Info.CheckArraySize( 4045 if (!CheckArraySize(Info, CAT, E->getExprLoc())) in findSubobject() 6929 if (!CheckArraySize(Info, CAT, CallRange.getBegin())) in HandleDestructionImpl() 7172 if (!Info.CheckArraySize(E->getBeginLoc(), ByteSize.getActiveBits(), in HandleOperatorNewCall() 10399 if (!Info.CheckArraySize(ArraySize.value()->getExprLoc(), in VisitCXXNewExpr()
|