Home
last modified time | relevance | path

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

/trunk/main/basic/source/comp/
H A Dexprgen.cxx33 } OpTable; typedef
35 static OpTable aOpTable [] = {
149 for( OpTable* p = aOpTable; p->eTok != NIL; p++ ) in Gen()