Searched refs:ReductionTypes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 253 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 D | SemaTemplateInstantiateDecl.cpp | 2848 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local 2857 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
|
| H A D | SemaOpenMP.cpp | 13168 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 D | Sema.h | 8792 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,
|