Home
last modified time | relevance | path

Searched refs:getOpenMPDefaultSimdAlign (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2291 unsigned getOpenMPDefaultSimdAlign(QualType T) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2998 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in VisitUnaryExprOrTypeTraitExpr()
H A DCGStmtOpenMP.cpp2228 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in emitAlignedClause()
H A DCGOpenMPRuntime.cpp11848 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2454 unsigned ASTContext::getOpenMPDefaultSimdAlign(QualType T) const { in getOpenMPDefaultSimdAlign() function in ASTContext
H A DExprConstant.cpp13287 Info.Ctx.getOpenMPDefaultSimdAlign(E->getArgumentType())) in VisitUnaryExprOrTypeTraitExpr()