Lines Matching refs:ANTLR_UINT32
68 ANTLR_UINT32 m_bitNum; /**< This is the left/right bit index for traversal along the nodes */
78 ANTLR_UINT32 get_bitNum() const;
83 void set_bitNum( ANTLR_UINT32 bitNum );
123 ANTLR_UINT32 m_count; /* Current entry count */
130 IntTrie( ANTLR_UINT32 depth );
189 ANTLR_UINT32* m_sorted;
200 ANTLR_UINT32* m_cycle;
217 ANTLR_UINT32 m_cycleMark;
222 ANTLR_UINT32 m_limit;
245 void addEdge(ANTLR_UINT32 edge, ANTLR_UINT32 dependency);
262 ANTLR_UINT32* sortToArray();
271 void DFS(ANTLR_UINT32 node);