Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp2188 bool IsOmpAllMemory = false; in VisitOMPDependClause() local
2191 IsOmpAllMemory = true; in VisitOMPDependClause()
2194 IsOmpAllMemory = true; in VisitOMPDependClause()
2197 if (!Node->varlist_empty() || IsOmpAllMemory) in VisitOMPDependClause()
2200 if (IsOmpAllMemory) { in VisitOMPDependClause()