Home
last modified time | relevance | path

Searched refs:OpenMPClauseKind (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h26 using OpenMPClauseKind = llvm::omp::Clause; variable
169 unsigned getOpenMPSimpleClauseType(OpenMPClauseKind Kind, llvm::StringRef Str,
171 const char *getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, unsigned Type);
252 bool isOpenMPPrivate(OpenMPClauseKind Kind);
258 bool isOpenMPThreadPrivate(OpenMPClauseKind Kind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp23 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind, StringRef Str, in getOpenMPSimpleClauseType()
193 const char *clang::getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, in getOpenMPSimpleClauseTypeName()
558 bool clang::isOpenMPPrivate(OpenMPClauseKind Kind) { in isOpenMPPrivate()
565 bool clang::isOpenMPThreadPrivate(OpenMPClauseKind Kind) { in isOpenMPThreadPrivate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp594 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclareMapperDirective()
739 OpenMPClauseKind CKind = getOpenMPClauseKind(ClauseName); in parseDeclareSimdClauses()
1429 OpenMPClauseKind CKind = Tok.isAnnotation() in parseOMPDeclareVariantMatchClause()
1642 parseOpenMPSimpleClause(Parser &P, OpenMPClauseKind Kind) { in parseOpenMPSimpleClause()
1923 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1964 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2331 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective()
2494 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeOrExecutableDirective()
2763 OpenMPClauseKind CKind, bool FirstClause) { in ParseOpenMPClause()
3048 OMPClause *Parser::ParseOpenMPSingleExprClause(OpenMPClauseKind Kind, in ParseOpenMPSingleExprClause()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp52 OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, bool NoDiagnose);
69 OpenMPClauseKind CKind = OMPC_unknown;
76 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData()
100 OpenMPClauseKind Attributes = OMPC_unknown;
119 OpenMPClauseKind Kind = OMPC_unknown;
211 OpenMPClauseKind ClauseKindMode = OMPC_unknown;
345 OpenMPClauseKind getClauseParsingMode() const { in getClauseParsingMode()
349 void setClauseParsingMode(OpenMPClauseKind K) { ClauseKindMode = K; } in setClauseParsingMode()
521 void addDSA(const ValueDecl *D, const Expr *E, OpenMPClauseKind A,
576 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
[all …]
H A DSemaExpr.cpp17764 OpenMPClauseKind IsOpenMPPrivateDecl = isOpenMPPrivateDecl( in tryCaptureVariable()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h247 OpenMPClauseKind OMPClauseKind = llvm::omp::OMPC_unknown;
3257 OpenMPClauseKind CKind, bool FirstClause);
3264 OMPClause *ParseOpenMPSingleExprClause(OpenMPClauseKind Kind,
3272 OMPClause *ParseOpenMPSimpleClause(OpenMPClauseKind Kind, bool ParseOnly);
3282 OpenMPClauseKind Kind,
3294 OMPClause *ParseOpenMPClause(OpenMPClauseKind Kind, bool ParseOnly = false);
3302 OpenMPClauseKind Kind, bool ParseOnly);
3320 OMPClause *ParseOpenMPInteropClause(OpenMPClauseKind Kind, bool ParseOnly);
3350 bool ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h242 template <> struct ArgTypeTraits<OpenMPClauseKind> {
244 static Optional<OpenMPClauseKind> getClauseKind(llvm::StringRef ClauseKind) {
245 return llvm::StringSwitch<Optional<OpenMPClauseKind>>(ClauseKind)
260 static OpenMPClauseKind get(const VariantValue &Value) {
H A DMarshallers.cpp90 clang::OpenMPClauseKind>::getBestGuess(const VariantValue &Value) { in getBestGuess()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h62 OpenMPClauseKind Kind;
65 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause()
82 OpenMPClauseKind getClauseKind() const { return Kind; } in getClauseKind()
208 OMPVarListClause(OpenMPClauseKind K, SourceLocation StartLoc, in OMPVarListClause()
4959 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10182 VerifyPositiveIntegerConstantInClause(Expr *Op, OpenMPClauseKind CKind,
10304 OpenMPClauseKind isOpenMPPrivateDecl(ValueDecl *D, unsigned Level,
10332 void StartOpenMPClause(OpenMPClauseKind K);
10821 OMPClause *ActOnOpenMPSingleExprClause(OpenMPClauseKind Kind,
10888 OMPClause *ActOnOpenMPSimpleClause(OpenMPClauseKind Kind,
10920 OpenMPClauseKind Kind, ArrayRef<unsigned> Arguments, Expr *Expr,
10931 OMPClause *ActOnOpenMPClause(OpenMPClauseKind Kind, SourceLocation StartLoc,
11033 OpenMPClauseKind Kind, ArrayRef<Expr *> Vars, Expr *DepModOrTailExpr,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7992 OpenMPClauseKind, CKind) { in AST_MATCHER_P() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5735 static void emitOMPAtomicExpr(CodeGenFunction &CGF, OpenMPClauseKind Kind, in emitOMPAtomicExpr()
5856 OpenMPClauseKind Kind = OMPC_unknown; in EmitOMPAtomicDirective()