Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp97 CanQualType SizeTy = Ctx.getSizeType(); in checkVLA() local
190 QualType SizeTy = SizeE->getType(); checkVLAIndexSize() local
H A DCStringChecker.cpp409 QualType SizeTy = Ctx.getSizeType(); CheckLocation() local
467 QualType SizeTy = Size.Expression->getType(); CheckBufferAccess() local
938 QualType SizeTy = SvalBuilder.getContext().getSizeType(); getCStringLength() local
1063 invalidateDestinationBufferBySize(CheckerContext & C,ProgramStateRef S,const Expr * BufE,SVal BufV,SVal SizeV,QualType SizeTy) invalidateDestinationBufferBySize() argument
2388 QualType SizeTy = Size.Expression->getType(); evalMemset() local
2436 QualType SizeTy = Size.Expression->getType(); evalBzero() local
[all...]
H A DStdLibraryFunctionsChecker.cpp1666 const QualType SizeTy = ACtx.getSizeType(); in initFunctionSummaries() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp37 Type *SizeTy = M.getDataLayout().getIntPtrType(M.getContext()); getOffloadingEntryInitializer() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp37 Type *SizeTy = M.getDataLayout().getIntPtrType(C); insertCall() local
H A DSimplifyLibCalls.cpp1277 Type *SizeTy = Size->getType(); optimizeMemRChr() local
1363 Type *SizeTy = Size->getType(); optimizeMemChr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h50 llvm::IntegerType *SizeTy; member
H A DCGCoroutine.cpp844 CanQualType SizeTy = Context.getSizeType(); EmitCoroutineIntrinsic() local
851 CanQualType SizeTy = Context.getSizeType(); EmitCoroutineIntrinsic() local
H A DCGCUDANV.cpp40 llvm::IntegerType *IntTy, *SizeTy; member in __anon3a87e5fb0111::CGNVCUDARuntime
[all...]
H A DCGObjCGNU.cpp150 llvm::IntegerType *SizeTy; member in __anonf88679620111::CGObjCGNU
H A DItaniumCXXABI.cpp1304 llvm::Type *SizeTy = CGF.ConvertType(getContext().getSizeType()); emitThrow() local
[all...]
H A DCGCall.cpp4510 auto SizeTy = Context.getSizeType(); EmitCallArgs() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1171 const LLT SizeTy = LLT::scalar(PtrTy.getSizeInBits()); copyArgumentMemory() local
H A DIRTranslator.cpp1703 LLT SizeTy = LLT::scalar(MinPtrSize); in translateMemFunc() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3223 Type *SizeTy = II.getLength()->getType(); visitMemSetInst() local
3416 Type *SizeTy = II.getLength()->getType(); visitMemTransferInst() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2330 QualType SizeTy = Context.getSizeType(); BuildCXXNew() local
2696 QualType SizeTy = Context.getSizeType(); FindAllocationFunctions() local
[all...]
H A DSemaDeclCXX.cpp16334 CanQualType SizeTy = CheckOperatorNewDeclaration() local
H A DSemaChecking.cpp9143 const QualType SizeTy = Context.getSizeType(); SemaBuiltinVAStartARMMicrosoft() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7967 getAtomicMemcpy(SDValue Chain,const SDLoc & dl,SDValue Dst,SDValue Src,SDValue Size,Type * SizeTy,unsigned ElemSz,bool isTailCall,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) getAtomicMemcpy() argument
8069 getAtomicMemmove(SDValue Chain,const SDLoc & dl,SDValue Dst,SDValue Src,SDValue Size,Type * SizeTy,unsigned ElemSz,bool isTailCall,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) getAtomicMemmove() argument
8197 getAtomicMemset(SDValue Chain,const SDLoc & dl,SDValue Dst,SDValue Value,SDValue Size,Type * SizeTy,unsigned ElemSz,bool isTailCall,MachinePointerInfo DstPtrInfo) getAtomicMemset() argument