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 62 /// fromQuantity - Construct a CharUnits quantity from a raw integer type.
63 static CharUnits fromQuantity(QuantityType Quantity) {
195 return clang::CharUnits::fromQuantity(Quantity);
202 return clang::CharUnits::fromQuantity(Quantity);
VTableBuilder.h 177 return CharUnits::fromQuantity(Value >> 3);
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 121 CharUnits regionSize = CharUnits::fromQuantity(extentInt->getSExtValue());
  /external/clang/lib/CodeGen/
CGValue.h 260 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); }
482 return CharUnits::fromQuantity(Alignment);
CGRecordLayoutBuilder.cpp 134 return CharUnits::fromQuantity(DataLayout.getTypeAllocSize(Type));
137 return CharUnits::fromQuantity(DataLayout.getABITypeAlignment(Type));
478 Members.push_back(StorageInfo(Offset - CharUnits::fromQuantity(4),
613 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty));
    [all...]
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 77 return CharUnits::fromQuantity(
82 return CharUnits::fromQuantity(
230 NextFieldOffsetInChars -= CharUnits::fromQuantity(AT->getNumElements());
234 AppendPadding(CharUnits::fromQuantity(AT->getNumElements()-1));
318 CharUnits ElementAlign = CharUnits::fromQuantity(
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExprAgg.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp 565 return CharUnits::fromQuantity(CGM.PointerSizeInBytes);
    [all...]
CGObjCMac.cpp     [all...]
CGClass.cpp 823 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment);
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
VTableBuilder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 746 CharUnits amt = CharUnits::fromQuantity(Value.getZExtValue());
    [all...]
RegionStore.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 1737 milliseconds