Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2292 bool IsOmpAllMemory = false; in VisitOMPDependClause() local
2295 IsOmpAllMemory = true; in VisitOMPDependClause()
2298 IsOmpAllMemory = true; in VisitOMPDependClause()
2301 if (!Node->varlist_empty() || IsOmpAllMemory) in VisitOMPDependClause()
2304 if (IsOmpAllMemory) { in VisitOMPDependClause()