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

  /external/clang/lib/AST/
ItaniumCXXABI.cpp 60 unsigned Align = Target.getTypeAlign(PtrDiff);
ASTContext.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 242 unsigned getTypeAlign(IntType T) const;
302 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
307 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
312 unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 461 CGM.getContext().getTypeAlign(BT),
503 uint64_t Align = CGM.getContext().getTypeAlign(BT);
516 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
647 uint64_t Align = CGM.getContext().getTypeAlign(Ty);
709 FieldAlign = CGM.getContext().getTypeAlign(Ty);
    [all...]
TargetInfo.cpp 801 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 207 /// getTypeAlign - Return the alignment (in bits) of the specified integer type
209 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/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
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 1586 milliseconds