Lines Matching refs:lxr
17 static t005lexer *lxr; variable
50 if (lxr == NULL) in testValid()
51 lxr = new t005lexer(input); in testValid()
53 lxr->setCharStream(input); in testValid()
66 t005lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
79 delete lxr; lxr = NULL; in testValid()
90 if (lxr == NULL) in testMalformedInput1()
91 lxr = new t005lexer(input); in testMalformedInput1()
93 lxr->setCharStream(input); in testMalformedInput1()
97 t005lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput1()
104 delete lxr; lxr = NULL; in testMalformedInput1()
115 if (lxr == NULL) in testMalformedInput2()
116 lxr = new t005lexer(input); in testMalformedInput2()
118 lxr->setCharStream(input); in testMalformedInput2()
122 t005lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput2()
128 delete lxr; lxr = NULL; in testMalformedInput2()