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

  /external/clang/include/clang/Basic/
TargetInfo.h 216 unsigned getTypeAlign(IntType T) const;
272 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
277 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
282 unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 443 CGM.getContext().getTypeAlign(BT),
485 uint64_t Align = CGM.getContext().getTypeAlign(BT);
498 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
655 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
718 FieldAlign = CGM.getContext().getTypeAlign(Ty);
    [all...]
TargetInfo.cpp 789 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 148 /// getTypeAlign - Return the alignment (in bits) of the specified integer type
150 unsigned TargetInfo::getTypeAlign(IntType T) const {
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 182 milliseconds