Home
last modified time | relevance | path

Searched defs:SizeTy (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp97 CanQualType SizeTy = Ctx.getSizeType(); in checkVLA() local
184 QualType SizeTy = SizeE->getType(); in checkVLAIndexSize() local
H A DCStringChecker.cpp418 QualType SizeTy = Ctx.getSizeType(); getIndex() local
608 QualType SizeTy = Size.Expression->getType(); CheckBufferAccess() local
1083 QualType SizeTy = SvalBuilder.getContext().getSizeType(); getCStringLength() local
1208 invalidateDestinationBufferBySize(CheckerContext & C,ProgramStateRef S,const Expr * BufE,SVal BufV,SVal SizeV,QualType SizeTy) invalidateDestinationBufferBySize() argument
2536 QualType SizeTy = Size.Expression->getType(); evalMemset() local
2584 QualType SizeTy = Size.Expression->getType(); evalBzero() local
[all...]
H A DStdLibraryFunctionsChecker.cpp1666 const QualType SizeTy = ACtx.getSizeType(); initFunctionSummaries() local
[all...]
H A DMallocChecker.cpp1724 QualType SizeTy = SVB.getContext().getSizeType(); checkTaintedness() local
/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp39 Type *SizeTy = M.getDataLayout().getIntPtrType(M.getContext()); getOffloadingEntryInitializer() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp40 Type *SizeTy = M.getDataLayout().getIntPtrType(C); in insertCall() local
H A DSimplifyLibCalls.cpp1285 Value *SizeM1 = B.CreateSub(Size, ConstantInt::get(SizeTy, 1)); in optimizeMemRChr() local
1371 Type *SizeTy = Size->getType(); optimizeMemChr() local
/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp269 QualType SizeTy = Ctx.getSizeType(); in ParseHLSLAnnotations() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DImplicitWideningOfMultiplicationResultCheck.cpp188 QualType SizeTy = IndexExprType->isSignedIntegerType() ? SSizeTy : USizeTy; handlePointerOffsetting() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h50 llvm::IntegerType *SizeTy; member
H A DCGCoroutine.cpp982 CanQualType SizeTy = Context.getSizeType(); EmitCoroutineIntrinsic() local
989 CanQualType SizeTy = Context.getSizeType(); EmitCoroutineIntrinsic() local
H A DCGCUDANV.cpp40 llvm::IntegerType *IntTy, *SizeTy; global() member in __anon267aee7c0111::CGNVCUDARuntime
[all...]
H A DCGObjCGNU.cpp150 llvm::IntegerType *SizeTy; global() member in __anon62da92030111::CGObjCGNU
H A DItaniumCXXABI.cpp1303 llvm::Type *SizeTy = CGF.ConvertType(getContext().getSizeType()); emitThrow() local
[all...]
H A DCGCall.cpp4549 auto SizeTy = Context.getSizeType(); EmitCallArgs() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1278 const LLT SizeTy = LLT::scalar(PtrTy.getSizeInBits()); copyArgumentMemory() local
H A DIRTranslator.cpp1703 LLT SizeTy = LLT::scalar(MinPtrSize); translateMemFunc() local
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp1096 auto *SizeTy = isValidAccess() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3185 Type *SizeTy = II.getLength()->getType(); visitMemSetInst() local
3381 Type *SizeTy = II.getLength()->getType(); visitMemTransferInst() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2361 QualType SizeTy = Context.getSizeType(); BuildCXXNew() local
2721 QualType SizeTy = Context.getSizeType(); FindAllocationFunctions() local
[all...]
H A DSemaChecking.cpp4783 const QualType SizeTy = Context.getSizeType(); BuiltinVAStartARMMicrosoft() local
H A DSemaDeclCXX.cpp16153 CanQualType SizeTy = CheckOperatorNewDeclaration() local
H A DSemaOpenMP.cpp16481 QualType SizeTy = SizeExpr->getType(); ActOnOpenMPSizesClause() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8298 getAtomicMemcpy(SDValue Chain,const SDLoc & dl,SDValue Dst,SDValue Src,SDValue Size,Type * SizeTy,unsigned ElemSz,bool isTailCall,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) getAtomicMemcpy() argument
8400 getAtomicMemmove(SDValue Chain,const SDLoc & dl,SDValue Dst,SDValue Src,SDValue Size,Type * SizeTy,unsigned ElemSz,bool isTailCall,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) getAtomicMemmove() argument
8528 getAtomicMemset(SDValue Chain,const SDLoc & dl,SDValue Dst,SDValue Value,SDValue Size,Type * SizeTy,unsigned ElemSz,bool isTailCall,MachinePointerInfo DstPtrInfo) getAtomicMemset() argument