HomeSort by: relevance | last modified time | path
    Searched defs:t_cond (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 1779 tristate t_cond = eval_condition (lhs, op, rhs); local
1782 if (t_cond.is_true ())
1787 if (t_cond.is_false ())
region-model.cc 5050 tristate t_cond = eval_condition (lhs, op, rhs); local
5053 if (t_cond.is_true ())
5058 if (t_cond.is_false ())
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 1774 tristate t_cond = eval_condition (lhs, op, rhs); local
1777 if (t_cond.is_true ())
1782 if (t_cond.is_false ())
region-model.cc 3269 tristate t_cond = eval_condition (lhs, op, rhs); local
3272 if (t_cond.is_true ())
3277 if (t_cond.is_false ())

Completed in 40 milliseconds