Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7240 Optional<unsigned> doesDependOnLoopCounter(const Stmt *S, bool IsInitializer);
7357 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
7376 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
7541 OpenMPIterationSpaceChecker::doesDependOnLoopCounter(const Stmt *S, in doesDependOnLoopCounter() function in __anon4581b7f83411::OpenMPIterationSpaceChecker