Home
last modified time | relevance | path

Searched refs:mutable_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp471 bool mutable_ = false; in writeBody() local
477 mutable_ = true; in writeBody()
481 mutable_ = true; in writeBody()
483 WasmGlobalType type{itype, mutable_}; in writeBody()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp485 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function