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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 486 #ifndef ANTLR3_STRDUP
487 /// Default definition of ANTLR3_STRDUP. You can override this before including
490 #define ANTLR3_STRDUP(instr) (pANTLR3_UINT8)(strdup ((const char *)(instr)))
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 652 entry->keybase.key.sKey = ANTLR3_STRDUP(key); /* Record the key value */
    [all...]

Completed in 56 milliseconds