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

1 2 3 4 5 6

  /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-3957855/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...]
BreadthFirstIterator.h 35 template <class SetType> class bf_iterator_storage {
37 SetType Visited;
46 class SetType =
51 public bf_iterator_storage<SetType> {
  /prebuilts/clang/host/darwin-x86/clang-3960126/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...]
BreadthFirstIterator.h 35 template <class SetType> class bf_iterator_storage {
37 SetType Visited;
46 class SetType =
51 public bf_iterator_storage<SetType> {
  /prebuilts/clang/host/darwin-x86/clang-3977809/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-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/linux-x86/clang-3957855/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/linux-x86/clang-3960126/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/linux-x86/clang-3977809/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/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...]
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...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELF.h 27 static void SetType(MCSymbolData &SD, unsigned Type);
  /external/gptfdisk/
bsd.cc 312 guid.SetType(0xa502); break;
314 guid.SetType(0xa503); break;
316 guid.SetType(0x0700); break;
318 guid.SetType(0xa903); break;
320 guid.SetType(0xa501); break;
322 guid.SetType(0xa505); break;
324 guid.SetType(0xa903); break;
326 guid.SetType(0xa504); break;
328 guid.SetType(0xa503); break;
  /external/pdfium/xfa/fde/css/
cfde_cssselector.h 36 void SetType(FDE_CSSSelectorType eType) { m_eType = eType; }

Completed in 1147 milliseconds

1 2 3 4 5 6