Searched refs:Terminals (Results 1 – 25 of 38) sorted by relevance
12
/external/selinux/sepolgen/src/sepolgen/ |
D | yacc.py | 483 global Productions, Prodnames, Prodmap, Terminals 497 Terminals = { } # A dictionary mapping the names of terminal symbols to a 624 if prodname in Terminals: 643 if c not in Terminals: 644 Terminals[c] = [] 696 if t in Terminals: 697 Terminals[t].append(p.number) 802 for s in list(Terminals.keys()) + list(Nonterminals.keys()): 837 for t in Terminals.keys(): 881 if s not in Prodnames and s not in Terminals and s != 'error': [all …]
|
/external/bison/tests/ |
D | reduce.at | 22 ## Useless Terminals. ## 25 AT_SETUP([Useless Terminals]) 49 [[Terminals unused in grammar 238 Terminals unused in grammar 334 Terminals unused in grammar
|
D | conflicts.at | 573 Terminals, with rules where they appear 676 Terminals, with rules where they appear 813 Terminals, with rules where they appear 1156 Terminals, with rules where they appear
|
D | regression.at | 275 Terminals, with rules where they appear 585 Terminals, with rules where they appear
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 2840 SmallVector<MachineInstr*, 2> Terminals; in copyCoalesceInMBB() local 2845 Terminals.push_back(&(*MII)); in copyCoalesceInMBB() 2850 WorkList.append(Terminals.begin(), Terminals.end()); in copyCoalesceInMBB()
|
/external/bison/po/ |
D | zh_TW.po | 430 msgid "Terminals, with rules where they appear" 543 msgid "Terminals unused in grammar" 1164 #~ msgid "Terminals which are not used"
|
D | id.po | 452 msgid "Terminals, with rules where they appear" 561 msgid "Terminals unused in grammar" 1231 #~ msgid "Terminals which are not used"
|
D | it.po | 428 msgid "Terminals, with rules where they appear" 543 msgid "Terminals unused in grammar" 1186 #~ msgid "Terminals which are not used"
|
D | pt_BR.po | 430 msgid "Terminals, with rules where they appear" 544 msgid "Terminals unused in grammar" 1187 #~ msgid "Terminals which are not used"
|
D | da.po | 430 msgid "Terminals, with rules where they appear" 544 msgid "Terminals unused in grammar" 1191 #~ msgid "Terminals which are not used"
|
D | ru.po | 464 msgid "Terminals, with rules where they appear" 574 msgid "Terminals unused in grammar" 1250 #~ msgid "Terminals which are not used"
|
D | tr.po | 435 msgid "Terminals, with rules where they appear" 550 msgid "Terminals unused in grammar" 1175 #~ msgid "Terminals which are not used"
|
D | bison.pot | 398 msgid "Terminals, with rules where they appear" 507 msgid "Terminals unused in grammar"
|
D | pt.po | 400 msgid "Terminals, with rules where they appear" 509 msgid "Terminals unused in grammar"
|
D | zh_CN.po | 402 msgid "Terminals, with rules where they appear" 511 msgid "Terminals unused in grammar"
|
D | sr.po | 473 msgid "Terminals, with rules where they appear" 583 msgid "Terminals unused in grammar"
|
D | uk.po | 488 msgid "Terminals, with rules where they appear" 598 msgid "Terminals unused in grammar"
|
D | el.po | 466 msgid "Terminals, with rules where they appear" 576 msgid "Terminals unused in grammar"
|
D | pl.po | 482 msgid "Terminals, with rules where they appear" 592 msgid "Terminals unused in grammar" 1286 #~ msgid "Terminals which are not used"
|
D | de.po | 476 msgid "Terminals, with rules where they appear" 585 msgid "Terminals unused in grammar" 1225 #~ msgid "Terminals which are not used"
|
D | ga.po | 483 msgid "Terminals, with rules where they appear" 595 msgid "Terminals unused in grammar" 1300 #~ msgid "Terminals which are not used"
|
D | hr.po | 474 msgid "Terminals, with rules where they appear" 583 msgid "Terminals unused in grammar" 1456 #~ msgid "Terminals which are not used:"
|
D | ms.po | 457 msgid "Terminals, with rules where they appear" 566 msgid "Terminals unused in grammar"
|
D | et.po | 470 msgid "Terminals, with rules where they appear" 579 msgid "Terminals unused in grammar"
|
D | sv.po | 473 msgid "Terminals, with rules where they appear" 582 msgid "Terminals unused in grammar"
|
12