Searched refs:helper_function_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c9224 tree helper_function_type;
9431 helper_function_type = build_function_type (TREE_TYPE (ftype), typelist);
9432 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type;
9218 tree helper_function_type; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c19729 tree helper_function_type;
19913 helper_function_type = build_function_type (TREE_TYPE (ftype), typelist);
19915 helper_function_type = build_exception_variant (helper_function_type, raises);
19916 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type;
19726 tree helper_function_type; local

Completed in 273 milliseconds