HomeSort by relevance Sort by last modified time
    Searched refs:fromQuantity (Results 1 - 24 of 24) 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 62 /// fromQuantity - Construct a CharUnits quantity from a raw integer type.
63 static CharUnits fromQuantity(QuantityType Quantity) {
200 return clang::CharUnits::fromQuantity(Quantity);
207 return clang::CharUnits::fromQuantity(Quantity);
VTableBuilder.h 175 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 235 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty));
500 CharUnits fieldAlign = CharUnits::fromQuantity(
502 CharUnits fieldSize = CharUnits::fromQuantity(
699 if (Layout.getVBPtrOffset() != CharUnits::fromQuantity(-1)) {
840 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(fieldType));
912 return CharUnits::fromQuantity(Types.getDataLayout().getABITypeAlignment(Ty));
    [all...]
CGValue.h 258 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); }
467 return CharUnits::fromQuantity(Alignment);
CGBlocks.cpp 218 LeftValue = CharUnits::fromQuantity(64);
220 LeftValue = CharUnits::fromQuantity(32);
223 LeftValue = CharUnits::fromQuantity(16);
228 RightValue = CharUnits::fromQuantity(64);
230 RightValue = CharUnits::fromQuantity(32);
233 RightValue = CharUnits::fromQuantity(16);
294 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...]
MicrosoftCXXABI.cpp 311 if (VBPtrOffset != CharUnits::fromQuantity(-1)) {
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp 562 return CharUnits::fromQuantity(CGM.PointerSizeInBytes);
    [all...]
CGObjCMac.cpp     [all...]
CGClass.cpp 793 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment);
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 657 VBPtrOffset(CharUnits::fromQuantity(-1)),
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
VTableBuilder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 729 CharUnits amt = CharUnits::fromQuantity(Value.getZExtValue());
    [all...]
RegionStore.cpp     [all...]

Completed in 1935 milliseconds