/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 50 CharUnits TypeSize, QualType ToPointeeTy) { in evenFlexibleArraySize()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/ |
H A D | InlineCost.cpp | 271 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 D | AddressSanitizer.cpp | 701 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 D | ThreadSanitizer.cpp | 554 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex() local
|
H A D | MemorySanitizer.cpp | 520 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 D | RecordLayoutBuilder.cpp | 1352 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 D | GlobalOpt.cpp | 1304 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 D | CGException.cpp | 452 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); in EmitCXXThrowExpr() local
|
H A D | CGClass.cpp | 754 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); in EmitAsanPrologueOrEpilogue() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1174 uint64_t TypeSize = TD ? TD->getTypeAllocSize(IndexedTy) : 1; in computeKnownBits() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 970 unsigned TypeSize = (size_t)TD.getTypeAllocSize(Ty); in visitAllocaInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2450 uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType()); in MatchOperationAddr() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3985 size_t TypeSize = T->getSize().getZExtValue(); in CheckFormatString() local 4039 size_t TypeSize = T->getSize().getZExtValue(); in FormatStringHasSArg() local
|
H A D | SemaDecl.cpp | 12123 uint64_t TypeSize = Context.getTypeSize(FieldTy); in VerifyBitField() local
|
H A D | SemaExpr.cpp | 8382 unsigned TypeSize = Context.getTypeSize(VTy->getElementType()); in GetSignedVectorType() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3334 uint64_t TypeSize = DL.getTypeSizeInBits(Ty); in stripAggregateTypeWrapping() local
|