Lines Matching refs:lxr
16 static t008lexer *lxr; variable
48 if (lxr == NULL) in testValid()
49 lxr = new t008lexer(input); in testValid()
51 lxr->setCharStream(input); in testValid()
64 t008lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
77 delete lxr; lxr = NULL; in testValid()
88 if (lxr == NULL) in testMalformedInput()
89 lxr = new t008lexer(input); in testMalformedInput()
91 lxr->setCharStream(input); in testMalformedInput()
96 token = lxr->nextToken(); in testMalformedInput()
98 token = lxr->nextToken(); in testMalformedInput()
100 token = lxr->nextToken(); in testMalformedInput()
108 delete lxr; lxr = NULL; in testMalformedInput()