Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/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()
559 bool clang::isOpenMPPrivate(OpenMPClauseKind Kind) { in isOpenMPPrivate()
566 bool clang::isOpenMPThreadPrivate(OpenMPClauseKind Kind) { in isOpenMPThreadPrivate()
/freebsd-13.1/contrib/llvm-project/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()
1924 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1965 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2334 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective()
2498 OpenMPClauseKind CKind = Tok.isAnnotation() in ParseOpenMPDeclarativeOrExecutableDirective()
3096 OMPClause *Parser::ParseOpenMPInteropClause(OpenMPClauseKind Kind, in ParseOpenMPInteropClause()
3222 OMPClause *Parser::ParseOpenMPSimpleClause(OpenMPClauseKind Kind, in ParseOpenMPSimpleClause()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h248 OpenMPClauseKind OMPClauseKind = llvm::omp::OMPC_unknown;
3286 OpenMPClauseKind CKind, bool FirstClause);
3293 OMPClause *ParseOpenMPSingleExprClause(OpenMPClauseKind Kind,
3301 OMPClause *ParseOpenMPSimpleClause(OpenMPClauseKind Kind, bool ParseOnly);
3311 OpenMPClauseKind Kind,
3323 OMPClause *ParseOpenMPClause(OpenMPClauseKind Kind, bool ParseOnly = false);
3331 OpenMPClauseKind Kind, bool ParseOnly);
3349 OMPClause *ParseOpenMPInteropClause(OpenMPClauseKind Kind, bool ParseOnly);
3379 bool ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp69 OpenMPClauseKind CKind = OMPC_unknown;
119 OpenMPClauseKind Kind = OMPC_unknown;
935 OpenMPClauseKind)> in checkMappableExprComponentListsForDecl()
967 OpenMPClauseKind)> in checkMappableExprComponentListsForDeclAtLevel()
1724 [](OpenMPClauseKind C, bool) { in getTopDSA()
2389 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind()
3680 OpenMPClauseKind) { in VisitMemberExpr() argument
3756 OpenMPClauseKind) { in VisitMemberExpr() argument
15685 OpenMPClauseKind ConflictKind; in ActOnOpenMPPrivateClause()
15930 OpenMPClauseKind ConflictKind; in ActOnOpenMPFirstprivateClause()
[all …]
H A DSemaExpr.cpp17930 OpenMPClauseKind IsOpenMPPrivateDecl = isOpenMPPrivateDecl( in tryCaptureVariable()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp90 clang::OpenMPClauseKind>::getBestGuess(const VariantValue &Value) { in getBestGuess()
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) {
/freebsd-13.1/contrib/llvm-project/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()
5067 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10251 VerifyPositiveIntegerConstantInClause(Expr *Op, OpenMPClauseKind CKind,
10393 OpenMPClauseKind isOpenMPPrivateDecl(ValueDecl *D, unsigned Level,
10421 void StartOpenMPClause(OpenMPClauseKind K);
10915 OMPClause *ActOnOpenMPSingleExprClause(OpenMPClauseKind Kind,
10989 OMPClause *ActOnOpenMPSimpleClause(OpenMPClauseKind Kind,
11021 OpenMPClauseKind Kind, ArrayRef<unsigned> Arguments, Expr *Expr,
11032 OMPClause *ActOnOpenMPClause(OpenMPClauseKind Kind, SourceLocation StartLoc,
11134 OpenMPClauseKind Kind, ArrayRef<Expr *> Vars, Expr *DepModOrTailExpr,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8004 OpenMPClauseKind, CKind) { in AST_MATCHER_P() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5766 static void emitOMPAtomicExpr(CodeGenFunction &CGF, OpenMPClauseKind Kind, in emitOMPAtomicExpr()
5889 OpenMPClauseKind Kind = OMPC_unknown; in EmitOMPAtomicDirective()