• Home
  • Raw
  • Download

Lines Matching refs:OpenMPClauseKind

51     OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, bool NoDiagnose);
68 OpenMPClauseKind CKind = OMPC_unknown;
75 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData()
99 OpenMPClauseKind Attributes = OMPC_unknown;
118 OpenMPClauseKind Kind = OMPC_unknown;
210 OpenMPClauseKind ClauseKindMode = OMPC_unknown;
344 OpenMPClauseKind getClauseParsingMode() const { in getClauseParsingMode()
348 void setClauseParsingMode(OpenMPClauseKind K) { ClauseKindMode = K; } in setClauseParsingMode()
520 void addDSA(const ValueDecl *D, const Expr *E, OpenMPClauseKind A,
575 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
583 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
591 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
934 OpenMPClauseKind)> in checkMappableExprComponentListsForDecl()
966 OpenMPClauseKind)> in checkMappableExprComponentListsForDeclAtLevel()
986 OpenMPClauseKind WhereFoundClauseKind) { in addMappableExpressionComponents()
1355 void DSAStackTy::addDSA(const ValueDecl *D, const Expr *E, OpenMPClauseKind A, in addDSA()
1572 QualType Type, OpenMPClauseKind CKind, in rejectConstNotMutableType()
1723 [](OpenMPClauseKind C, bool) { in getTopDSA()
1783 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred, in hasDSA() argument
1806 ValueDecl *D, const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred, in hasInnermostDSA() argument
1827 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred, in hasExplicitDSA() argument
2047 OpenMPClauseKind WhereFoundClauseKind) { in isOpenMPCapturedByRef()
2094 [](OpenMPClauseKind K, bool AppliedToPointee) { in isOpenMPCapturedByRef()
2108 [](OpenMPClauseKind K, bool AppliedToPointee) -> bool { in isOpenMPCapturedByRef()
2122 D, [](OpenMPClauseKind K, bool) { return K != OMPC_unknown; }, in isOpenMPCapturedByRef()
2251 [](OpenMPClauseKind C, bool AppliedToPointee) { in isOpenMPCapturedDecl()
2289 OpenMPClauseKind Sema::isOpenMPPrivateDecl(ValueDecl *D, unsigned Level, in isOpenMPPrivateDecl()
2309 [](OpenMPClauseKind K, bool) { return K == OMPC_firstprivate; }, in isOpenMPPrivateDecl()
2330 D, [](OpenMPClauseKind K, bool) { return K != OMPC_private; }, in isOpenMPPrivateDecl()
2339 D, [](OpenMPClauseKind K, bool) { return K == OMPC_copyin; }, in isOpenMPPrivateDecl()
2351 D, [](OpenMPClauseKind K, bool) { return K == OMPC_private; }, in isOpenMPPrivateDecl()
2374 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind()
2379 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) { in setOpenMPCaptureKind()
2391 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind() argument
2509 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause()
2688 OpenMPClauseKind C) { in EndOpenMPDSABlock()
3462 OpenMPClauseKind) { in VisitDeclRefExpr() argument
3479 OpenMPClauseKind) { in VisitDeclRefExpr() argument
3524 [](OpenMPClauseKind C, bool AppliedToPointee) { in VisitDeclRefExpr()
3579 OpenMPClauseKind) { in VisitMemberExpr() argument
3612 [](OpenMPClauseKind C, bool AppliedToPointee) { in VisitMemberExpr()
3653 OpenMPClauseKind) { in VisitMemberExpr() argument
3725 OpenMPClauseKind) { return true; })) in visitSubCaptures() argument
7770 OpenMPClauseKind PredeterminedCKind = in ActOnOpenMPLoopInitialization()
9412 OpenMPClauseKind MemOrderKind = OMPC_unknown; in ActOnOpenMPFlushDirective()
9842 OpenMPClauseKind AtomicKind = OMPC_unknown; in ActOnOpenMPAtomicDirective()
9844 OpenMPClauseKind MemOrderKind = OMPC_unknown; in ActOnOpenMPAtomicDirective()
10455 const OpenMPClauseKind K) { in hasClauses()
10461 static bool hasClauses(ArrayRef<OMPClause *> Clauses, const OpenMPClauseKind K, in hasClauses()
11757 OMPClause *Sema::ActOnOpenMPSingleExprClause(OpenMPClauseKind Kind, Expr *Expr, in ActOnOpenMPSingleExprClause()
11879 OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, unsigned OpenMPVersion, in getOpenMPCaptureRegionForClause()
12748 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue()
12817 OpenMPClauseKind CKind, in VerifyPositiveIntegerConstantInClause()
12982 OpenMPClauseKind Kind, unsigned Argument, SourceLocation ArgumentLoc, in ActOnOpenMPSimpleClause()
13083 getListOfPossibleValues(OpenMPClauseKind K, unsigned First, unsigned Last, in getListOfPossibleValues()
13204 OpenMPClauseKind Kind, ArrayRef<unsigned> Argument, Expr *Expr, in ActOnOpenMPSingleExprWithArgClause()
13432 OMPClause *Sema::ActOnOpenMPClause(OpenMPClauseKind Kind, in ActOnOpenMPClause()
13661 OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, Expr *DepModOrTailExpr, in ActOnOpenMPVarListClause()
13939 OpenMPClauseKind ConflictKind; in ActOnOpenMPPrivateClause()
13943 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
14153 [](OpenMPClauseKind C, bool AppliedToPointee) { in ActOnOpenMPFirstprivateClause()
14184 OpenMPClauseKind ConflictKind; in ActOnOpenMPFirstprivateClause()
14189 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
14547 [](OpenMPClauseKind C, bool AppliedToPointee) { in VisitDeclRefExpr()
14956 Sema &S, DSAStackTy *Stack, OpenMPClauseKind ClauseKind, in actOnOMPReductionKindClause()
16819 OpenMPClauseKind CKind = OMPC_unknown;
17108 Sema &SemaRef, OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, in MapBaseChecker()
17123 OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, bool NoDiagnose) { in checkMapClauseExpressionBase()
17156 OpenMPClauseKind CKind) { in checkMapConflicts()
17179 OpenMPClauseKind) { in checkMapConflicts() argument
17539 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList()
19032 OpenMPClauseKind) -> bool { in ActOnOpenMPIsDevicePtrClause() argument