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

1 2 3 4 5 6 7

  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 39 // - By providing a custom SetType class, unwanted graph nodes can be excluded
53 template<class SetType, bool External>
55 SetType Visited;
69 template<class SetType>
70 class po_iterator_storage<SetType, true> {
71 SetType &Visited;
73 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
88 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
93 public po_iterator_storage<SetType, ExtStorage> {
120 inline 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;
64 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
68 public df_iterator_storage<SetType, ExtStorage> {
89 inline df_iterator(NodeType *Node, SetType &S)
90 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
char_node.h 15 SetType(S_IFCHR);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderSet.h 41 typedef WillBeHeapHashSet<RefPtrWillBeMember<ResourceLoader> > SetType;
54 SetType m_set;
  /external/chromium_org/device/test/
usb_test_gadget.h 35 virtual bool SetType(Type type) = 0;
  /external/llvm/include/llvm/MC/
MCELF.h 27 static void SetType(MCSymbolData &SD, unsigned Type);
  /external/chromium_org/ui/wm/core/
shadow_controller_unittest.cc 64 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
100 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
129 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
143 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL);
162 tooltip_window->SetType(ui::wm::WINDOW_TYPE_TOOLTIP);
173 menu_window->SetType(ui::wm::WINDOW_TYPE_MENU);
190 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
206 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL);
223 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
236 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL)
    [all...]
  /development/testrunner/coverage/
coverage_target.py 40 def SetType(self, buildtype):
coverage_targets.py 109 target.SetType(target_element.getAttribute(self._TYPE_ATTR))
  /art/compiler/optimizing/
ssa_type_propagation.cc 45 phi->SetType(new_type);
62 phi->SetType(phi->InputAt(0)->GetType());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 71 response.SetType(STUN_BINDING_RESPONSE);
91 err_msg.SetType(GetStunErrorResponseType(msg.type()));
  /external/openfst/src/include/fst/
add-on.h 151 using FstImpl<Arc>::SetType;
158 SetType(type);
167 SetType(type);
175 SetType(impl.Type());
285 SetType(type);
complement.h 50 using FstImpl<A>::SetType;
64 SetType("complement");
73 SetType("complement");
  /external/chromium_org/ash/wm/
stacking_controller_unittest.cc 27 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
  /external/chromium_org/athena/test/
athena_test_base.cc 72 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
  /external/lldb/include/lldb/Breakpoint/
BreakpointSite.h 253 SetType (BreakpointSite::Type type)
  /external/llvm/lib/MC/
MCELFStreamer.cpp 65 MCELF::SetType(SD, ELF::STT_TLS);
184 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
189 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
194 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
199 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
205 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
210 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
239 MCELF::SetType(SD, ELF::STT_OBJECT);
386 MCELF::SetType(SD, ELF::STT_TLS);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 241 void SetType(object t, int type);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 229 void SetType(T t, int type);
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.h 78 bool SetType(LayerType type);
compositor_layer_resource.cc 109 if (!SetType(TYPE_COLOR))
337 bool CompositorLayerResource::SetType(LayerType type) {
370 if (!SetType(type))
  /external/lldb/include/lldb/Core/
Event.h 164 SetType (uint32_t new_type)
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 123 MCELF::SetType(SD, ELF::STT_TLS);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 90 SetType(t, type);
104 SetType(t, type);
289 public virtual void SetType( object t, int type )
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 73 using FstImpl<A>::SetType;
93 SetType("arcsort");
102 SetType("arcsort");

Completed in 1140 milliseconds

1 2 3 4 5 6 7