HomeSort by relevance Sort by last modified time
    Searched full:destructor_location (Results 1 - 3 of 3) sorted by null

  /external/bison/src/
symtab.h 65 location destructor_location; member in struct:symbol
symtab.c 144 redeclaration (sym, "%destructor", sym->destructor_location, loc);
146 sym->destructor_location = loc;
161 redeclaration (sym, "%printer", sym->destructor_location, loc);
333 orig->destructor_location);
336 alias->destructor_location);
output.c 401 escaped_output (out, sym->destructor_location.start.file);
402 fprintf (out, ", %d, ", sym->destructor_location.start.line);

Completed in 794 milliseconds