Home
last modified time | relevance | path

Searched refs:FUNCTION_TYPE (Results 1 – 25 of 242) sorted by relevance

12345678910

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-builtins.c102 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument
104 BUILTIN_TYPE, FUNCTION_TYPE, riscv_builtin_avail_ ## AVAIL }
109 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
110 RISCV_BUILTIN (INSN, #INSN, RISCV_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL)
115 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
117 FUNCTION_TYPE, AVAIL)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-builtins.cc102 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument
104 BUILTIN_TYPE, FUNCTION_TYPE, riscv_builtin_avail_ ## AVAIL }
109 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
110 RISCV_BUILTIN (INSN, #INSN, RISCV_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL)
115 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
117 FUNCTION_TYPE, AVAIL)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-builtins.cc119 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument
122 BUILTIN_TYPE, FUNCTION_TYPE, \
129 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
130 LARCH_BUILTIN (INSN, #INSN, LARCH_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL)
135 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
137 FUNCTION_TYPE, AVAIL)
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc164 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_noreturn_attribute()
215 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_const_attribute()
387 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_type_generic_attribute()
404 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_transaction_pure_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtype-utils.h43 || code == FUNCTION_TYPE || code == METHOD_TYPE in find_type_usage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtype-utils.h43 || code == FUNCTION_TYPE || code == METHOD_TYPE in find_type_usage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc365 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_noreturn_attribute()
411 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_const_attribute()
548 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_type_generic_attribute()
565 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_transaction_pure_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c214 && TREE_CODE (pointee) != FUNCTION_TYPE) in pp_c_space_for_pointer_operator()
254 TREE_CODE (t) == FUNCTION_TYPE); in pp_c_type_qualifier_list()
454 || TREE_CODE (pointee) == FUNCTION_TYPE) in pp_c_specifier_qualifier_list()
466 case FUNCTION_TYPE: in pp_c_specifier_qualifier_list()
559 || TREE_CODE (TREE_TYPE (t)) == FUNCTION_TYPE) in abstract_declarator()
582 case FUNCTION_TYPE: in direct_abstract_declarator()
714 case FUNCTION_TYPE: in direct_declarator()
766 case FUNCTION_TYPE: in declarator()
H A Dc-attribs.c819 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_noreturn_attribute()
1092 if (TREE_CODE (*node) != FUNCTION_TYPE in handle_nocf_check_attribute()
1406 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_const_attribute()
1617 && TREE_CODE (type) == FUNCTION_TYPE in handle_constructor_attribute()
1647 && TREE_CODE (type) == FUNCTION_TYPE in handle_destructor_attribute()
3354 case FUNCTION_TYPE: in handle_tm_attribute()
3387 if (subcode == FUNCTION_TYPE || subcode == METHOD_TYPE) in handle_tm_attribute()
3557 || TREE_CODE (type) == FUNCTION_TYPE in type_for_vector_size()
4353 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_type_generic_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c707 || TREE_CODE (type) == FUNCTION_TYPE)) in go_format_type()
831 == FUNCTION_TYPE)))) in go_format_type()
854 if (TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in go_format_type()
980 == FUNCTION_TYPE)))) in go_format_type()
1036 case FUNCTION_TYPE: in go_format_type()
H A Dgimple-expr.c79 if ((TREE_CODE (TREE_TYPE (outer_type)) == FUNCTION_TYPE in useless_type_conversion_p()
81 && !(TREE_CODE (TREE_TYPE (inner_type)) == FUNCTION_TYPE in useless_type_conversion_p()
226 else if ((TREE_CODE (inner_type) == FUNCTION_TYPE in useless_type_conversion_p()
H A Dfunction-tests.c132 ASSERT_EQ (FUNCTION_TYPE, TREE_CODE (fntype)); in test_fndecl_int_void()
172 ASSERT_EQ (FUNCTION_TYPE, TREE_CODE (fntype)); in test_fndecl_float_intchar()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c294 if (TREE_CODE (TREE_TYPE (t)) == ARRAY_TYPE || TREE_CODE (TREE_TYPE (t)) == FUNCTION_TYPE) in gen_type()
319 case FUNCTION_TYPE: in gen_type()
H A Dc-typeck.c515 case FUNCTION_TYPE: in composite_type()
694 if (TREE_CODE (pointed_to_1) == FUNCTION_TYPE) in common_pointer_type()
1188 case FUNCTION_TYPE: in comptypes_internal()
1845 if (code == FUNCTION_TYPE || code == VOID_TYPE || code == ERROR_MARK in c_size_in_bytes()
1931 gcc_assert (TREE_CODE (TREE_TYPE (exp)) == FUNCTION_TYPE); in function_to_pointer_conversion()
2061 case FUNCTION_TYPE: in default_function_array_conversion()
2226 gcc_assert (code != FUNCTION_TYPE); in default_conversion()
2690 if (TREE_CODE (TREE_TYPE (TREE_TYPE (array))) == FUNCTION_TYPE) in build_array_ref()
2784 gcc_assert (TREE_CODE (TREE_TYPE (TREE_TYPE (ar))) != FUNCTION_TYPE); in build_array_ref()
3102 if (TREE_CODE (TREE_TYPE (function)) == FUNCTION_TYPE) in build_function_call_vec()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc294 if (TREE_CODE (TREE_TYPE (t)) == ARRAY_TYPE || TREE_CODE (TREE_TYPE (t)) == FUNCTION_TYPE) in gen_type()
319 case FUNCTION_TYPE: in gen_type()
H A Dc-typeck.cc519 case FUNCTION_TYPE: in composite_type()
698 if (TREE_CODE (pointed_to_1) == FUNCTION_TYPE) in common_pointer_type()
1202 case FUNCTION_TYPE: in comptypes_internal()
1859 if (code == FUNCTION_TYPE || code == VOID_TYPE || code == ERROR_MARK in c_size_in_bytes()
1944 gcc_assert (TREE_CODE (TREE_TYPE (exp)) == FUNCTION_TYPE); in function_to_pointer_conversion()
2072 case FUNCTION_TYPE: in default_function_array_conversion()
2241 gcc_assert (code != FUNCTION_TYPE); in default_conversion()
2706 if (TREE_CODE (TREE_TYPE (TREE_TYPE (array))) == FUNCTION_TYPE) in build_array_ref()
2800 gcc_assert (TREE_CODE (TREE_TYPE (TREE_TYPE (ar))) != FUNCTION_TYPE); in build_array_ref()
3127 if (TREE_CODE (TREE_TYPE (function)) == FUNCTION_TYPE) in build_function_call_vec()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-expr.cc79 if ((TREE_CODE (TREE_TYPE (outer_type)) == FUNCTION_TYPE in useless_type_conversion_p()
81 && !(TREE_CODE (TREE_TYPE (inner_type)) == FUNCTION_TYPE in useless_type_conversion_p()
226 else if ((TREE_CODE (inner_type) == FUNCTION_TYPE in useless_type_conversion_p()
H A Dgodump.cc697 || TREE_CODE (type) == FUNCTION_TYPE)) in go_format_type()
826 if (TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in go_format_type()
952 == FUNCTION_TYPE)))) in go_format_type()
1008 case FUNCTION_TYPE: in go_format_type()
H A Dfunction-tests.cc133 ASSERT_EQ (FUNCTION_TYPE, TREE_CODE (fntype)); in test_fndecl_int_void()
173 ASSERT_EQ (FUNCTION_TYPE, TREE_CODE (fntype)); in test_fndecl_float_intchar()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc220 && TREE_CODE (pointee) != FUNCTION_TYPE) in pp_c_space_for_pointer_operator()
262 TREE_CODE (t) == FUNCTION_TYPE); in pp_c_type_qualifier_list()
464 || TREE_CODE (pointee) == FUNCTION_TYPE) in pp_c_specifier_qualifier_list()
476 case FUNCTION_TYPE: in pp_c_specifier_qualifier_list()
569 || TREE_CODE (TREE_TYPE (t)) == FUNCTION_TYPE) in abstract_declarator()
594 case FUNCTION_TYPE: in direct_abstract_declarator()
776 case FUNCTION_TYPE: in direct_declarator()
828 case FUNCTION_TYPE: in declarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc449 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_noreturn_attribute()
491 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_const_attribute()
617 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_type_generic_attribute()
632 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_transaction_pure_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-passes.c151 case FUNCTION_TYPE: in check_op_callback()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-passes.cc151 case FUNCTION_TYPE: in check_op_callback()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c267 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_noreturn_attribute()
318 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_const_attribute()
490 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_type_generic_attribute()
507 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_transaction_pure_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc267 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_noreturn_attribute()
318 && TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE) in handle_const_attribute()
490 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_type_generic_attribute()
507 gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); in handle_transaction_pure_attribute()

12345678910