Home
last modified time | relevance | path

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

/freebsd/contrib/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(); in getIndex() local
608 QualType SizeTy = Size.Expression->getType(); in CheckBufferAccess() local
1083 QualType SizeTy = SvalBuilder.getContext().getSizeType(); in getCStringLength() local
1208 SVal SizeV, QualType SizeTy) { in invalidateDestinationBufferBySize()
2536 QualType SizeTy = Size.Expression->getType(); in evalMemset() local
2584 QualType SizeTy = Size.Expression->getType(); in evalBzero() local
H A DStdLibraryFunctionsChecker.cpp1666 const QualType SizeTy = ACtx.getSizeType(); in initFunctionSummaries() local
H A DMallocChecker.cpp1724 QualType SizeTy = SVB.getContext().getSizeType(); in checkTaintedness() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp39 Type *SizeTy = M.getDataLayout().getIntPtrType(M.getContext()); in getOffloadingEntryInitializer() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp40 Type *SizeTy = M.getDataLayout().getIntPtrType(C); in insertCall() local
H A DSimplifyLibCalls.cpp1286 Type *SizeTy = Size->getType(); in optimizeMemRChr() local
1372 Type *SizeTy = Size->getType(); in optimizeMemChr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp269 QualType SizeTy = Ctx.getSizeType(); in ParseHLSLAnnotations() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h50 llvm::IntegerType *SizeTy; member
H A DCGCoroutine.cpp982 CanQualType SizeTy = Context.getSizeType(); in EmitCoroutineIntrinsic() local
989 CanQualType SizeTy = Context.getSizeType(); in EmitCoroutineIntrinsic() local
H A DCGCUDANV.cpp40 llvm::IntegerType *IntTy, *SizeTy; member in __anon2162a9e90111::CGNVCUDARuntime
H A DCGObjCGNU.cpp150 llvm::IntegerType *SizeTy; member in __anonbab9bb100111::CGObjCGNU
H A DItaniumCXXABI.cpp1449 llvm::Type *SizeTy = CGF.ConvertType(getContext().getSizeType()); in emitThrow() local
H A DCGCall.cpp4532 auto SizeTy = Context.getSizeType(); in EmitCallArgs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1286 const LLT SizeTy = LLT::scalar(PtrTy.getSizeInBits()); in copyArgumentMemory() local
H A DIRTranslator.cpp1703 LLT SizeTy = LLT::scalar(MinPtrSize); in translateMemFunc() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3185 Type *SizeTy = II.getLength()->getType(); in visitMemSetInst() local
3381 Type *SizeTy = II.getLength()->getType(); in visitMemTransferInst() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2361 QualType SizeTy = Context.getSizeType(); in BuildCXXNew() local
2721 QualType SizeTy = Context.getSizeType(); in FindAllocationFunctions() local
H A DSemaChecking.cpp4787 const QualType SizeTy = Context.getSizeType(); in BuiltinVAStartARMMicrosoft() local
H A DSemaDeclCXX.cpp16212 CanQualType SizeTy = in CheckOperatorNewDeclaration() local
H A DSemaOpenMP.cpp15995 QualType SizeTy = SizeExpr->getType(); in ActOnOpenMPSizesClause() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8343 Type *SizeTy, unsigned ElemSz, in getAtomicMemcpy()
8459 Type *SizeTy, unsigned ElemSz, in getAtomicMemmove()
8597 Type *SizeTy, unsigned ElemSz, in getAtomicMemset()