HomeSort by: relevance | last modified time | path
    Searched defs:old_args (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
repo.c 43 static const char *old_args, *old_dir, *old_main; variable
182 old_args = ggc_strdup (buf + 2);
209 if (old_args && !get_random_seed (true)
210 && (p = strstr (old_args, "'-frandom-seed=")))
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 24508 tree old_args = ARGUMENT_PACK_ARGS (old_pack);
24509 temp_override<int> ovl (TREE_VEC_LENGTH (old_args));
24515 && TREE_VEC_LENGTH (new_args) < TREE_VEC_LENGTH (old_args)
24519 TREE_VEC_LENGTH (old_args) = TREE_VEC_LENGTH (new_args);
24520 if (!comp_template_args (old_args, new_args,
24507 tree old_args = ARGUMENT_PACK_ARGS (old_pack); local

Completed in 48 milliseconds