| /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...] |
| /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/gdb/dist/sim/ppc/ |
| ld-insn.h | 127 function_type = insn_format, enumerator in enum:__anon4975
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| ld-insn.h | 127 function_type = insn_format, enumerator in enum:__anon7714
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cgraphunit.cc | 523 const char *function_type = ((gimple_has_body_p (fndecl)) local 532 function_type,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cgraphunit.cc | 534 const char *function_type = ((gimple_has_body_p (fndecl)) local 543 function_type,
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcp1plugin.cc | 1223 if (TREE_CODE (sym_type) == FUNCTION_TYPE) 1860 tree function_type = convert_in (function_type_in); 1862 gcc_assert (TREE_CODE (function_type) == FUNCTION_TYPE); 1867 tree pargs = TYPE_ARG_TYPES (function_type); 1900 tree result = build_function_type (TREE_TYPE (function_type), nargs); 1904 TYPE_RAISES_EXCEPTIONS (function_type)); 1906 TYPE_ATTRIBUTES (function_type)); 1975 tree function_type = convert_in (function_type_in); 1989 function_type = build_exception_variant (function_type 1970 tree function_type = convert_in (function_type_in); local [all...] |
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcp1plugin.cc | 1223 if (TREE_CODE (sym_type) == FUNCTION_TYPE) 1861 tree function_type = convert_in (function_type_in); 1863 gcc_assert (TREE_CODE (function_type) == FUNCTION_TYPE); 1868 tree pargs = TYPE_ARG_TYPES (function_type); 1901 tree result = build_function_type (TREE_TYPE (function_type), nargs); 1905 TYPE_RAISES_EXCEPTIONS (function_type)); 1907 TYPE_ATTRIBUTES (function_type)); 1976 tree function_type = convert_in (function_type_in); 1990 function_type = build_exception_variant (function_type 1971 tree function_type = convert_in (function_type_in); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| 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...] |
| jit-recording.h | 115 function_type * 537 virtual function_type *dyn_cast_function_type () { return NULL; } 538 virtual function_type *as_a_function_type() { gcc_unreachable (); return NULL; } 848 class function_type : public type class in namespace:gcc::jit::recording 851 function_type (context *ctxt, 858 function_type *dyn_cast_function_type () FINAL OVERRIDE { return this; } 859 function_type *as_a_function_type () FINAL OVERRIDE { return this; }
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| 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...] |
| jit-recording.h | 119 function_type * 551 virtual function_type *dyn_cast_function_type () { return NULL; } 552 virtual function_type *as_a_function_type() { gcc_unreachable (); return NULL; } 910 class function_type : public type class in namespace:gcc::jit::recording 913 function_type (context *ctxt, 920 function_type *dyn_cast_function_type () final override { return this; } 921 function_type *as_a_function_type () final override { return this; }
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 643 (** [function_type ret_ty param_tys] returns the function type returning 646 val function_type : lltype -> lltype array -> lltype var 649 [function_type ret_ty param_tys] except that it returns the function type
|
| /src/external/gpl3/binutils/dist/ld/ |
| pdb.h | 559 uint32_t function_type; member in struct:lf_func_id 569 uint32_t function_type; member in struct:lf_mfunc_id
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.h | 559 uint32_t function_type; member in struct:lf_func_id 569 uint32_t function_type; member in struct:lf_mfunc_id
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386.h | 2656 enum function_type 2726 ENUM_BITFIELD(function_type) func_type : 2; 2639 enum function_type enum
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386.h | 2766 enum function_type 2850 ENUM_BITFIELD(function_type) func_type : 2; 2749 enum function_type enum
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-builtins.cc | 114 enum loongarch_function_type function_type; member in struct:loongarch_builtin_description 138 BUILTIN_TYPE and FUNCTION_TYPE are loongarch_builtin_description fields. 142 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ 145 BUILTIN_TYPE, FUNCTION_TYPE, \ 150 mapped to instruction CODE_FOR_loongarch_<INSN>, FUNCTION_TYPE and AVAIL 152 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ 153 LARCH_BUILTIN (INSN, #INSN, LARCH_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL) 156 function mapped to instruction CODE_FOR_loongarch_<INSN>, FUNCTION_TYPE 158 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ 160 FUNCTION_TYPE, AVAIL [all...] |