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

  /external/clang/include/clang/Basic/
TargetInfo.h 177 /// getTypeAlign - Return the alignment (in bits) of the specified integer
179 unsigned getTypeAlign(IntType T) const;
229 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
234 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
239 unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
  /external/clang/lib/Basic/
TargetInfo.cpp 145 /// getTypeAlign - Return the alignment (in bits) of the specified integer type
147 unsigned TargetInfo::getTypeAlign(IntType T) const {
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 424 uint64_t Align = CGM.getContext().getTypeAlign(BT);
437 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
588 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
639 FieldAlign = CGM.getContext().getTypeAlign(Ty);
868 uint64_t Align = CGM.getContext().getTypeAlign(ThisPtrTy);
    [all...]
TargetInfo.cpp 681 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 739 S.Context.getTypeAlign(FD->getType()) <= 8)
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 592 milliseconds