Home
last modified time | relevance | path

Searched refs:rv_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc1473 gcc::jit::recording::type *rv_type = rv ? rv->get_type () : nullptr; in gcc_jit_context_new_struct_constructor() local
1521 !rv || gcc::jit::types_kinda_same (rv_type, in gcc_jit_context_new_struct_constructor()
1530 rv_type->get_debug_string ()); in gcc_jit_context_new_struct_constructor()
1538 gcc::jit::types_kinda_same (rv_type, in gcc_jit_context_new_struct_constructor()
1548 rv_type->get_debug_string ()); in gcc_jit_context_new_struct_constructor()
1554 !rv_type->is_void (), in gcc_jit_context_new_struct_constructor()
1603 gcc::jit::recording::type *rv_type = value->get_type (); in gcc_jit_context_new_union_constructor() local
1606 !rv_type->is_void (), in gcc_jit_context_new_union_constructor()
1622 gcc::jit::types_kinda_same (rv_type, in gcc_jit_context_new_union_constructor()
1630 rv_type->get_debug_string ()); in gcc_jit_context_new_union_constructor()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc28779 REAL_VALUE_TYPE rv_type; in constant_generates_xxspltidp() local
28780 real_from_target (&rv_type, df_words, DFmode); in constant_generates_xxspltidp()
28782 const REAL_VALUE_TYPE *rv = &rv_type; in constant_generates_xxspltidp()