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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 3053 tristate lhs_ts local
3056 if (lhs_ts.is_known ())
3057 return lhs_ts;
3066 tristate lhs_ts = eval_condition (unaryop->get_arg (), local
3069 if (lhs_ts.is_known ())
3070 return lhs_ts;
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 4613 tristate lhs_ts = eval_condition (binop->get_arg0 (), op, rhs); local
4614 if (lhs_ts.is_known ())
4615 return lhs_ts;
4624 tristate lhs_ts = eval_condition (unaryop->get_arg (), local
4627 if (lhs_ts.is_known ())
4628 return lhs_ts;

Completed in 43 milliseconds