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

  /src/external/gpl2/texinfo/dist/makeinfo/
node.c 1789 char *indirect_info = NULL;
1899 if (!indirect_info)
1901 indirect_info = the_file + file_top;
1902 sprintf (indirect_info, "\037\nIndirect:\n");
1903 indirect_info += strlen (indirect_info);
1906 sprintf (indirect_info, "%s: %d\n",
1911 indirect_info += strlen (indirect_info);
1930 int distance = indirect_info - the_file
1782 char *indirect_info = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 1823 targets (i.e. edge->indirect_info->num_speculative_call_targets > 1),
1915 cgraph_indirect_call_info *indirect_info; variable
3477 gcc_checking_assert (e->indirect_info->polymorphic);
3478 *this = e->indirect_info->context;
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 1820 targets (i.e. edge->indirect_info->num_speculative_call_targets > 1),
1912 cgraph_indirect_call_info *indirect_info; variable
3474 gcc_checking_assert (e->indirect_info->polymorphic);
3475 *this = e->indirect_info->context;

Completed in 73 milliseconds