Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22468 QualType ReductionType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareReductionType() local
22469 if (ReductionType.isNull()) in ActOnOpenMPDeclareReductionType()
22476 if (ReductionType.hasQualifiers()) { in ActOnOpenMPDeclareReductionType()
22481 if (ReductionType->isFunctionType()) { in ActOnOpenMPDeclareReductionType()
22485 if (ReductionType->isReferenceType()) { in ActOnOpenMPDeclareReductionType()
22489 if (ReductionType->isArrayType()) { in ActOnOpenMPDeclareReductionType()
22493 return ReductionType; in ActOnOpenMPDeclareReductionType()
22594 QualType ReductionType = DRD->getType(); in ActOnOpenMPDeclareReductionCombinerStart() local
22602 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_in"); in ActOnOpenMPDeclareReductionCombinerStart()
22610 buildVarDecl(*this, D->getLocation(), ReductionType, "omp_out"); in ActOnOpenMPDeclareReductionCombinerStart()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp325 QualType ReductionType = in ParseOpenMPDeclareReductionDirective() local
327 if (!ReductionType.isNull()) { in ParseOpenMPDeclareReductionDirective()
329 std::make_pair(ReductionType, Range.getBegin())); in ParseOpenMPDeclareReductionDirective()