HomeSort by relevance Sort by last modified time
    Searched refs:SetType (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PostOrderIterator.h 26 template<class SetType, bool External> // Non-external set
29 SetType Visited;
32 /// DFSetTraits - Allow the SetType used to record depth-first search results to
34 template<class SetType>
37 typename SetType::iterator::value_type, SetType &) {}
40 template<class SetType>
41 class po_iterator_storage<SetType, true> {
43 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
45 SetType &Visited
    [all...]
DepthFirstIterator.h 46 template<class SetType, bool External> // Non-external set
49 SetType Visited;
52 template<class SetType>
53 class df_iterator_storage<SetType, true> {
55 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
57 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
88 inline df_iterator(NodeType *Node, SetType &S)
89 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 40 // - By providing a custom SetType class, unwanted graph nodes can be excluded
54 template<class SetType, bool External>
56 SetType Visited;
70 template<class SetType>
71 class po_iterator_storage<SetType, true> {
72 SetType &Visited;
74 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
90 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
95 public po_iterator_storage<SetType, ExtStorage> {
122 po_iterator(NodeType *BB, SetType &S
    [all...]
DepthFirstIterator.h 47 template<class SetType, bool External> // Non-external set
50 SetType Visited;
53 template<class SetType>
54 class df_iterator_storage<SetType, true> {
56 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
58 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
89 inline df_iterator(NodeType *Node, SetType &S)
90 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
125 po_iterator(NodeRef BB, SetType &S
    [all...]
DepthFirstIterator.h 50 template<class SetType, bool External> // Non-external set
53 SetType Visited;
56 template<class SetType>
57 class df_iterator_storage<SetType, true> {
59 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
62 SetType &Visited;
82 class SetType =
87 public df_iterator_storage<SetType, ExtStorage> {
107 inline df_iterator(NodeRef Node, SetType &S)
108 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
DepthFirstIterator.h 50 template<class SetType, bool External> // Non-external set
53 SetType Visited;
56 template<class SetType>
57 class df_iterator_storage<SetType, true> {
59 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
62 SetType &Visited;
83 class SetType =
88 public df_iterator_storage<SetType, ExtStorage> {
109 inline df_iterator(NodeRef Node, SetType &S)
110 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
DepthFirstIterator.h 50 template<class SetType, bool External> // Non-external set
53 SetType Visited;
56 template<class SetType>
57 class df_iterator_storage<SetType, true> {
59 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
62 SetType &Visited;
83 class SetType =
88 public df_iterator_storage<SetType, ExtStorage> {
109 inline df_iterator(NodeRef Node, SetType &S)
110 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
DepthFirstIterator.h 50 template<class SetType, bool External> // Non-external set
53 SetType Visited;
56 template<class SetType>
57 class df_iterator_storage<SetType, true> {
59 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
62 SetType &Visited;
83 class SetType =
88 public df_iterator_storage<SetType, ExtStorage> {
109 inline df_iterator(NodeRef Node, SetType &S)
110 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
DepthFirstIterator.h 50 template<class SetType, bool External> // Non-external set
53 SetType Visited;
56 template<class SetType>
57 class df_iterator_storage<SetType, true> {
59 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
62 SetType &Visited;
83 class SetType =
88 public df_iterator_storage<SetType, ExtStorage> {
109 inline df_iterator(NodeRef Node, SetType &S)
110 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
DepthFirstIterator.h 50 template<class SetType, bool External> // Non-external set
53 SetType Visited;
56 template<class SetType>
57 class df_iterator_storage<SetType, true> {
59 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
62 SetType &Visited;
83 class SetType =
88 public df_iterator_storage<SetType, ExtStorage> {
109 inline df_iterator(NodeRef Node, SetType &S)
110 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
125 po_iterator(NodeRef BB, SetType &S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PostOrderIterator.h 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELF.h 27 static void SetType(MCSymbolData &SD, unsigned Type);

Completed in 1730 milliseconds

1 2 3 4 5 6 7