Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dmicrosoft.hpp95 struct mutable_ : struct
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function