Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7029 const Expr *UniformedLinearThis = nullptr; in ActOnOpenMPDeclareSimdDirective() local
7041 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()
7124 const bool IsUniformedThis = UniformedLinearThis != nullptr; in ActOnOpenMPDeclareSimdDirective()
7169 if (UniformedLinearThis) { in ActOnOpenMPDeclareSimdDirective()
7174 Diag(UniformedLinearThis->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPDeclareSimdDirective()
7179 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()