Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DSyntheticSections.cpp472 bool mutable_ = false; in writeBody() local
/llvm-project/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp489 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function