HomeSort by relevance Sort by last modified time
    Searched refs:getTypeAlignInChars (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
SwiftCallingConv.cpp 796 CharUnits alignment = CGM.getContext().getTypeAlignInChars(type);
TargetInfo.cpp 80 return ABIArgInfo::getIndirect(getContext().getTypeAlignInChars(Ty),
86 return ABIArgInfo::getIndirectInReg(getContext().getTypeAlignInChars(Ty),
    [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp 94 CharUnits Align = getContext().getTypeAlignInChars(Ty);
100 return CreateMemTemp(Ty, getContext().getTypeAlignInChars(Ty), Name);
333 CharUnits alignment = CGF.getContext().getTypeAlignInChars(Ty);
590 AlignVal = getContext().getTypeAlignInChars(Ty).getQuantity();
    [all...]
CodeGenModule.cpp     [all...]
CGCall.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 730 return Ctx.getTypeAlignInChars(QT).getQuantity();

Completed in 1853 milliseconds

1 2