Searched refs:ANTLR3_STRDUP (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h486 #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))) macro
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c652 entry->keybase.key.sKey = ANTLR3_STRDUP(key); /* Record the key value */

Completed in 136 milliseconds