Home
last modified time | relevance | path

Searched refs:ReductionType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19653 QualType ReductionType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareReductionType() local
19654 if (ReductionType.isNull()) in ActOnOpenMPDeclareReductionType()
19661 if (ReductionType.hasQualifiers()) { in ActOnOpenMPDeclareReductionType()
19666 if (ReductionType->isFunctionType()) { in ActOnOpenMPDeclareReductionType()
19670 if (ReductionType->isReferenceType()) { in ActOnOpenMPDeclareReductionType()
19674 if (ReductionType->isArrayType()) { in ActOnOpenMPDeclareReductionType()
19678 return ReductionType; in ActOnOpenMPDeclareReductionType()
19779 QualType ReductionType = DRD->getType(); in ActOnOpenMPDeclareReductionCombinerStart() local
19787 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_in"); in ActOnOpenMPDeclareReductionCombinerStart()
19795 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_out"); in ActOnOpenMPDeclareReductionCombinerStart()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp312 QualType ReductionType = in ParseOpenMPDeclareReductionDirective() local
314 if (!ReductionType.isNull()) { in ParseOpenMPDeclareReductionDirective()
316 std::make_pair(ReductionType, Range.getBegin())); in ParseOpenMPDeclareReductionDirective()