Searched refs:ReductionTypes (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 305 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local 315 ReductionTypes.push_back( in ParseOpenMPDeclareReductionDirective() 336 if (ReductionTypes.empty()) { in ParseOpenMPDeclareReductionDirective() 354 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS); in ParseOpenMPDeclareReductionDirective() 358 unsigned I = 0, E = ReductionTypes.size(); in ParseOpenMPDeclareReductionDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3302 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local 3311 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
|
H A D | SemaOpenMP.cpp | 19300 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart() argument 19303 Decls.reserve(ReductionTypes.size()); in ActOnOpenMPDeclareReductionDirectiveStart() 19355 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 10391 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,
|