Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp337 bool mutable_ = config->isPic & !sym->isStub; in writeBody() local
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function
/external/llvm-project/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp485 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function