Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8005 std::optional<unsigned> doesDependOnLoopCounter(const Stmt *S,
8123 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
8141 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
8305 OpenMPIterationSpaceChecker::doesDependOnLoopCounter(const Stmt *S, in doesDependOnLoopCounter() function in __anon8e68b8fa3a11::OpenMPIterationSpaceChecker