HomeSort by relevance Sort by last modified time
    Searched refs:fromQuantity (Results 1 - 23 of 23) sorted by null

  /external/clang/include/clang/AST/
BaseSubobject.h 59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
CharUnits.h 63 /// fromQuantity - Construct a CharUnits quantity from a raw integer type.
64 static CharUnits fromQuantity(QuantityType Quantity) {
201 return clang::CharUnits::fromQuantity(Quantity);
208 return clang::CharUnits::fromQuantity(Quantity);
VTableBuilder.h 173 return CharUnits::fromQuantity(Value >> 3);
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 62 CharUnits regionSize = CharUnits::fromQuantity(extentInt->getSExtValue());
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 241 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty));
506 CharUnits fieldAlign = CharUnits::fromQuantity(
508 CharUnits fieldSize = CharUnits::fromQuantity(
705 if (Layout.getVBPtrOffset() != CharUnits::fromQuantity(-1)) {
856 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(fieldType));
    [all...]
CGValue.h 243 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); }
476 return CharUnits::fromQuantity(Alignment);
CGBlocks.cpp 216 LeftValue = CharUnits::fromQuantity(64);
218 LeftValue = CharUnits::fromQuantity(32);
221 LeftValue = CharUnits::fromQuantity(16);
226 RightValue = CharUnits::fromQuantity(64);
228 RightValue = CharUnits::fromQuantity(32);
231 RightValue = CharUnits::fromQuantity(16);
292 return CharUnits::fromQuantity(v.getQuantity() & (~v.getQuantity() + 1));
    [all...]
CGExprConstant.cpp 81 return CharUnits::fromQuantity(
86 return CharUnits::fromQuantity(
251 NextFieldOffsetInChars -= CharUnits::fromQuantity(AT->getNumElements());
255 AppendPadding(CharUnits::fromQuantity(AT->getNumElements()-1));
339 CharUnits ElementAlign = CharUnits::fromQuantity(
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExprCXX.cpp     [all...]
CGExprAgg.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp 534 return CharUnits::fromQuantity(CGM.PointerSizeInBytes);
    [all...]
CGObjCMac.cpp     [all...]
CGClass.cpp 803 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment);
    [all...]
CodeGenModule.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 655 VBPtrOffset(CharUnits::fromQuantity(-1)),
    [all...]
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 720 CharUnits amt = CharUnits::fromQuantity(Value.getZExtValue());
    [all...]
RegionStore.cpp     [all...]

Completed in 465 milliseconds