Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h41 LoopEntered, enumerator
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp547 return VisitBranchingBlock(For, NeverCalledReason::LoopEntered); in VisitForStmt()
551 return VisitBranchingBlock(While, NeverCalledReason::LoopEntered); in VisitWhileStmt()