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

  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 225 string_seq (void) function
471 /* Optional parenthesized string: ('(' string_seq ')')? */
480 value = string_seq ();
524 /* Nested pointer data: '(' type '*'* ',' string_seq ',' string_seq ')' */
534 to = string_seq ();
536 from = string_seq ();
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 224 string_seq (void) function
464 /* Optional parenthesized string: ('(' string_seq ')')? */
473 value = string_seq ();
517 /* Nested pointer data: '(' type '*'* ',' string_seq ',' string_seq ')' */
527 to = string_seq ();
529 from = string_seq ();

Completed in 21 milliseconds