/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | VLASizeChecker.cpp | 97 CanQualType SizeTy = Ctx.getSizeType(); in checkVLA() local 190 QualType SizeTy = SizeE->getType(); checkVLAIndexSize() local
|
H A D | CStringChecker.cpp | 409 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 D | StdLibraryFunctionsChecker.cpp | 1666 const QualType SizeTy = ACtx.getSizeType(); in initFunctionSummaries() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | Utility.cpp | 37 Type *SizeTy = M.getDataLayout().getIntPtrType(M.getContext()); getOffloadingEntryInitializer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 37 Type *SizeTy = M.getDataLayout().getIntPtrType(C); insertCall() local
|
H A D | SimplifyLibCalls.cpp | 1277 Type *SizeTy = Size->getType(); optimizeMemRChr() local 1363 Type *SizeTy = Size->getType(); optimizeMemChr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 50 llvm::IntegerType *SizeTy; member
|
H A D | CGCoroutine.cpp | 844 CanQualType SizeTy = Context.getSizeType(); EmitCoroutineIntrinsic() local 851 CanQualType SizeTy = Context.getSizeType(); EmitCoroutineIntrinsic() local
|
H A D | CGCUDANV.cpp | 40 llvm::IntegerType *IntTy, *SizeTy; member in __anon3a87e5fb0111::CGNVCUDARuntime [all...] |
H A D | CGObjCGNU.cpp | 150 llvm::IntegerType *SizeTy; member in __anonf88679620111::CGObjCGNU
|
H A D | ItaniumCXXABI.cpp | 1304 llvm::Type *SizeTy = CGF.ConvertType(getContext().getSizeType()); emitThrow() local [all...] |
H A D | CGCall.cpp | 4510 auto SizeTy = Context.getSizeType(); EmitCallArgs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 1171 const LLT SizeTy = LLT::scalar(PtrTy.getSizeInBits()); copyArgumentMemory() local
|
H A D | IRTranslator.cpp | 1703 LLT SizeTy = LLT::scalar(MinPtrSize); in translateMemFunc() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3223 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 D | SemaExprCXX.cpp | 2330 QualType SizeTy = Context.getSizeType(); BuildCXXNew() local 2696 QualType SizeTy = Context.getSizeType(); FindAllocationFunctions() local [all...] |
H A D | SemaDeclCXX.cpp | 16334 CanQualType SizeTy = CheckOperatorNewDeclaration() local
|
H A D | SemaChecking.cpp | 9143 const QualType SizeTy = Context.getSizeType(); SemaBuiltinVAStartARMMicrosoft() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7967 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
|