Searched refs:names (Results 1 - 25 of 53) sorted by relevance

123

/gem5/ext/ply/test/
H A Dyacc_rr.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
29 names[t[1]] = t[3]
60 t[0] = names[t[1]]
H A Dyacc_badargs.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_badid.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
65 t[0] = names[t[1]]
H A Dyacc_badprec.py16 # dictionary of names
17 names = { } variable
21 names[t[1]] = t[3]
52 t[0] = names[t[1]]
H A Dyacc_badprec2.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_badprec3.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_badrule.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_badtok.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_dup.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_error1.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_error2.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_error3.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_error4.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_literal.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
57 t[0] = names[t[1]]
H A Dyacc_misplaced.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_missing1.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_nodoc.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
55 t[0] = names[t[1]]
H A Dyacc_noerror.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_nop.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_notok.py19 # dictionary of names
20 names = { } variable
24 names[t[1]] = t[3]
55 t[0] = names[t[1]]
H A Dyacc_prec1.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_simple.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_sr.py15 # dictionary of names
16 names = { } variable
20 names[t[1]] = t[3]
51 t[0] = names[t[1]]
H A Dyacc_term1.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]
H A Dyacc_unused.py20 # dictionary of names
21 names = { } variable
25 names[t[1]] = t[3]
56 t[0] = names[t[1]]

Completed in 16 milliseconds

123