Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp2227 bool IsOmpAllMemory = false; in VisitOMPDependClause() local
2230 IsOmpAllMemory = true; in VisitOMPDependClause()
2233 IsOmpAllMemory = true; in VisitOMPDependClause()
2236 if (!Node->varlist_empty() || IsOmpAllMemory) in VisitOMPDependClause()
2239 if (IsOmpAllMemory) { in VisitOMPDependClause()