Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/demangling/
Dmsvc.hpp134 inline auto inv_volatile_rule_impl(true_type ) {return "volatile" >> x3::space;}; in inv_volatile_rule_impl() function
135 inline auto inv_volatile_rule_impl(false_type) {return x3::eps;}; in inv_volatile_rule_impl() function