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

  /external/clang/include/clang/Basic/
TargetInfo.h 272 unsigned getTypeAlign(IntType T) const;
340 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
345 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
350 unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
    [all...]
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 108 unsigned Align = Target.getTypeAlign(PtrDiff);
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 502 CGM.getContext().getTypeAlign(BT), llvm::dwarf::DW_ATE_unsigned);
572 uint64_t Align = CGM.getContext().getTypeAlign(BT);
583 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
706 Align = CGM.getContext().getTypeAlign(Ty);
729 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
790 FieldAlign = CGM.getContext().getTypeAlign(Ty);
    [all...]
TargetInfo.cpp 52 const uint64_t Alignment = Context.getTypeAlign(Ty);
    [all...]
CGAtomic.cpp     [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 233 /// getTypeAlign - Return the alignment (in bits) of the specified integer type
235 unsigned TargetInfo::getTypeAlign(IntType T) const {
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 80 milliseconds