Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2206 unsigned getOpenMPDefaultSimdAlign(QualType T) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2935 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in VisitUnaryExprOrTypeTraitExpr()
H A DCGStmtOpenMP.cpp2193 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in emitAlignedClause()
H A DCGOpenMPRuntime.cpp11885 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2419 unsigned ASTContext::getOpenMPDefaultSimdAlign(QualType T) const { in getOpenMPDefaultSimdAlign() function in ASTContext
H A DExprConstant.cpp13059 Info.Ctx.getOpenMPDefaultSimdAlign(E->getArgumentType())) in VisitUnaryExprOrTypeTraitExpr()