Home
last modified time | relevance | path

Searched refs:OpenMPReductionClauseModifier (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h163 enum OpenMPReductionClauseModifier { enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp122 return llvm::StringSwitch<OpenMPReductionClauseModifier>(Str) in getOpenMPSimpleClauseType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2823 OpenMPReductionClauseModifier Modifier = OMPC_REDUCTION_unknown;
2850 OpenMPReductionClauseModifier Modifier, unsigned N, in OMPReductionClause()
2869 void setModifier(OpenMPReductionClauseModifier M) { Modifier = M; } in setModifier()
3016 SourceLocation EndLoc, OpenMPReductionClauseModifier Modifier,
3031 OpenMPReductionClauseModifier Modifier);
3034 OpenMPReductionClauseModifier getModifier() const { return Modifier; } in getModifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp767 OpenMPReductionClauseModifier Modifier, ArrayRef<Expr *> VL, in Create()
802 OpenMPReductionClauseModifier Modifier) { in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp15055 VarList, static_cast<OpenMPReductionClauseModifier>(ExtraModifier), in ActOnOpenMPVarListClause()
17047 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier, in ActOnOpenMPReductionClause()
H A DTreeTransform.h1762 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier, in RebuildOMPReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11079 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11815 auto Modifier = Record.readEnum<OpenMPReductionClauseModifier>(); in readClause()