HomeSort by relevance Sort by last modified time
    Searched refs:TypeSize (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 50 CharUnits TypeSize, QualType ToPointeeTy) {
68 if (ArrayTy->getSize() == 1 && TypeSize > FlexSize)
69 TypeSize -= FlexSize;
81 CharUnits Left = RegionSize - TypeSize;
119 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
122 if (typeSize.isZero())
125 if (regionSize % typeSize == 0)
128 if (evenFlexibleArraySize(Ctx, regionSize, typeSize, ToPointeeTy))
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 481 uint64_t *TypeSize, unsigned *Alignment);
486 Value *Addr, uint32_t TypeSize, bool IsWrite,
489 uint32_t TypeSize, bool IsWrite,
493 Value *ShadowValue, uint32_t TypeSize);
514 uint64_t TypeSize) const;
    [all...]
ThreadSanitizer.cpp 496 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
498 if (Alignment == 0 || Alignment >= 8 || (Alignment % (TypeSize / 8)) == 0)
668 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
669 if (TypeSize != 8 && TypeSize != 16 &&
670 TypeSize != 32 && TypeSize != 64 && TypeSize != 128) {
675 size_t Idx = countTrailingZeros(TypeSize / 8);
EfficiencySanitizer.cpp     [all...]
SanitizerCoverage.cpp 499 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType());
503 {ConstantInt::get(Int64Ty, (TypeSize << 32) | ICMP->getPredicate()),
  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 155 auto TypeSize = DL.getTypeAllocSize(GlobalType);
157 GVSizes32.push_back(TypeSize);
159 GVSizes64.push_back(TypeSize);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 231 uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType());
233 ConstantOffset += CI->getSExtValue()*TypeSize;
234 } else if (TypeSize) { // Scales of zero don't do anything.
241 VariableScale = TypeSize;
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 677 void LayoutWideBitField(uint64_t FieldSize, uint64_t TypeSize,
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 330 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
331 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 649 UINT32 TypeSize = 0;
683 _PCATCH(gCVfrVarDataTypeDB.GetDataTypeSize(TypeName, &TypeSize), LineNum);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 742 unsigned TypeSize = (size_t)TD.getTypeAllocSize(Ty);
745 unsigned MemToAlloc = std::max(1U, NumElements * TypeSize);
750 DEBUG(dbgs() << "Allocated Type: " << *Ty << " (" << TypeSize << " bytes) x "
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h     [all...]

Completed in 982 milliseconds

1 2