HomeSort by: relevance | last modified time | path
    Searched defs:sval1 (Results 1 - 5 of 5) 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 ())
478 int t1 = sval1->get_type () ? TYPE_UID (sval1->get_type ()) : -1;
482 switch (sval1->get_kind ())
488 const region_svalue *region_sval1 = (const region_svalue *)sval1;
496 const constant_svalue *constant_sval1 = (const constant_svalue *)sval1;
507 gcc_assert (sval1 == sval2);
513 const poisoned_svalue *poisoned_sval1 = (const poisoned_svalue *)sval1;
695 const svalue *sval1 = *(const svalue * const *)p1; 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 ())
375 int t1 = sval1->get_type () ? TYPE_UID (sval1->get_type ()) : -1;
379 switch (sval1->get_kind ())
385 const region_svalue *region_sval1 = (const region_svalue *)sval1;
393 const constant_svalue *constant_sval1 = (const constant_svalue *)sval1;
402 gcc_assert (sval1 == sval2);
408 const poisoned_svalue *poisoned_sval1 = (const poisoned_svalue *)sval1;
590 const svalue *sval1 = *(const svalue * const *)p1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 2108 const ifcvt_arg_entry sval1 = *(const ifcvt_arg_entry *)p1; 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)
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 4803 bs40 val0, val1, sval0, sval1; local
4825 sval1 = saturate_s32 (val1, &sat);
4830 val1 = sval1;
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 4803 bs40 val0, val1, sval0, sval1; local
4825 sval1 = saturate_s32 (val1, &sat);
4830 val1 = sval1;

Completed in 89 milliseconds