Searched refs:IsTargetSync (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 221 OMPInteropInfo(bool IsTarget = false, bool IsTargetSync = false) 222 : IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} in IsTarget() 224 bool IsTargetSync; member
|
H A D | Attr.td | 3842 if (I->IsTarget && I->IsTargetSync)
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3536 bool IsTargetSync = false; in ParseOMPInteropInfo() local 3542 !IsTargetSync; in ParseOMPInteropInfo() 3552 if (IsTargetSync) in ParseOMPInteropInfo() 3554 IsTargetSync = true; in ParseOMPInteropInfo() 3593 if (!HasError && !IsTarget && !IsTargetSync) { in ParseOMPInteropInfo() 3599 if (Tok.isNot(tok::colon) && (IsTarget || IsTargetSync)) in ParseOMPInteropInfo() 3608 InteropInfo.IsTargetSync = IsTargetSync; in ParseOMPInteropInfo()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 7830 bool IsTargetSync = false; variable 7836 void setIsTargetSync(bool V) { IsTargetSync = V; } in setIsTargetSync() 7850 OMPInitClause(bool IsTarget, bool IsTargetSync, SourceLocation StartLoc, in OMPInitClause() argument 7855 VarLoc(VarLoc), IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} in OMPInitClause() 7896 bool getIsTargetSync() const { return IsTargetSync; } in getIsTargetSync()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1650 InteropInfo.IsTarget, InteropInfo.IsTargetSync, StartLoc, LParenLoc, in Create()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 17515 bool IsTargetSync = false; in ActOnOpenMPInteropDirective() local 17517 if (IsTargetSync) in ActOnOpenMPInteropDirective() 17522 IsTargetSync = true; in ActOnOpenMPInteropDirective() 17527 if (DependClause && HasInitClause && !IsTargetSync) { in ActOnOpenMPInteropDirective()
|
H A D | SemaTemplateInstantiateDecl.cpp | 526 AppendArgs.emplace_back(II.IsTarget, II.IsTargetSync); in instantiateOMPDeclareVariantAttr()
|