Searched refs:module_return_ (Results 1 – 2 of 2) sorted by relevance
676 module_return_ = nullptr; in ValidateModuleBeforeFunctionsPhase()695 if (module_return_ != nullptr) { in ValidateModuleBeforeFunctionsPhase()698 module_return_ = current_as_return; in ValidateModuleBeforeFunctionsPhase()699 source_layout_.AddExport(*module_return_); in ValidateModuleBeforeFunctionsPhase()758 if (module_return_ == nullptr) { in ValidateModuleAfterFunctionsPhase()769 RECURSE(ValidateExport(module_return_)); in ValidateModuleAfterFunctionsPhase()
410 ReturnStatement* module_return_; variable