Lines Matching refs:lxr
16 static t004lexer *lxr; variable
47 if (lxr == NULL) in testValid()
48 lxr = new t004lexer(input); in testValid()
50 lxr->setCharStream(input); in testValid()
63 t004lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
76 delete lxr; lxr = NULL; in testValid()
87 if (lxr == NULL) in testMalformedInput()
88 lxr = new t004lexer(input); in testMalformedInput()
90 lxr->setCharStream(input); in testMalformedInput()
94 t004lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput()
97 delete lxr; lxr = NULL; in testMalformedInput()