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

  /src/external/gpl3/gcc/dist/gcc/
cgraphclones.cc 494 then the two argument clone_function_name should be used instead.
507 return clone_function_name (name, suffix, suffix_counter++);
513 needed then the two argument clone_function_name should be used
527 clone_function_name should be used instead. */
530 clone_function_name (const char *name, const char *suffix, function
547 clone_function_name should be used instead. */
550 clone_function_name (tree decl, const char *suffix, function
553 return clone_function_name (
561 clone_function_name (tree decl, const char *suffix) function
634 clone_function_name (old_decl, suffix, num_suffix))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 481 then the two argument clone_function_name should be used instead.
494 return clone_function_name (name, suffix, suffix_counter++);
500 needed then the two argument clone_function_name should be used
514 clone_function_name should be used instead. */
517 clone_function_name (const char *name, const char *suffix, function
534 clone_function_name should be used instead. */
537 clone_function_name (tree decl, const char *suffix, function
540 return clone_function_name (
548 clone_function_name (tree decl, const char *suffix) function
621 clone_function_name (old_decl, suffix, num_suffix))
    [all...]

Completed in 28 milliseconds