Searched refs:IsTargetSync (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 253 OMPInteropInfo(bool IsTarget = false, bool IsTargetSync = false) 254 : IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} in IsTarget() 256 bool IsTargetSync; member
|
| H A D | Attr.td | 4682 if (I->IsTarget && I->IsTargetSync)
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3459 bool IsTargetSync = false; in ParseOMPInteropInfo() local 3465 !IsTargetSync; in ParseOMPInteropInfo() 3475 if (IsTargetSync) in ParseOMPInteropInfo() 3477 IsTargetSync = true; in ParseOMPInteropInfo() 3515 if (!HasError && !IsTarget && !IsTargetSync) { in ParseOMPInteropInfo() 3521 if (Tok.isNot(tok::colon) && (IsTarget || IsTargetSync)) in ParseOMPInteropInfo() 3530 InteropInfo.IsTargetSync = IsTargetSync; in ParseOMPInteropInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8552 bool IsTargetSync = false; variable 8558 void setIsTargetSync(bool V) { IsTargetSync = V; } in setIsTargetSync() 8572 OMPInitClause(bool IsTarget, bool IsTargetSync, SourceLocation StartLoc, in OMPInitClause() argument 8577 VarLoc(VarLoc), IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} in OMPInitClause() 8618 bool getIsTargetSync() const { return IsTargetSync; } in getIsTargetSync()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1674 InteropInfo.IsTarget, InteropInfo.IsTargetSync, StartLoc, LParenLoc, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17223 bool IsTargetSync = false; in ActOnOpenMPInteropDirective() local 17225 if (IsTargetSync) in ActOnOpenMPInteropDirective() 17230 IsTargetSync = true; in ActOnOpenMPInteropDirective() 17235 if (DependClause && HasInitClause && !IsTargetSync) { in ActOnOpenMPInteropDirective()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 553 AppendArgs.emplace_back(II.IsTarget, II.IsTargetSync); in instantiateOMPDeclareVariantAttr()
|