Home
last modified time | relevance | path

Searched refs:ANTLR3_ERR_NOFILE (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3errors.h50 #define ANTLR3_ERR_NOFILE (ANTLR3_ERR_BASE + 2) macro
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3filestream.c366 return (ANTLR3_UINT32)ANTLR3_ERR_NOFILE; in antlr3read8Bit()