Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/support/
Ddeduce.hpp28 struct deduce struct
30 typedef T type;
34 struct deduce<T const> struct
36 typedef T type;
40 struct deduce<T volatile> struct
42 typedef T type;
46 struct deduce<T const volatile> struct
48 typedef T type;
54 struct deduce<T &> struct
56 typedef T & type;
[all …]
/third_party/boost/libs/hof/test/
Dunpack.cpp207 static constexpr boost::hof::unpack_adaptor<deducer> deduce = {}; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp431 uint32_t ConstantProperties::deduce(const Constant *C) { in deduce() function in ConstantProperties