Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22053 QualType ReductionType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareReductionType() local
22054 if (ReductionType.isNull()) in ActOnOpenMPDeclareReductionType()
22061 if (ReductionType.hasQualifiers()) { in ActOnOpenMPDeclareReductionType()
22066 if (ReductionType->isFunctionType()) { in ActOnOpenMPDeclareReductionType()
22070 if (ReductionType->isReferenceType()) { in ActOnOpenMPDeclareReductionType()
22074 if (ReductionType->isArrayType()) { in ActOnOpenMPDeclareReductionType()
22078 return ReductionType; in ActOnOpenMPDeclareReductionType()
22179 QualType ReductionType = DRD->getType(); in ActOnOpenMPDeclareReductionCombinerStart() local
22187 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_in"); in ActOnOpenMPDeclareReductionCombinerStart()
22195 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_out"); in ActOnOpenMPDeclareReductionCombinerStart()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp324 QualType ReductionType = in ParseOpenMPDeclareReductionDirective() local
326 if (!ReductionType.isNull()) { in ParseOpenMPDeclareReductionDirective()
328 std::make_pair(ReductionType, Range.getBegin())); in ParseOpenMPDeclareReductionDirective()