Searched refs:extra_args (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | opts-common.c | 371 unsigned int result = 1, i, extra_args, separate_args = 0; in decode_cmdline_option() local 382 extra_args = 0; in decode_cmdline_option() 398 extra_args = (opt1 == NULL ? 0 : 1); in decode_cmdline_option() 405 || argv[extra_args][optn_len] != 0)) in decode_cmdline_option() 407 size_t arglen = strlen (argv[extra_args]); in decode_cmdline_option() 413 memcpy (dup + new_prefix_len, argv[extra_args] + optn_len, in decode_cmdline_option() 424 extra_args = 0; in decode_cmdline_option() 441 result = extra_args + 1; in decode_cmdline_option() 465 arg = argv[extra_args] + cl_options[opt_index].opt_len + 1 + adjust_len; in decode_cmdline_option() 471 arg = argv[extra_args + 1]; in decode_cmdline_option() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | opts-common.c | 453 unsigned int result = 1, i, extra_args, separate_args = 0; in decode_cmdline_option() local 464 extra_args = 0; in decode_cmdline_option() 480 extra_args = (opt1 == NULL ? 0 : 1); in decode_cmdline_option() 487 || argv[extra_args][optn_len] != 0)) in decode_cmdline_option() 489 size_t arglen = strlen (argv[extra_args]); in decode_cmdline_option() 495 memcpy (dup + new_prefix_len, argv[extra_args] + optn_len, in decode_cmdline_option() 506 extra_args = 0; in decode_cmdline_option() 523 result = extra_args + 1; in decode_cmdline_option() 547 arg = argv[extra_args] + cl_options[opt_index].opt_len + 1 + adjust_len; in decode_cmdline_option() 553 arg = argv[extra_args + 1]; in decode_cmdline_option() [all …]
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | strftime.c | 359 # define extra_args , ut, ns macro 369 # define extra_args macro 746 tp extra_args LOCALE_ARG); in my_strftime() 748 tp extra_args LOCALE_ARG)); in my_strftime()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | pt.c | 502 add_to_template_args (tree args, tree extra_args) in add_to_template_args() argument 509 if (args == NULL_TREE || extra_args == error_mark_node) in add_to_template_args() 510 return extra_args; in add_to_template_args() 512 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args() 519 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args() 532 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() argument 538 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args() 542 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args() 543 return extra_args; in add_outermost_template_args() 546 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | pt.c | 526 add_to_template_args (tree args, tree extra_args) in add_to_template_args() argument 533 if (args == NULL_TREE || extra_args == error_mark_node) in add_to_template_args() 534 return extra_args; in add_to_template_args() 536 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args() 543 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args() 556 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() argument 562 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args() 566 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args() 567 return extra_args; in add_outermost_template_args() 570 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args() [all …]
|