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

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 966 char *starred = (char *) alloca (strlen (name) + 2);
967 starred[0] = '*';
968 strcpy (starred + 1, name);
969 symtab->change_decl_assembler_name (decl, get_identifier (starred));
963 char *starred = (char *) alloca (strlen (name) + 2); local
gcc.cc 654 If %* appears in X, all of the alternatives must be starred, and
7200 switch_matches (const char *atom, const char *end_atom, int starred)
7204 int plen = starred ? len : -1;
7208 && (starred || switches[i].part1[len] == '\0')
7220 && (starred || (switches[i].part1[1] == '\0'
7222 && check_live_switch (i, (starred ? 1 : -1)))
7231 match ATOM (extends to END_ATOM; STARRED indicates whether there
7234 mark_matching_switches (const char *atom, const char *end_atom, int starred)
7238 int plen = starred ? len : -1;
7242 && (starred || switches[i].part1[len] == '\0'
9484 bool starred; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 969 char *starred = (char *) alloca (strlen (name) + 2);
970 starred[0] = '*';
971 strcpy (starred + 1, name);
972 symtab->change_decl_assembler_name (decl, get_identifier (starred));
966 char *starred = (char *) alloca (strlen (name) + 2); local
gcc.cc 639 If %* appears in X, all of the alternatives must be starred, and
7074 switch_matches (const char *atom, const char *end_atom, int starred)
7078 int plen = starred ? len : -1;
7082 && (starred || switches[i].part1[len] == '\0')
7094 && (starred || (switches[i].part1[1] == '\0'
7096 && check_live_switch (i, (starred ? 1 : -1)))
7105 match ATOM (extends to END_ATOM; STARRED indicates whether there
7108 mark_matching_switches (const char *atom, const char *end_atom, int starred)
7112 int plen = starred ? len : -1;
7116 && (starred || switches[i].part1[len] == '\0'
9357 bool starred = false; local
    [all...]

Completed in 41 milliseconds