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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.cc 472 svalue::cmp_ptr (const svalue *sval1, const svalue *sval2)
474 if (sval1 == sval2)
476 if (int cmp_kind = sval1->get_kind () - sval2->get_kind ())
479 int t2 = sval2->get_type () ? TYPE_UID (sval2->get_type ()) : -1;
489 const region_svalue *region_sval2 = (const region_svalue *)sval2;
497 const constant_svalue *constant_sval2 = (const constant_svalue *)sval2;
507 gcc_assert (sval1 == sval2);
514 const poisoned_svalue *poisoned_sval2 = (const poisoned_svalue *)sval2;
522 const setjmp_svalue *setjmp_sval2 = (const setjmp_svalue *)sval2;
696 const svalue *sval2 = *(const svalue * const *)p2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc 369 svalue::cmp_ptr (const svalue *sval1, const svalue *sval2)
371 if (sval1 == sval2)
373 if (int cmp_kind = sval1->get_kind () - sval2->get_kind ())
376 int t2 = sval2->get_type () ? TYPE_UID (sval2->get_type ()) : -1;
386 const region_svalue *region_sval2 = (const region_svalue *)sval2;
394 const constant_svalue *constant_sval2 = (const constant_svalue *)sval2;
402 gcc_assert (sval1 == sval2);
409 const poisoned_svalue *poisoned_sval2 = (const poisoned_svalue *)sval2;
417 const setjmp_svalue *setjmp_sval2 = (const setjmp_svalue *)sval2;
591 const svalue *sval2 = *(const svalue * const *)p2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 2109 const ifcvt_arg_entry sval2 = *(const ifcvt_arg_entry *)p2; local
2111 if (sval1.num_compares < sval2.num_compares)
2113 else if (sval1.num_compares > sval2.num_compares)
2116 if (sval1.occurs < sval2.occurs)
2118 else if (sval1.occurs > sval2.occurs)

Completed in 18 milliseconds