Home
last modified time | relevance | path

Searched refs:tOVER (Results 1 – 3 of 3) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dtoken.h144 tOVER, enumerator
H A Dlexer.l346 "/" { TOKEN(tOVER); }
H A Dparse.c1911 switch (one_of(tTIMES, tOVER, tMOD, tREM)) { in p_multiplying_operator()
1914 case tOVER: in p_multiplying_operator()
1933 while (scan(tTIMES, tOVER, tMOD, tREM)) { in p_term()