Home
last modified time | relevance | path

Searched defs:TypeSize (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp50 CharUnits TypeSize, QualType ToPointeeTy) { in evenFlexibleArraySize()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp271 APInt TypeSize(IntPtrWidth, DL->getTypeAllocSize(GTI.getIndexedType())); in accumulateGEPOffset() local
1021 unsigned TypeSize = DL->getTypeSizeInBits(PTy->getElementType()); in analyzeCall() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp701 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex()
879 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy); in instrumentMop() local
941 uint32_t TypeSize) { in createSlowPathCmp()
959 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
H A DThreadSanitizer.cpp554 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex() local
H A DMemorySanitizer.cpp520 unsigned TypeSizeToSizeIndex(unsigned TypeSize) { in TypeSizeToSizeIndex()
763 uint32_t TypeSize = MS.DL->getTypeSizeInBits(OrigTy); in getShadowTy() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1352 uint64_t TypeSize, in LayoutWideBitField()
1422 uint64_t TypeSize = FieldInfo.Width; in LayoutBitField() local
1700 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); in LayoutField() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1304 unsigned TypeSize = DL->getTypeAllocSize(FieldTy); in PerformHeapAllocSRoA() local
1538 unsigned TypeSize = DL->getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp452 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); in EmitCXXThrowExpr() local
H A DCGClass.cpp754 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); in EmitAsanPrologueOrEpilogue() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1174 uint64_t TypeSize = TD ? TD->getTypeAllocSize(IndexedTy) : 1; in computeKnownBits() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp970 unsigned TypeSize = (size_t)TD.getTypeAllocSize(Ty); in visitAllocaInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2450 uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType()); in MatchOperationAddr() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3985 size_t TypeSize = T->getSize().getZExtValue(); in CheckFormatString() local
4039 size_t TypeSize = T->getSize().getZExtValue(); in FormatStringHasSArg() local
H A DSemaDecl.cpp12123 uint64_t TypeSize = Context.getTypeSize(FieldTy); in VerifyBitField() local
H A DSemaExpr.cpp8382 unsigned TypeSize = Context.getTypeSize(VTy->getElementType()); in GetSignedVectorType() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3334 uint64_t TypeSize = DL.getTypeSizeInBits(Ty); in stripAggregateTypeWrapping() local