Lines Matching refs:getCond
1593 ? getRegionCounter(S->getCond()) in VisitWhileStmt()
1595 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1618 createBranchRegion(S->getCond(), BodyCount, in VisitWhileStmt()
1646 ? getRegionCounter(S->getCond()) in VisitDoStmt()
1648 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1662 createBranchRegion(S->getCond(), BodyCount, in VisitDoStmt()
1708 ? getRegionCounter(S->getCond()) in VisitForStmt()
1713 if (const Expr *Cond = S->getCond()) { in VisitForStmt()
1737 createBranchRegion(S->getCond(), BodyCount, in VisitForStmt()
1784 createBranchRegion(S->getCond(), BodyCount, in VisitCXXForRangeStmt()
1819 Visit(S->getCond()); in VisitSwitchStmt()
1890 createBranchRegion(S->getCond(), DefaultTrue, DefaultFalse); in VisitSwitchStmt()
1956 S->getCond() in coverIfConstexpr()
2016 extendRegion(S->getCond()); in VisitIfStmt()
2025 propagateCounts(ParentCount, S->getCond()); in VisitIfStmt()
2071 createBranchRegion(S->getCond(), ThenCount, in VisitIfStmt()
2107 propagateCounts(ParentCount, E->getCond()); in VisitAbstractConditionalOperator()
2136 createBranchRegion(E->getCond(), TrueCount, in VisitAbstractConditionalOperator()