Searched refs:unexpected_eof (Results 1 – 6 of 6) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 141 static void unexpected_eof (boundary, char const *); 366 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state; 377 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state; 409 <<EOF>> unexpected_eof (token_start, "\""); BEGIN INITIAL; 436 <<EOF>> unexpected_eof (token_start, "'"); BEGIN INITIAL; 511 <<EOF>> unexpected_eof (token_start, "'"); BEGIN context_state; 518 <<EOF>> unexpected_eof (token_start, "\""); BEGIN context_state; 585 <<EOF>> unexpected_eof (scanner_cursor, "{}"); BEGIN INITIAL; 648 <<EOF>> unexpected_eof (code_start, "}"); BEGIN INITIAL; 666 <<EOF>> unexpected_eof (code_start, "%}"); BEGIN INITIAL; [all …]
|
D | scan-gram.c | 1002 static void unexpected_eof (boundary, char const *); 1786 unexpected_eof (token_start, "*/"); BEGIN context_state; 1802 unexpected_eof (token_start, "*/"); BEGIN context_state; 1853 unexpected_eof (token_start, "\""); BEGIN INITIAL; 1890 unexpected_eof (token_start, "'"); BEGIN INITIAL; 2024 unexpected_eof (token_start, "'"); BEGIN context_state; 2042 unexpected_eof (token_start, "\""); BEGIN context_state; 2127 unexpected_eof (scanner_cursor, "{}"); BEGIN INITIAL; 2221 unexpected_eof (code_start, "}"); BEGIN INITIAL; 2242 unexpected_eof (code_start, "%}"); BEGIN INITIAL; [all …]
|
/external/llvm/lib/Object/ |
D | Error.cpp | 40 case object_error::unexpected_eof: in message()
|
D | COFFObjectFile.cpp | 34 ec = object_error::unexpected_eof; in checkSize() 48 ec = object_error::unexpected_eof; in checkAddr() 592 return object_error::unexpected_eof; in getString()
|
/external/llvm/include/llvm/Object/ |
D | Error.h | 29 unexpected_eof enumerator
|
/external/bison/ |
D | ChangeLog | 3936 (unexpected_eof): Use it. 4872 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
|