Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7854 std::optional<unsigned> doesDependOnLoopCounter(const Stmt *S,
7972 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
7990 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
8154 OpenMPIterationSpaceChecker::doesDependOnLoopCounter(const Stmt *S, in doesDependOnLoopCounter() function in __anon7e4ded5b3b11::OpenMPIterationSpaceChecker