Home
last modified time | relevance | path

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

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dtoken.h75 tLIBRARY, enumerator
H A Dlexer.l263 {LIBRARY} { TOKEN(tLIBRARY); }
H A Dparse.c885 consume(tLIBRARY); in p_library_clause()
1000 case tLIBRARY: in p_context_item()
1017 expect(tLIBRARY, tUSE, tCONTEXT); in p_context_item()
1027 while (scan(tLIBRARY, tUSE, tCONTEXT, tPRAGMA)) { in p_context_clause()