| /src/external/gpl3/gdb.old/dist/gdb/ |
| infcall.h | 31 target function, and set *FUNCTION_TYPE to the target function's 37 struct type **function_type = NULL);
|
| infcall.c | 347 struct type **function_type) 383 FUNCTION_TYPE have been asked for. */ 384 if (retval_type != NULL || function_type != NULL) 435 if (function_type != NULL) 436 *function_type = ftype;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| infcall.h | 31 target function, and set *FUNCTION_TYPE to the target function's 37 struct type **function_type = NULL);
|
| infcall.c | 347 struct type **function_type) 383 FUNCTION_TYPE have been asked for. */ 384 if (retval_type != NULL || function_type != NULL) 435 if (function_type != NULL) 436 *function_type = ftype;
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| gen-support.c | 55 function->fields[function_type], 72 ASSERT(function->fields[function_type] != NULL); 101 ASSERT(function->fields[function_type] != NULL);
|
| gen-model.c | 54 if (function->fields[function_type] == NULL 55 || function->fields[function_type][0] == '\0') { 59 lf_print__function_type(file, function->fields[function_type], prefix, " "); 205 if (function->fields[function_type] == NULL 206 || function->fields[function_type][0] == '\0') { 211 lf_print__function_type(file, function->fields[function_type], prefix, "\n");
|
| ld-insn.h | 127 function_type = insn_format, enumerator in enum:__anon19922
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| gen-support.c | 55 function->fields[function_type], 72 ASSERT(function->fields[function_type] != NULL); 101 ASSERT(function->fields[function_type] != NULL);
|
| gen-model.c | 54 if (function->fields[function_type] == NULL 55 || function->fields[function_type][0] == '\0') { 59 lf_print__function_type(file, function->fields[function_type], prefix, " "); 205 if (function->fields[function_type] == NULL 206 || function->fields[function_type][0] == '\0') { 211 lf_print__function_type(file, function->fields[function_type], prefix, "\n");
|
| ld-insn.h | 127 function_type = insn_format, enumerator in enum:__anon22661
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-common.h | 116 class function_type;
|
| jit-builtins.cc | 191 recording::function_type *func_type = t->as_a_function_type (); 552 /* Create the recording::function_type for a given function type 555 recording::function_type * 565 recording::function_type *result = NULL;
|
| libgccjit.h | 1973 gcc_jit_function_type_get_return_type (gcc_jit_function_type *function_type); 1977 gcc_jit_function_type_get_param_count (gcc_jit_function_type *function_type); 1981 gcc_jit_function_type_get_param_type (gcc_jit_function_type *function_type,
|
| jit-builtins.h | 152 recording::function_type*
|
| libgccjit.cc | 63 struct gcc_jit_function_type : public gcc::jit::recording::function_type 714 gcc::jit::recording::function_type::get_return_type method, in 718 gcc_jit_function_type_get_return_type (gcc_jit_function_type *function_type) 720 RETURN_NULL_IF_FAIL (function_type, NULL, NULL, "NULL function_type"); 721 return (gcc_jit_type *)function_type->get_return_type (); 727 gcc::jit::recording::function_type::get_param_types method, in 731 gcc_jit_function_type_get_param_count (gcc_jit_function_type *function_type) 733 RETURN_VAL_IF_FAIL (function_type, 0, NULL, NULL, "NULL function_type"); [all...] |
| jit-recording.cc | 928 /* Create a recording::function_type instance and add it to this context's 933 recording::function_type * 939 recording::function_type *fn_type 940 = new function_type (this, 962 recording::function_type *fn_type 2898 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) 2911 recording::function_type::write_deferred_reproducer. */ 2912 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) 3156 /* The implementation of class gcc::jit::recording::function_type */ 3158 /* Constructor for gcc::jit::recording::function_type. * 3160 recording::function_type::function_type (context *ctxt, function in class:gcc::jit::recording::function_type [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-common.h | 116 class function_type;
|
| jit-builtins.cc | 193 recording::function_type *func_type = t->as_a_function_type (); 554 /* Create the recording::function_type for a given function type 557 recording::function_type * 567 recording::function_type *result = NULL;
|
| libgccjit.h | 1952 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,
|
| jit-builtins.h | 152 recording::function_type*
|
| libgccjit.cc | 63 struct gcc_jit_function_type : public gcc::jit::recording::function_type 699 gcc::jit::recording::function_type::get_return_type method, in 703 gcc_jit_function_type_get_return_type (gcc_jit_function_type *function_type) 705 RETURN_NULL_IF_FAIL (function_type, NULL, NULL, "NULL function_type"); 706 return (gcc_jit_type *)function_type->get_return_type (); 712 gcc::jit::recording::function_type::get_param_types method, in 716 gcc_jit_function_type_get_param_count (gcc_jit_function_type *function_type) 718 RETURN_VAL_IF_FAIL (function_type, 0, NULL, NULL, "NULL function_type"); [all...] |
| jit-recording.cc | 930 /* Create a recording::function_type instance and add it to this context's 935 recording::function_type * 941 recording::function_type *fn_type 942 = new function_type (this, 964 recording::function_type *fn_type 2872 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) 2885 recording::function_type::write_deferred_reproducer. */ 2886 if (function_type *fn_type = m_other_type->dyn_cast_function_type ()) 3096 /* The implementation of class gcc::jit::recording::function_type */ 3098 /* Constructor for gcc::jit::recording::function_type. * 3100 recording::function_type::function_type (context *ctxt, function in class:gcc::jit::recording::function_type [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| debug.h | 220 bool (*function_type) (void *, int, bool); member in struct:debug_write_fns
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.h | 220 bool (*function_type) (void *, int, bool); member in struct:debug_write_fns
|
| /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/ |
| loongarch-builtins.cc | 96 enum loongarch_function_type function_type; member in struct:loongarch_builtin_description 115 BUILTIN_TYPE and FUNCTION_TYPE are loongarch_builtin_description fields. 119 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ 122 BUILTIN_TYPE, FUNCTION_TYPE, \ 127 mapped to instruction CODE_FOR_loongarch_<INSN>, FUNCTION_TYPE and AVAIL 129 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ 130 LARCH_BUILTIN (INSN, #INSN, LARCH_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL) 133 function mapped to instruction CODE_FOR_loongarch_<INSN>, FUNCTION_TYPE 135 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ 137 FUNCTION_TYPE, AVAIL [all...] |