Lines Matching defs:tmp
1321 uint32_t tmp = TempVariable(0);
1322 current_function_builder_->EmitSetLocal(tmp);
1336 current_function_builder_->EmitGetLocal(tmp);
1605 TemporaryVariableScope tmp(this);
1606 current_function_builder_->EmitSetLocal(tmp.get());
1608 current_function_builder_->EmitGetLocal(tmp.get());
2365 TemporaryVariableScope tmp(this);
2366 current_function_builder_->EmitTeeLocal(tmp.get());
2367 current_function_builder_->EmitGetLocal(tmp.get());
2370 current_function_builder_->EmitTeeLocal(tmp.get());
2372 current_function_builder_->EmitGetLocal(tmp.get());