Searched refs:rv_type (Results 1 – 2 of 2) sorted by relevance
1473 gcc::jit::recording::type *rv_type = rv ? rv->get_type () : nullptr; in gcc_jit_context_new_struct_constructor() local1521 !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() local1606 !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 …]
28779 REAL_VALUE_TYPE rv_type; in constant_generates_xxspltidp() local28780 real_from_target (&rv_type, df_words, DFmode); in constant_generates_xxspltidp()28782 const REAL_VALUE_TYPE *rv = &rv_type; in constant_generates_xxspltidp()