Searched refs:OpenMPReductionClauseModifier (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 163 enum OpenMPReductionClauseModifier { enum
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 122 return llvm::StringSwitch<OpenMPReductionClauseModifier>(Str) in getOpenMPSimpleClauseType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 2823 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 D | OpenMPClause.cpp | 767 OpenMPReductionClauseModifier Modifier, ArrayRef<Expr *> VL, in Create() 802 OpenMPReductionClauseModifier Modifier) { in CreateEmpty()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 15055 VarList, static_cast<OpenMPReductionClauseModifier>(ExtraModifier), in ActOnOpenMPVarListClause() 17047 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier, in ActOnOpenMPReductionClause()
|
H A D | TreeTransform.h | 1762 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier, in RebuildOMPReductionClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 11079 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11815 auto Modifier = Record.readEnum<OpenMPReductionClauseModifier>(); in readClause()
|