HomeSort by: relevance | last modified time | path
    Searched refs:from_svalue (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc 243 from_svalue (const svalue &sval, linear_op *out) function in struct:ana::linear_op
303 if (linear_op::from_svalue (a_sval, &op_a)
304 && linear_op::from_svalue (b_sval, &op_b))
345 if (linear_op::from_svalue (a_sval, &op_a)
346 && linear_op::from_svalue (b_sval, &op_b))

Completed in 89 milliseconds