Searched defs:AliasSet (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_stream_factory.h127 typedef std::set<HostPortProxyPair> AliasSet; typedef in class:net::QuicStreamFactory
128 typedef std::map<QuicClientSession*, AliasSet> SessionAliasMap;
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h10 // This file defines two classes: AliasSetTracker and AliasSet. These interface
12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
33 class AliasSet;
35 class AliasSet : public ilist_node<AliasSet> { class in namespace:llvm
41 AliasSet *AS;
82 AliasSet *getAliasSet(AliasSetTracker &AST) {
83 assert(AS && "No AliasSet yet!");
85 AliasSet *OldAS = AS;
93 void setAliasSet(AliasSet *a
223 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0), function in class:llvm::AliasSet
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 114 milliseconds