Searched refs:Clarification (Results 1 – 5 of 5) sorted by relevance
488 struct Clarification { struct497 std::optional<Clarification>> {511 static std::optional<Clarification> clarify(const CFGBlock *Conditional, in clarify()519 std::optional<Clarification> VisitIfStmt(const IfStmt *If) { in VisitIfStmt()523 std::optional<Clarification>528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt()533 return Clarification{NeverCalledReason::SwitchSkipped, Switch}; in VisitSwitchStmt()539 return Clarification{NeverCalledReason::Switch, Case}; in VisitSwitchStmt()546 std::optional<Clarification> VisitForStmt(const ForStmt *For) { in VisitForStmt()550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt()[all …]
748 Clarification of behaviour of C<reset EXPR>.764 Clarification of the syntax of /(?(cond)yes)/.
1329 Clarification to C<require> was added to explain the differences between
1475 Clarification has been made as to what sorts of changes are permissible in
67 - Clarification to usmUserCloneFrom DESCRIPTION