Home
last modified time | relevance | path

Searched refs:LinKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h777 bool CheckOpenMPLinearModifier(OpenMPLinearClauseKind LinKind,
782 OpenMPLinearClauseKind LinKind, QualType Type,
1179 SourceLocation LParenLoc, OpenMPLinearClauseKind LinKind,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4753 OpenMPLinearClauseKind LinKind = in ParseOpenMPVarList() local
4758 if (LinKind == OMPC_LINEAR_step) { in ParseOpenMPVarList()
4776 } else if (LinKind >= 0 && LinKind < OMPC_LINEAR_step) { in ParseOpenMPVarList()
4780 Data.ExtraModifier = LinKind; in ParseOpenMPVarList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6909 auto LinKind = static_cast<OpenMPLinearClauseKind>(*MI); in ActOnOpenMPDeclareSimdDirective() local
6944 (void)CheckOpenMPLinearDecl(CanonPVD, E->getExprLoc(), LinKind, in ActOnOpenMPDeclareSimdDirective()
6965 (void)CheckOpenMPLinearDecl(/*D=*/nullptr, E->getExprLoc(), LinKind, in ActOnOpenMPDeclareSimdDirective()
19027 bool SemaOpenMP::CheckOpenMPLinearModifier(OpenMPLinearClauseKind LinKind, in CheckOpenMPLinearModifier() argument
19029 if ((!getLangOpts().CPlusPlus && LinKind != OMPC_LINEAR_val) || in CheckOpenMPLinearModifier()
19030 LinKind == OMPC_LINEAR_unknown || LinKind == OMPC_LINEAR_step) { in CheckOpenMPLinearModifier()
19039 OpenMPLinearClauseKind LinKind, in CheckOpenMPLinearDecl() argument
19046 if ((LinKind == OMPC_LINEAR_uval || LinKind == OMPC_LINEAR_ref) && in CheckOpenMPLinearDecl()
19049 << Type << getOpenMPSimpleClauseTypeName(OMPC_linear, LinKind); in CheckOpenMPLinearDecl()
19066 if (!Ty || (LinKind != OMPC_LINEAR_ref && !Ty->isDependentType() && in CheckOpenMPLinearDecl()
[all …]