Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp253 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local
264 ReductionTypes.push_back( in ParseOpenMPDeclareReductionDirective()
285 if (ReductionTypes.empty()) { in ParseOpenMPDeclareReductionDirective()
303 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS); in ParseOpenMPDeclareReductionDirective()
307 unsigned I = 0, E = ReductionTypes.size(); in ParseOpenMPDeclareReductionDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2848 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local
2857 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp13168 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart() argument
13171 Decls.reserve(ReductionTypes.size()); in ActOnOpenMPDeclareReductionDirectiveStart()
13223 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8792 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,