Searched refs:QID (Results 1 – 14 of 14) sorted by relevance
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.g | 14 : '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 '[]'?
|
D | Fuzzy.m | 280 …( '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 …]
|
D | Fuzzy.tokens | 11 QID=14
|
D | Fuzzy.h | 31 #define QID 14 macro
|
D | FuzzyLexer.h | 31 #define QID 9 macro
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t020fuzzy.g | 24 : '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 '[]'?
|
D | t019lexer.g | 17 : '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/ |
D | t020fuzzyLexer.g | 25 : '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 '[]'?
|
D | t019lexer.g | 17 : '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/ |
D | Fuzzy.m | 532 …( '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 …]
|
D | Fuzzy.tokens | 6 QID=9
|
D | FuzzyLexer.h | 31 #define QID 9 macro
|
/external/llvm/lib/Target/R600/ |
D | R600MachineScheduler.cpp | 457 SUnit* R600SchedStrategy::pickOther(int QID) { in pickOther() argument 459 std::vector<SUnit *> &AQ = Available[QID]; in pickOther() 462 MoveUnits(Pending[QID], AQ); in pickOther()
|
D | R600MachineScheduler.h | 97 SUnit* pickOther(int QID);
|