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

  /src/external/gpl3/gdb/dist/gdb/
or1k-tdep.c 250 enum type_code rv_type = valtype->code ();
259 if ((TYPE_CODE_STRUCT == rv_type) || (TYPE_CODE_UNION == rv_type)
260 || ((TYPE_CODE_ARRAY == rv_type) && (rv_size > bpw))
248 enum type_code rv_type = valtype->code (); local
  /src/external/gpl3/gdb.old/dist/gdb/
or1k-tdep.c 250 enum type_code rv_type = valtype->code ();
259 if ((TYPE_CODE_STRUCT == rv_type) || (TYPE_CODE_UNION == rv_type)
260 || ((TYPE_CODE_ARRAY == rv_type) && (rv_size > bpw))
248 enum type_code rv_type = valtype->code (); local
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 1488 gcc::jit::recording::type *rv_type = rv ? rv->get_type () : nullptr; local
1536 !rv || gcc::jit::types_kinda_same (rv_type,
1545 rv_type->get_debug_string ());
1553 gcc::jit::types_kinda_same (rv_type,
1563 rv_type->get_debug_string ());
1569 !rv_type->is_void (),
1618 gcc::jit::recording::type *rv_type = value->get_type ();
1621 !rv_type->is_void (),
1637 gcc::jit::types_kinda_same (rv_type,
1645 rv_type->get_debug_string ())
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 1473 gcc::jit::recording::type *rv_type = rv ? rv->get_type () : nullptr; local
1521 !rv || gcc::jit::types_kinda_same (rv_type,
1530 rv_type->get_debug_string ());
1538 gcc::jit::types_kinda_same (rv_type,
1548 rv_type->get_debug_string ());
1554 !rv_type->is_void (),
1603 gcc::jit::recording::type *rv_type = value->get_type ();
1606 !rv_type->is_void (),
1622 gcc::jit::types_kinda_same (rv_type,
1630 rv_type->get_debug_string ())
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 29291 REAL_VALUE_TYPE rv_type;
29292 real_from_target (&rv_type, df_words, DFmode);
29294 const REAL_VALUE_TYPE *rv = &rv_type;
29231 REAL_VALUE_TYPE rv_type; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 28857 REAL_VALUE_TYPE rv_type;
28858 real_from_target (&rv_type, df_words, DFmode);
28860 const REAL_VALUE_TYPE *rv = &rv_type;
28797 REAL_VALUE_TYPE rv_type; local

Completed in 76 milliseconds