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