Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5919 bool teamsLoopCanBeParallelFor() const { return TeamsLoopCanBeParallelFor; } in teamsLoopCanBeParallelFor() function in __anon1dd12e443711::TeamsLoopChecker
5978 static bool teamsLoopCanBeParallelFor(Stmt *AStmt, Sema &SemaRef) { in teamsLoopCanBeParallelFor() function
5981 return Checker.teamsLoopCanBeParallelFor(); in teamsLoopCanBeParallelFor()
10677 teamsLoopCanBeParallelFor(AStmt, SemaRef)); in ActOnOpenMPTargetTeamsGenericLoopDirective()