Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1161 ArrayRef<Expr *> UnresolvedReductions = std::nullopt);
1168 ArrayRef<Expr *> UnresolvedReductions = std::nullopt);
1175 ArrayRef<Expr *> UnresolvedReductions = std::nullopt);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1896 ArrayRef<Expr *> UnresolvedReductions) { in RebuildOMPReductionClause() argument
1899 ReductionIdScopeSpec, ReductionId, UnresolvedReductions); in RebuildOMPReductionClause()
1911 ArrayRef<Expr *> UnresolvedReductions) { in RebuildOMPTaskReductionClause() argument
1914 ReductionId, UnresolvedReductions); in RebuildOMPTaskReductionClause()
1927 ArrayRef<Expr *> UnresolvedReductions) { in RebuildOMPInReductionClause() argument
1930 ReductionId, UnresolvedReductions); in RebuildOMPInReductionClause()
10529 llvm::SmallVector<Expr *, 16> UnresolvedReductions; in TransformOMPReductionClause() local
10540 UnresolvedReductions.push_back(UnresolvedLookupExpr::Create( in TransformOMPReductionClause()
10546 UnresolvedReductions.push_back(nullptr); in TransformOMPReductionClause()
10551 ReductionIdScopeSpec, NameInfo, UnresolvedReductions); in TransformOMPReductionClause()
[all …]
H A DSemaOpenMP.cpp18216 ArrayRef<Expr *> UnresolvedReductions, ReductionData &RD) { in actOnOMPReductionKindClause() argument
18321 auto IR = UnresolvedReductions.begin(), ER = UnresolvedReductions.end(); in actOnOMPReductionKindClause()
18947 ArrayRef<Expr *> UnresolvedReductions) { in ActOnOpenMPReductionClause() argument
18974 UnresolvedReductions, RD)) in ActOnOpenMPReductionClause()
18991 ArrayRef<Expr *> UnresolvedReductions) { in ActOnOpenMPTaskReductionClause() argument
18996 UnresolvedReductions, RD)) in ActOnOpenMPTaskReductionClause()
19011 ArrayRef<Expr *> UnresolvedReductions) { in ActOnOpenMPInReductionClause() argument
19016 UnresolvedReductions, RD)) in ActOnOpenMPInReductionClause()