Searched defs:ReductionTypes (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 234 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 295 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2579 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local
|
D | SemaOpenMP.cpp | 11092 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3301 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local
|
D | SemaOpenMP.cpp | 17904 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart()
|