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

  /external/clang/include/clang/Basic/
TargetInfo.h 169 /// getTypeAlign - Return the alignment (in bits) of the specified integer
171 unsigned getTypeAlign(IntType T) const;
217 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
222 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
227 unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
  /external/clang/lib/Basic/
TargetInfo.cpp 139 /// getTypeAlign - Return the alignment (in bits) of the specified integer type
141 unsigned TargetInfo::getTypeAlign(IntType T) const {
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 409 uint64_t Align = CGM.getContext().getTypeAlign(BT);
422 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
526 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
577 FieldAlign = CGM.getContext().getTypeAlign(Ty);
    [all...]
TargetInfo.cpp 669 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 726 S.Context.getTypeAlign(FD->getType()) <= 8)
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 830 Align = getTypeAlign(cast<ArrayType>(T)->getElementType());
    [all...]

Completed in 60 milliseconds