Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp20468 bool OMPDependTFound = findOMPDependT(*this, StartLoc, DSAStack); in ActOnOpenMPDepobjClause() local
20475 (OMPDependTFound && in ActOnOpenMPDepobjClause()
20642 bool OMPDependTFound = LangOpts.OpenMP >= 50; in ActOnOpenMPDependClause() local
20643 if (OMPDependTFound) in ActOnOpenMPDependClause()
20644 OMPDependTFound = findOMPDependT(*this, StartLoc, DSAStack, in ActOnOpenMPDependClause()
20653 (OMPDependTFound && in ActOnOpenMPDependClause()
20699 (OMPDependTFound && in ActOnOpenMPDependClause()