Searched defs:deduce (Results 1 – 3 of 3) sorted by relevance
28 struct deduce struct30 typedef T type; 34 struct deduce<T const> struct36 typedef T type;40 struct deduce<T volatile> struct42 typedef T type;46 struct deduce<T const volatile> struct48 typedef T type;54 struct deduce<T &> struct56 typedef T & type;[all …]
207 static constexpr boost::hof::unpack_adaptor<deducer> deduce = {}; variable
431 uint32_t ConstantProperties::deduce(const Constant *C) { in deduce() function in ConstantProperties