HomeSort by: relevance | last modified time | path
    Searched refs:OpenMPReductionClauseModifier (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h 163 enum OpenMPReductionClauseModifier {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp 122 return llvm::StringSwitch<OpenMPReductionClauseModifier>(Str)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2823 OpenMPReductionClauseModifier Modifier = OMPC_REDUCTION_unknown;
2850 OpenMPReductionClauseModifier Modifier, unsigned N,
2869 void setModifier(OpenMPReductionClauseModifier M) { Modifier = M; }
3016 SourceLocation EndLoc, OpenMPReductionClauseModifier Modifier,
3031 OpenMPReductionClauseModifier Modifier);
3034 OpenMPReductionClauseModifier getModifier() const { return Modifier; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 767 OpenMPReductionClauseModifier Modifier, ArrayRef<Expr *> VL,
802 OpenMPReductionClauseModifier Modifier) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11079 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 15055 VarList, static_cast<OpenMPReductionClauseModifier>(ExtraModifier),
17047 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier,
TreeTransform.h 1762 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 11815 auto Modifier = Record.readEnum<OpenMPReductionClauseModifier>();

Completed in 76 milliseconds