Searched refs:push_state (Results 1 – 8 of 8) sorted by relevance
114 void push_state(StateScope *scope) { in push_state() function
459 scopes_->push_state(it->scope_); in visit_state_decl_stmt_node()538 scopes_->push_state(n->scope_); in visit_func_decl_stmt_node()
1060 scopes_->push_state(it->scope_); in visit_state_decl_stmt_node()1214 scopes_->push_state(n->scope_); in visit_func_decl_stmt_node()
2623 struct anv_state push_state = in genX() local2626 if (push_state.alloc_size) { in genX()2628 curbe.CURBETotalDataLength = push_state.alloc_size; in genX()2629 curbe.CURBEDataStartAddress = push_state.offset; in genX()
275 def push_state(self,state): member in Lexer
276 def push_state(self, state): member in Lexer
805 t.lexer.push_state('foo') # Begin state 'foo', push old state