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

  /external/clang/lib/CodeGen/
CGExpr.cpp 71 CharUnits Align = getContext().getTypeAlignInChars(Ty);
80 CharUnits Align = getContext().getTypeAlignInChars(Ty);
156 CharUnits Alignment = getContext().getTypeAlignInChars(E->getType());
492 AlignVal = getContext().getTypeAlignInChars(Ty).getQuantity();
    [all...]
ItaniumCXXABI.cpp     [all...]
CGAtomic.cpp 327 unsigned Align = CGF.getContext().getTypeAlignInChars(ValTy).getQuantity();
344 CharUnits alignChars = getContext().getTypeAlignInChars(AtomicTy);
    [all...]
CGExprComplex.cpp 304 unsigned ComplexAlign = C.getTypeAlignInChars(ComplexTy).getQuantity();
339 unsigned ComplexAlign = C.getTypeAlignInChars(ComplexTy).getQuantity();
    [all...]
CGClass.cpp 412 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType);
449 CharUnits Align = CGF.getContext().getTypeAlignInChars(T);
    [all...]
CGObjC.cpp 127 Context.getTypeAlignInChars(Rhs->getType()),
140 Context.getTypeAlignInChars(Key->getType()),
149 Context.getTypeAlignInChars(Value->getType()),
    [all...]
CodeGenModule.cpp     [all...]
CGExprCXX.cpp 814 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType);
    [all...]
CodeGenFunction.h     [all...]
CGCall.cpp     [all...]
CGBuiltin.cpp     [all...]
CGStmt.cpp 844 CharUnits Alignment = getContext().getTypeAlignInChars(RV->getType());
    [all...]
MicrosoftCXXABI.cpp 584 Ctx.getTypeAlignInChars(type));
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 701 return Ctx.getTypeAlignInChars(QT).getQuantity();
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]

Completed in 851 milliseconds