Searched refs:mutable_ (Results 1 – 2 of 2) sorted by relevance
471 bool mutable_ = false; in writeBody() local477 mutable_ = true; in writeBody()481 mutable_ = true; in writeBody()483 WasmGlobalType type{itype, mutable_}; in writeBody()
485 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function