Searched refs:mutable_ (Results 1 – 2 of 2) sorted by relevance
472 bool mutable_ = false; in writeBody() local 478 mutable_ = true; in writeBody() 482 mutable_ = true; in writeBody() 484 WasmGlobalType type{itype, mutable_}; in writeBody()
489 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function