Searched defs:OSet (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_oset.h3 /*--- OSet: a fast data structure with no dups. pub_tool_oset.h ---*/
39 // duplicate to an OSet.
52 // (eg. in an OSet of integers, each integer serves both as an element and
60 // element. This fast comparison is suitable for an OSet containing
66 // Each OSet interface also has an iterator, which makes it simple to
70 // Note that once you insert an element into an OSet, if you modify any part
78 typedef struct _OSet OSet; typedef in typeref:struct:_OSet
92 // * Create: allocates and initialises the OSet. Arguments:
94 // OSet and all its nodes.
107 extern OSet* VG
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp520 CodeGenRegister::addSubRegsPreOrder(SetVector<const CodeGenRegister*> &OSet, argument
525 if (OSet.insert(SR))
526 SR->addSubRegsPreOrder(OSet, RegBank);
531 OSet.insert(I->second);

Completed in 1243 milliseconds