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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 3205 function_type *other_fn_type = other->dyn_cast_function_type (); local
3206 if (!other_fn_type)
3211 if (!m_return_type->is_same_type_as (other_fn_type->m_return_type))
3214 if (m_param_types.length () != other_fn_type->m_param_types.length ())
3220 if (!param_type->is_same_type_as (other_fn_type->m_param_types[i]))
3223 if (m_is_variadic != other_fn_type->m_is_variadic)
jit-recording.cc 3205 function_type *other_fn_type = other->dyn_cast_function_type (); local
3206 if (!other_fn_type)
3211 if (!m_return_type->is_same_type_as (other_fn_type->m_return_type))
3214 if (m_param_types.length () != other_fn_type->m_param_types.length ())
3220 if (!param_type->is_same_type_as (other_fn_type->m_param_types[i]))
3223 if (m_is_variadic != other_fn_type->m_is_variadic)
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 3145 function_type *other_fn_type = other->dyn_cast_function_type (); local
3146 if (!other_fn_type)
3151 if (!m_return_type->is_same_type_as (other_fn_type->m_return_type))
3154 if (m_param_types.length () != other_fn_type->m_param_types.length ())
3160 if (!param_type->is_same_type_as (other_fn_type->m_param_types[i]))
3163 if (m_is_variadic != other_fn_type->m_is_variadic)
jit-recording.cc 3145 function_type *other_fn_type = other->dyn_cast_function_type (); local
3146 if (!other_fn_type)
3151 if (!m_return_type->is_same_type_as (other_fn_type->m_return_type))
3154 if (m_param_types.length () != other_fn_type->m_param_types.length ())
3160 if (!param_type->is_same_type_as (other_fn_type->m_param_types[i]))
3163 if (m_is_variadic != other_fn_type->m_is_variadic)

Completed in 63 milliseconds