Searched refs:handle_spec_function (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 391 static const char *handle_spec_function (const char *, bool *, const char *); 6696 p = handle_spec_function (p, NULL, soft_matched_part); in do_spec_1() 6964 handle_spec_function (const char *p, bool *retval_nonnull, in handle_spec_function() function 7162 p = handle_spec_function (p + 2, &a_matched, NULL); in handle_braces()
|
H A D | ChangeLog-2018 | 15416 * gcc.c (handle_spec_function): Accept a soft_matched_part 15422 (do_spec_1): Pass soft_matched_part to handle_spec_function. 15423 (handle_braces): Update call to handle_spec_function.
|
H A D | ChangeLog-2002 | 2614 (eval_spec_function, handle_spec_function) 2617 (do_spec_1): Hand off spec to handle_spec_function if %:
|
H A D | ChangeLog-2013 | 21106 (handle_spec_function): Add retval_nonnull argument and if non-NULL, 21108 (do_spec_1): Adjust handle_spec_function caller.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 360 static const char *handle_spec_function (const char *, bool *, const char *); 5970 p = handle_spec_function (p, NULL, soft_matched_part); in do_spec_1() 6227 handle_spec_function (const char *p, bool *retval_nonnull, in handle_spec_function() function 6425 p = handle_spec_function (p + 2, &a_matched, NULL); in handle_braces()
|