HomeSort by relevance Sort by last modified time
    Searched refs:ANTLR3_FREE_FUNC (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 480 #ifndef ANTLR3_FREE_FUNC
481 /// Default definition of ANTLR3_FREE_FUNC. You can override this before including
484 #define ANTLR3_FREE_FUNC free
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c 465 input->markers->add(input->markers, state, ANTLR3_FREE_FUNC); /* No special structure, just free() on delete */
    [all...]

Completed in 56 milliseconds