Home
last modified time | relevance | path

Searched refs:function_type (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-support.c53 function->fields[function_type], in print_support_function_name()
70 ASSERT(function->fields[function_type] != NULL); in support_h_function()
99 ASSERT(function->fields[function_type] != NULL); in support_c_function()
H A Dld-insn.h127 function_type = insn_format, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c930 recording::function_type *
936 recording::function_type *fn_type in new_function_type()
937 = new function_type (this, in new_function_type()
959 recording::function_type *fn_type in new_function_ptr_type()
2523 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) in make_debug_string()
2537 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) in write_reproducer()
2751 recording::function_type::function_type (context *ctxt, in function_type() function
2769 recording::function_type::dereference () in dereference()
2792 recording::function_type::is_same_type_as (type *other) in is_same_type_as()
2796 function_type *other_fn_type = other->dyn_cast_function_type (); in is_same_type_as()
[all …]
H A Djit-builtins.c193 recording::function_type *func_type = t->as_a_function_type (); in make_builtin_function()
450 recording::function_type *
460 recording::function_type *result = NULL; in make_fn_type()
H A Djit-common.h116 class function_type; variable
H A Djit-recording.h115 function_type *
507 virtual function_type *dyn_cast_function_type () { return NULL; } in dyn_cast_function_type()
508 virtual function_type *as_a_function_type() { gcc_unreachable (); return NULL; } in as_a_function_type()
771 class function_type : public type
774 function_type (context *ctxt,
781 function_type *dyn_cast_function_type () FINAL OVERRIDE { return this; } in dyn_cast_function_type()
782 function_type *as_a_function_type () FINAL OVERRIDE { return this; } in as_a_function_type()
H A Djit-builtins.h149 recording::function_type*
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc63 struct gcc_jit_function_type : public gcc::jit::recording::function_type
703 gcc_jit_function_type_get_return_type (gcc_jit_function_type *function_type) in gcc_jit_function_type_get_return_type() argument
705 RETURN_NULL_IF_FAIL (function_type, NULL, NULL, "NULL function_type"); in gcc_jit_function_type_get_return_type()
706 return (gcc_jit_type *)function_type->get_return_type (); in gcc_jit_function_type_get_return_type()
716 gcc_jit_function_type_get_param_count (gcc_jit_function_type *function_type) in gcc_jit_function_type_get_param_count() argument
718 RETURN_VAL_IF_FAIL (function_type, 0, NULL, NULL, "NULL function_type"); in gcc_jit_function_type_get_param_count()
719 return function_type->get_param_types ().length (); in gcc_jit_function_type_get_param_count()
729 gcc_jit_function_type_get_param_type (gcc_jit_function_type *function_type, in gcc_jit_function_type_get_param_type() argument
732 RETURN_NULL_IF_FAIL (function_type, NULL, NULL, "NULL function_type"); in gcc_jit_function_type_get_param_type()
733 size_t num_params = function_type->get_param_types ().length (); in gcc_jit_function_type_get_param_type()
[all …]
H A Dlibgccjit.h1952 gcc_jit_function_type_get_return_type (gcc_jit_function_type *function_type);
1956 gcc_jit_function_type_get_param_count (gcc_jit_function_type *function_type);
1960 gcc_jit_function_type_get_param_type (gcc_jit_function_type *function_type,
H A Djit-common.h116 class function_type; variable
H A Djit-recording.cc935 recording::function_type *
941 recording::function_type *fn_type in new_function_type()
942 = new function_type (this, in new_function_type()
964 recording::function_type *fn_type in new_function_ptr_type()
2872 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) in make_debug_string()
2886 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) in write_reproducer()
3100 recording::function_type::function_type (context *ctxt, in function_type() function in gcc::jit::recording::function_type
3118 recording::function_type::dereference () in dereference()
3141 recording::function_type::is_same_type_as (type *other) in is_same_type_as()
3145 function_type *other_fn_type = other->dyn_cast_function_type (); in is_same_type_as()
[all …]
H A Djit-builtins.cc193 recording::function_type *func_type = t->as_a_function_type (); in make_builtin_function()
557 recording::function_type *
567 recording::function_type *result = NULL; in make_fn_type()
H A Djit-recording.h115 function_type *
537 virtual function_type *dyn_cast_function_type () { return NULL; } in dyn_cast_function_type()
538 virtual function_type *as_a_function_type() { gcc_unreachable (); return NULL; } in as_a_function_type()
848 class function_type : public type
851 function_type (context *ctxt,
858 function_type *dyn_cast_function_type () FINAL OVERRIDE { return this; } in dyn_cast_function_type()
859 function_type *as_a_function_type () FINAL OVERRIDE { return this; } in as_a_function_type()
H A Djit-builtins.h152 recording::function_type*
H A DChangeLog1217 (gcc::jit::recording::function_type::is_same_type_as): New function.
1222 (function_type::is_same_type_as): New override.
1496 (function_type::dereference): Likewise.
1497 (function_type::function_dyn_cast_function_type): Likewise.
1498 (function_type::function_as_a_function_type): Likewise.
1499 (function_type::is_int): Likewise.
1500 (function_type::is_float): Likewise.
1501 (function_type::is_bool): Likewise.
1502 (function_type::is_pointer): Likewise.
1503 (function_type::is_array): Likewise.
[all …]
H A DChangeLog.jit731 (gcc::jit::recording::function_type::make_debug_string_with_ptr):
733 (gcc::jit::recording::function_type::make_debug_string):
735 (gcc::jit::recording::function_type::make_debug_string_with): New
752 (gcc::jit::recording::function_type::dyn_cast_function_type): New
754 (gcc::jit::recording::function_type::make_debug_string_with_ptr):
756 (gcc::jit::recording::function_type::make_debug_string_with): New
852 (gcc::jit::recording::function_type::is_pointer): New.
853 (gcc::jit::recording::function_type::is_array): New.
912 (gcc::jit::recording::function_type::is_int): New.
913 (gcc::jit::recording::function_type::is_float): New.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-builtins.cc96 enum loongarch_function_type function_type; member
266 type = loongarch_build_function_type (d->function_type); in loongarch_init_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2014 tree function_type = convert_in (function_type_in);
2016 gcc_assert (TREE_CODE (function_type) == FUNCTION_TYPE);
2021 tree pargs = TYPE_ARG_TYPES (function_type);
2054 tree result = build_function_type (TREE_TYPE (function_type), nargs);
2058 TYPE_RAISES_EXCEPTIONS (function_type));
2060 TYPE_ATTRIBUTES (function_type));
2129 tree function_type = convert_in (function_type_in); in plugin_build_exception_spec_variant() local
2143 function_type = build_exception_variant (function_type, in plugin_build_exception_spec_variant()
2147 return convert_out (ctx->preserve (function_type)); in plugin_build_exception_spec_variant()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1855 tree function_type = convert_in (function_type_in);
1857 gcc_assert (TREE_CODE (function_type) == FUNCTION_TYPE);
1862 tree pargs = TYPE_ARG_TYPES (function_type);
1895 tree result = build_function_type (TREE_TYPE (function_type), nargs);
1899 TYPE_RAISES_EXCEPTIONS (function_type));
1901 TYPE_ATTRIBUTES (function_type));
1970 tree function_type = convert_in (function_type_in); in plugin_build_exception_spec_variant() local
1984 function_type = build_exception_variant (function_type, in plugin_build_exception_spec_variant()
1988 return convert_out (ctx->preserve (function_type)); in plugin_build_exception_spec_variant()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h547 uint32_t function_type; member
557 uint32_t function_type; member
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h220 bool (*function_type) (void *, int, bool); member
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h220 bool (*function_type) (void *, int, bool); member
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dtypes.rst378 gcc_jit_function_type_get_return_type (gcc_jit_function_type *function_type)
383 gcc_jit_function_type_get_param_count (gcc_jit_function_type *function_type)
388 gcc_jit_function_type_get_param_type (gcc_jit_function_type *function_type,\
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h667 typedef F function_type;\
728 typedef F function_type;\
777 typedef F function_type;\
832 typedef F function_type;\
892 typedef F function_type;\
959 typedef F function_type;\
1034 typedef F function_type;\
1114 typedef F function_type;\
1200 typedef F function_type;\
1294 typedef F function_type;\
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h2633 enum function_type enum
2703 ENUM_BITFIELD(function_type) func_type : 2;

123