Searched refs:FOREACH_FUNCTION_ARGS (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | godump.c | 882 FOREACH_FUNCTION_ARGS (type, arg_type, iter) in go_format_type()
|
H A D | tree.h | 5166 #define FOREACH_FUNCTION_ARGS(FNTYPE, TREE, ITER) \ macro
|
H A D | tree.c | 10869 FOREACH_FUNCTION_ARGS(fntype, t, args_iter) in stdarg_p()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | godump.c | 1052 FOREACH_FUNCTION_ARGS (type, arg_type, iter) in go_format_type()
|
H A D | tree.h | 4792 #define FOREACH_FUNCTION_ARGS(FNTYPE, TREE, ITER) \ macro
|
H A D | tree.c | 11832 FOREACH_FUNCTION_ARGS (fntype, t, args_iter) in stdarg_p()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.c | 165 FOREACH_FUNCTION_ARGS (fntype, ref, iter) in check_format_string() 3001 FOREACH_FUNCTION_ARGS (type, arg_type, iter) in handle_format_attribute()
|
H A D | c-common.c | 1740 FOREACH_FUNCTION_ARGS (TREE_TYPE (decl), type, iter) in check_main_parameter_types() 7867 FOREACH_FUNCTION_ARGS (fntype, t, iter) in check_function_sentinel()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-format.c | 179 FOREACH_FUNCTION_ARGS (fntype, ref, iter) in check_format_string() 4086 FOREACH_FUNCTION_ARGS (type, arg_type, iter) in handle_format_attribute()
|
H A D | c-warn.c | 1006 FOREACH_FUNCTION_ARGS (TREE_TYPE (decl), type, iter) in check_main_parameter_types()
|
H A D | c-ada-spec.c | 2496 FOREACH_FUNCTION_ARGS (type, arg, args_iter) in dump_forward_type()
|
H A D | c-common.c | 5276 FOREACH_FUNCTION_ARGS (fntype, t, iter) in check_function_sentinel()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 7784 FOREACH_FUNCTION_ARGS (type, t, iter) in check_tgmath_function() 8360 FOREACH_FUNCTION_ARGS (first_type, t, iter) in c_parser_postfix_expression() 8399 FOREACH_FUNCTION_ARGS (type, t, iter) in c_parser_postfix_expression() 8486 FOREACH_FUNCTION_ARGS (type, t, iter) in c_parser_postfix_expression() 8550 FOREACH_FUNCTION_ARGS (type, t, iter) in c_parser_postfix_expression()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 7303 FOREACH_FUNCTION_ARGS (fntype, argtype, iter) in init_cumulative_args()
|