Searched refs:unexpected_eof (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
H A DError.h29 unexpected_eof enumerator in enum:llvm::object::object_error::_
/external/llvm/lib/Object/
H A DError.cpp40 case object_error::unexpected_eof:
H A DCOFFObjectFile.cpp36 ec = object_error::unexpected_eof;
50 ec = object_error::unexpected_eof;
594 return object_error::unexpected_eof;
/external/bison/src/
H A Dscan-gram.l141 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_star
[all...]
H A Dscan-gram.c1002 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_star
3783 unexpected_eof (boundary start, char const *token_end) function
[all...]

Completed in 408 milliseconds