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

  /src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.c 105 struct yy_buffer_state *buffstate; local
108 buffstate = yy_scan_string (exp);
119 yy_delete_buffer (buffstate);
tc-bfin.c 578 YY_BUFFER_STATE buffstate; local
580 buffstate = yy_scan_string (line);
595 yy_delete_buffer (buffstate);
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.c 104 struct yy_buffer_state *buffstate; local
107 buffstate = yy_scan_string (exp);
118 yy_delete_buffer (buffstate);
tc-bfin.c 578 YY_BUFFER_STATE buffstate; local
580 buffstate = yy_scan_string (line);
595 yy_delete_buffer (buffstate);

Completed in 52 milliseconds