Home
last modified time | relevance | path

Searched refs:QID (Results 1 – 14 of 14) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.g14 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
15 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
21 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
33 : name=QID WS? '('
59 QID : ID ('.' ID)*
62 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
63 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
72 TYPE: QID '[]'?
DFuzzy.m280 …( 'class' WS name= ID ( WS )? ( 'extends' WS QID ( WS )? )? ( 'implements' WS QID ( WS )? ( ',' ( …
281 …: 'class' WS name= ID ( WS )? ( 'extends' WS QID ( WS )? )? ( 'implements' WS QID ( WS )? ( ',' ( …
319 // Fuzzy.g:14:27: ( 'extends' WS QID ( WS )? )? // block
328 // Fuzzy.g:14:28: 'extends' WS QID ( WS )? // alt
369 // Fuzzy.g:15:3: ( 'implements' WS QID ( WS )? ( ',' ( WS )? QID ( WS )? )* )? // block
378 // Fuzzy.g:15:4: 'implements' WS QID ( WS )? ( ',' ( WS )? QID ( WS )? )* // alt
423 // Fuzzy.g:15:29: ',' ( WS )? QID ( WS )? // alt
527 … )? ( ',' ( WS )? ARG ( WS )? )* )? ')' ( WS )? ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
528 … )? ( ',' ( WS )? ARG ( WS )? )* )? ')' ( WS )? ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
706 // Fuzzy.g:21:8: ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )? )* )? // block
[all …]
DFuzzy.tokens11 QID=14
DFuzzy.h31 #define QID 14 macro
DFuzzyLexer.h31 #define QID 9 macro
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt020fuzzy.g24 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
25 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
31 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
43 : name=QID WS? '('
69 QID : ID ('.' ID)*
72 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
73 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
82 TYPE: QID '[]'?
Dt019lexer.g17 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
18 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
37 QID : ID ('.' ID)*
40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
41 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
50 TYPE: QID '[]'?
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt020fuzzyLexer.g25 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
26 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
32 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
44 : name=QID WS? '('
70 QID : ID ('.' ID)*
73 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
74 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
83 TYPE: QID '[]'?
Dt019lexer.g17 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
18 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
37 QID : ID ('.' ID)*
40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
41 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
50 TYPE: QID '[]'?
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
DFuzzy.m532 …( 'class' WS name= ID ( WS )? ( 'extends' WS QID ( WS )? )? ( 'implements' WS QID ( WS )? ( ',' ( …
533 …: 'class' WS name= ID ( WS )? ( 'extends' WS QID ( WS )? )? ( 'implements' WS QID ( WS )? ( ',' ( …
563 …TLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:14:27: ( 'extends' WS QID ( WS )? )? // block
572 …ocal/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:14:28: 'extends' WS QID ( WS )? // alt
605 …time/Framework/examples/fuzzy/Fuzzy.g:15:3: ( 'implements' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
614 …untime/Framework/examples/fuzzy/Fuzzy.g:15:4: 'implements' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
651 …local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:15:29: ',' ( WS )? QID ( WS )? // alt
743 … )? ( ',' ( WS )? ARG ( WS )? )* )? ')' ( WS )? ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
744 … )? ( ',' ( WS )? ARG ( WS )? )* )? ')' ( WS )? ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
899 …-Runtime/Framework/examples/fuzzy/Fuzzy.g:21:8: ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
[all …]
DFuzzy.tokens6 QID=9
DFuzzyLexer.h31 #define QID 9 macro
/external/llvm/lib/Target/R600/
DR600MachineScheduler.cpp457 SUnit* R600SchedStrategy::pickOther(int QID) { in pickOther() argument
459 std::vector<SUnit *> &AQ = Available[QID]; in pickOther()
462 MoveUnits(Pending[QID], AQ); in pickOther()
DR600MachineScheduler.h97 SUnit* pickOther(int QID);