Home
last modified time | relevance | path

Searched refs:lxr (Results 1 – 25 of 39) sorted by relevance

12

/external/antlr/runtime/Cpp/tests/
Dt012.cpp19 static t012lexerXMLLexer *lxr; variable
38 if (lxr == NULL) in testValid()
39 lxr = new t012lexerXMLLexer(input); in testValid()
41 lxr->setCharStream(input); in testValid()
46 t012lexerXMLLexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
52 string lxrOutput = lxr->outbuf.str(); in testValid()
59 delete lxr; lxr = NULL; in testValid()
70 if (lxr == NULL) in testMalformedInput1()
71 lxr = new t012lexerXMLLexer(input); in testMalformedInput1()
73 lxr->setCharStream(input); in testMalformedInput1()
[all …]
Dt001.cpp17 static t001lexer* lxr; variable
33 if (lxr == NULL) in testValid()
34 lxr = new t001lexer(input); in testValid()
36 lxr->setCharStream(input); in testValid()
40 t001lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testValid()
41 t001lexerTraits::CommonTokenType *token1 = lxr->nextToken(); in testValid()
46 delete lxr; lxr = NULL; in testValid()
57 if (lxr == NULL) in testIteratorInterface()
58 lxr = new t001lexer(input); in testIteratorInterface()
60 lxr->setCharStream(input); in testIteratorInterface()
[all …]
Dt002.cpp17 static t002lexer *lxr; variable
39 if (lxr == NULL) in testValid()
40 lxr = new t002lexer(input); in testValid()
42 lxr->setCharStream(input); in testValid()
49 t002lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
55 delete lxr; lxr = NULL; in testValid()
66 if (lxr == NULL) in testIteratorInterface()
67 lxr = new t002lexer(input); in testIteratorInterface()
69 lxr->setCharStream(input); in testIteratorInterface()
73 …nStreamType *tstream = new t002lexerTraits::TokenStreamType(ANTLR_SIZE_HINT, lxr->get_tokSource()); in testIteratorInterface()
[all …]
Dt005.cpp17 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()
[all …]
Dt003.cpp17 static t003lexer *lxr; variable
49 if (lxr == NULL) in testValid()
50 lxr = new t003lexer(input); in testValid()
52 lxr->setCharStream(input); in testValid()
59 t003lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
65 delete lxr; lxr = NULL; in testValid()
76 if (lxr == NULL) in testIteratorInterface()
77 lxr = new t003lexer(input); in testIteratorInterface()
79 lxr->setCharStream(input); in testIteratorInterface()
83 …nStreamType *tstream = new t003lexerTraits::TokenStreamType(ANTLR_SIZE_HINT, lxr->get_tokSource()); in testIteratorInterface()
[all …]
Dt011.cpp16 static t011lexer *lxr; variable
50 if (lxr == NULL) in testValid()
51 lxr = new t011lexer(input); in testValid()
53 lxr->setCharStream(input); in testValid()
66 t011lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
79 delete lxr; lxr = NULL; in testValid()
90 if (lxr == NULL) in testMalformedInput()
91 lxr = new t011lexer(input); in testMalformedInput()
93 lxr->setCharStream(input); in testMalformedInput()
98 token = lxr->nextToken(); in testMalformedInput()
[all …]
Dt006.cpp16 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()
[all …]
Dt008.cpp16 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()
[all …]
Dt009.cpp16 static t009lexer *lxr; variable
48 if (lxr == NULL) in testValid()
49 lxr = new t009lexer(input); in testValid()
51 lxr->setCharStream(input); in testValid()
64 t009lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
77 delete lxr; lxr = NULL; in testValid()
88 if (lxr == NULL) in testMalformedInput()
89 lxr = new t009lexer(input); in testMalformedInput()
91 lxr->setCharStream(input); in testMalformedInput()
96 token = lxr->nextToken(); in testMalformedInput()
[all …]
Dt010.cpp16 static t010lexer *lxr; variable
50 if (lxr == NULL) in testValid()
51 lxr = new t010lexer(input); in testValid()
53 lxr->setCharStream(input); in testValid()
66 t010lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
79 delete lxr; lxr = NULL; in testValid()
90 if (lxr == NULL) in testMalformedInput()
91 lxr = new t010lexer(input); in testMalformedInput()
93 lxr->setCharStream(input); in testMalformedInput()
98 token = lxr->nextToken(); in testMalformedInput()
[all …]
Dt004.cpp16 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()
[all …]
Dt007.cpp16 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()
[all …]
Dt039.cpp17 static t039labelsLexer *lxr; variable
68 if (lxr == NULL) in testValid()
69 lxr = new t039labelsLexer(input); in testValid()
71 lxr->setCharStream(input); in testValid()
75 …mType *tstream = new t039labelsLexerTraits::TokenStreamType(ANTLR_SIZE_HINT, lxr->get_tokSource()); in testValid()
91 delete lxr; lxr = NULL; in testValid()
Dt051.cpp13 static t051lexer* lxr; variable
55 if (lxr == NULL) in parseFile()
57 lxr = new t051lexer(input); // javaLexerNew is generated by ANTLR in parseFile()
61 lxr->setCharStream(input); in parseFile()
64 tstream = new t051lexerTraits::TokenStreamType(ANTLR_SIZE_HINT, lxr->get_tokSource()); in parseFile()
85 delete lxr; lxr = NULL; in parseFile()
D.gitignore22 t012.lxr.output
/external/llvm-project/llvm/test/MC/SystemZ/
Dregs-bad.s171 #CHECK: lxr %f2,%f0
173 #CHECK: lxr %f0,%f3
175 #CHECK: lxr %f6,%f0
177 #CHECK: lxr %f0,%f7
179 #CHECK: lxr %f10,%f0
181 #CHECK: lxr %f0,%f11
183 #CHECK: lxr %f14,%f0
185 #CHECK: lxr %f0,%f15
187 #CHECK: lxr %r0,%f1
189 #CHECK: lxr %a0,%f1
[all …]
Dregs-good.s103 #CHECK: lxr %f0, %f1 # encoding: [0xb3,0x65,0x00,0x01]
104 #CHECK: lxr %f4, %f5 # encoding: [0xb3,0x65,0x00,0x45]
105 #CHECK: lxr %f8, %f9 # encoding: [0xb3,0x65,0x00,0x89]
106 #CHECK: lxr %f12, %f13 # encoding: [0xb3,0x65,0x00,0xcd]
107 #CHECK: lxr %f0, %f13 # encoding: [0xb3,0x65,0x00,0x0d]
109 lxr %f0,%f1
110 lxr %f4,%f5
111 lxr %f8,%f9
112 lxr %f12,%f13
113 lxr 0,13
/external/llvm/test/MC/SystemZ/
Dregs-bad.s141 #CHECK: lxr %f2,%f0
143 #CHECK: lxr %f0,%f3
145 #CHECK: lxr %f6,%f0
147 #CHECK: lxr %f0,%f7
149 #CHECK: lxr %f10,%f0
151 #CHECK: lxr %f0,%f11
153 #CHECK: lxr %f14,%f0
155 #CHECK: lxr %f0,%f15
157 #CHECK: lxr %r0,%f1
159 #CHECK: lxr %a0,%f1
[all …]
Dregs-good.s93 #CHECK: lxr %f0, %f1 # encoding: [0xb3,0x65,0x00,0x01]
94 #CHECK: lxr %f4, %f5 # encoding: [0xb3,0x65,0x00,0x45]
95 #CHECK: lxr %f8, %f9 # encoding: [0xb3,0x65,0x00,0x89]
96 #CHECK: lxr %f12, %f13 # encoding: [0xb3,0x65,0x00,0xcd]
98 lxr %f0,%f1
99 lxr %f4,%f5
100 lxr %f8,%f9
101 lxr %f12,%f13
/external/capstone/suite/MC/SystemZ/
Dregs-good.s.cs42 0xb3,0x65,0x00,0x01 = lxr %f0, %f1
43 0xb3,0x65,0x00,0x45 = lxr %f4, %f5
44 0xb3,0x65,0x00,0x89 = lxr %f8, %f9
45 0xb3,0x65,0x00,0xcd = lxr %f12, %f13
/external/antlr/runtime/C/doxygen/
Dbuildrec.dox108 /// pLangLexer lxr;
175 /// lxr = LangLexerNew(input); // CLexerNew is generated by ANTLR
179 /// if ( lxr == NULL )
197 /// tstream = antlr3CommonTokenStreamSourceNew(ANTLR3_SIZE_HINT, lxr->pLexer->tokSource);
263 /// lxr ->free (lxr); lxr = NULL;
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-01.ll25 ; CHECK: lxr
Dfp-move-12.ll25 ; CHECK: lxr
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dfp-move-01.ll25 ; CHECK: lxr
Dfp-move-12.ll25 ; CHECK: lxr

12