HomeSort by relevance Sort by last modified time
    Searched defs:GraphTraits (Results 1 - 25 of 370) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/ADT/
GraphTraits.h 1 //===-- llvm/ADT/GraphTraits.h - Graph traits template ----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
23 // GraphTraits - This class should be specialized by different graph types...
27 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
84 // Provide a partial specialization of GraphTraits so that the inverse of an
87 struct GraphTraits<Inverse<Inverse<T> > > {
88 typedef typename GraphTraits<T>::NodeType NodeType;
89 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
92 return GraphTraits<T>::getEntryNode(G->Graph.Graph)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
GraphTraits.h 1 //===-- llvm/ADT/GraphTraits.h - Graph traits template ----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
23 // GraphTraits - This class should be specialized by different graph types...
27 struct GraphTraits {
52 // need to include the appropriate specialization of GraphTraits<> for your
81 // Provide a partial specialization of GraphTraits so that the inverse of an
84 struct GraphTraits<Inverse<Inverse<T> > > {
85 typedef typename GraphTraits<T>::NodeType NodeType;
86 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
89 return GraphTraits<T>::getEntryNode(G->Graph.Graph)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataFlow.h 10 // This file defines specializations of GraphTraits that allows Use-Def and
18 #include "llvm/ADT/GraphTraits.h"
23 // Provide specializations of GraphTraits to be able to treat def-use/use-def
26 template <> struct GraphTraits<const Value*> {
43 template <> struct GraphTraits<Value*> {
60 template <> struct GraphTraits<Inverse<const User*> > {
81 template <> struct GraphTraits<Inverse<User*> > {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 1 //===-- llvm/ADT/GraphTraits.h - Graph traits template ----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
58 // need to include the appropriate specialization of GraphTraits<> for your
87 // Provide a partial specialization of GraphTraits so that the inverse of an
89 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
93 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
95 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 1 //===-- llvm/ADT/GraphTraits.h - Graph traits template ----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
58 // need to include the appropriate specialization of GraphTraits<> for your
87 // Provide a partial specialization of GraphTraits so that the inverse of an
89 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
93 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
95 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
GraphTraits.h 1 //===- llvm/ADT/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
10 // This file defines the little GraphTraits<X> template class that should be
25 // GraphTraits - This class should be specialized by different graph types...
29 struct GraphTraits {
55 // need to include the appropriate specialization of GraphTraits<> for your
82 // Provide a partial specialization of GraphTraits so that the inverse of an
84 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
88 iterator_range<typename GraphTraits<GraphType>::nodes_iterator>
90 return make_range(GraphTraits<GraphType>::nodes_begin(G)
    [all...]
  /external/clang/include/clang/AST/
StmtGraphTraits.h 10 // This file defines a template specialization of llvm::GraphTraits to
20 #include "llvm/ADT/GraphTraits.h"
24 //template <typename T> struct GraphTraits;
27 template <> struct GraphTraits<clang::Stmt*> {
54 template <> struct GraphTraits<const clang::Stmt*> {
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 11 #include "llvm/ADT/GraphTraits.h"
128 // The constant cast is needed when working with GraphTraits, which insists
231 struct GraphTraits<Graph<N> > {
  /external/swiftshader/third_party/LLVM/unittests/ADT/
SCCIteratorTest.cpp 11 #include "llvm/ADT/GraphTraits.h"
130 // The constant cast is needed when working with GraphTraits, which insists
233 struct GraphTraits<Graph<N> > {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtGraphTraits.h 10 // This file defines a template specialization of llvm::GraphTraits to
20 #include "llvm/ADT/GraphTraits.h"
24 //template <typename T> struct GraphTraits;
27 template <> struct GraphTraits<clang::Stmt*> {
54 template <> struct GraphTraits<const clang::Stmt*> {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtGraphTraits.h 10 // This file defines a template specialization of llvm::GraphTraits to
20 #include "llvm/ADT/GraphTraits.h"
24 //template <typename T> struct GraphTraits;
27 template <> struct GraphTraits<clang::Stmt*> {
54 template <> struct GraphTraits<const clang::Stmt*> {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtGraphTraits.h 10 // This file defines a template specialization of llvm::GraphTraits to
20 #include "llvm/ADT/GraphTraits.h"
24 //template <typename T> struct GraphTraits;
27 template <> struct GraphTraits<clang::Stmt*> {
54 template <> struct GraphTraits<const clang::Stmt*> {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtGraphTraits.h 10 // This file defines a template specialization of llvm::GraphTraits to
20 #include "llvm/ADT/GraphTraits.h"
24 //template <typename T> struct GraphTraits;
27 template <> struct GraphTraits<clang::Stmt*> {
54 template <> struct GraphTraits<const clang::Stmt*> {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
PostDominators.h 91 template <> struct GraphTraits<PostDominatorTree*>
92 : public GraphTraits<DomTreeNode*> {

Completed in 1333 milliseconds

1 2 3 4 5 6 7 8 91011>>