Searched refs:BranchCondition (Results 1 – 7 of 7) sorted by relevance
33 struct BranchCondition { in NON_EXPORTED_BASE() struct38 bool operator==(BranchCondition other) const { in NON_EXPORTED_BASE()42 bool operator!=(BranchCondition other) const { return !(*this == other); } in NON_EXPORTED_BASE()48 class ControlPathConditions : public FunctionalList<BranchCondition> { in NON_EXPORTED_BASE()55 using FunctionalList<BranchCondition>::PushFront; in NON_EXPORTED_BASE()
242 for (BranchCondition element : *this) { in LookupCondition()
27 class TraversalDumper : public Checker< check::BranchCondition,
27 class UndefBranchChecker : public Checker<check::BranchCondition> {
44 check::BranchCondition,
80 : public Checker<check::PreStmt<BinaryOperator>, check::BranchCondition,
270 class BranchCondition {