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

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 72 CharUnits getIntAlign() const {
CGException.cpp     [all...]
CGBlocks.cpp 298 assert(CGM.getIntAlign() <= CGM.getPointerAlign());
    [all...]
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp 114 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity();
    [all...]
CGExpr.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 262 Align = Target.getIntAlign();
ASTContext.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 271 /// For example, SignedInt -> getIntAlign().
306 unsigned getIntAlign() const { return IntAlign; }
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 234 /// enum. For example, SignedInt -> getIntAlign().
243 case UnsignedInt: return getIntAlign();

Completed in 1383 milliseconds