Searched defs:Direct (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DProxyServer.h42 Direct, enumerator in enum:blink::ProxyServer::Type
49 : m_type(Direct)
/external/chromium_org/net/proxy/
H A Dproxy_server.h116 static ProxyServer Direct() { function in class:net::ProxyServer
/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h87 enum LocationType { Unprocessed, Register, Direct, Indirect, Constant, enumerator in enum:llvm::StackMaps::Location::LocationType
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp43 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator in enum:__anon18277::BindingKey::Kind
67 bool isDirect() const { return P.getInt() & Direct; }
199 return removeBinding(R, BindingKey::Direct).
232 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
418 assert(!B.lookup(R, BindingKey::Direct));
1090 B = B.addBinding(baseR, BindingKey::Direct, V);
1357 const SVal *V = B.lookup(R, BindingKey::Direct);
1922 return NewB.addBinding(BindingKey::Make(R, BindingKey::Direct), V);

Completed in 158 milliseconds