Searched refs:push_state (Results 1 – 9 of 9) sorted by relevance
114 void push_state(StateScope *scope) { in push_state() function
460 scopes_->push_state(it->scope_); in visit_state_decl_stmt_node()539 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()
275 def push_state(self,state): member in Lexer
276 def push_state(self, state): member in Lexer
4469 struct anv_state push_state = in genX() local4472 if (push_state.alloc_size) { in genX()4474 curbe.CURBETotalDataLength = push_state.alloc_size; in genX()4475 curbe.CURBEDataStartAddress = push_state.offset; in genX()
805 t.lexer.push_state('foo') # Begin state 'foo', push old state