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

  /external/clang/lib/CodeGen/
CGDecl.cpp 213 GV->setAlignment(getContext().getDeclAlign(&D).getQuantity());
349 CharUnits alignment = getContext().getDeclAlign(&D);
    [all...]
CGDeclCXX.cpp 162 ConstantAddress DeclAddr(DeclPtr, getContext().getDeclAlign(&D));
CGBlocks.cpp 430 CharUnits align = C.getDeclAlign(variable);
    [all...]
CGOpenMPRuntime.cpp     [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGStmtOpenMP.cpp 169 Var, Address(ArgAddr.getPointer(), getContext().getDeclAlign(Var)));
490 getContext().getDeclAlign(VD));
    [all...]
CGExprConstant.cpp     [all...]
CGCall.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOpenMP.cpp 829 Ctx.getDeclAlign(VD) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType())))
    [all...]

Completed in 200 milliseconds