reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
230 const auto &G = this->G[i].get(); 444 std::array<GraphRenderer::GraphT, 2> Graphs;tools/llvm-xray/xray-graph-diff.h
34 using GREdgeValueType = GraphRenderer::GraphT::EdgeValueType; 35 using GRVertexValueType = GraphRenderer::GraphT::VertexValueType; 48 std::array<std::reference_wrapper<const GraphRenderer::GraphT>, N> G; 51 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {}tools/llvm-xray/xray-graph.h
89 GraphT G; 90 using VertexIdentifier = typename decltype(G)::VertexIdentifier; 91 using EdgeIdentifier = decltype(G)::EdgeIdentifier; 162 const GraphT &getGraph() { return G; }usr/include/c++/7.4.0/array
50 typedef _Tp _Type[_Nm]; 51 typedef __is_swappable<_Tp> _Is_swappable; 52 typedef __is_nothrow_swappable<_Tp> _Is_nothrow_swappable; 54 static constexpr _Tp& 58 static constexpr _Tp* 96 typedef _Tp value_type; 109 typedef _GLIBCXX_STD_C::__array_traits<_Tp, _Nm> _AT_Type;usr/include/c++/7.4.0/bits/refwrap.h
63 : _Maybe_get_result_type<_Functor> 176 : _Weak_result_type_impl<typename remove_cv<_Functor>::type> 215 : _Weak_result_type<_Tp>, _Refwrap_base_arg1<_Tp>, _Refwrap_base_arg2<_Tp> 215 : _Weak_result_type<_Tp>, _Refwrap_base_arg1<_Tp>, _Refwrap_base_arg2<_Tp> 215 : _Weak_result_type<_Tp>, _Refwrap_base_arg1<_Tp>, _Refwrap_base_arg2<_Tp>usr/include/c++/7.4.0/type_traits
1554 { typedef _Tp type; }; 1558 { typedef _Tp type; }; 1563 { typedef _Tp type; }; 1574 remove_const<typename remove_volatile<_Tp>::type>::type type;