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