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

/external/valgrind/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. Never returns NULL.
95 // OSet and all its nodes. It must not return NULL (that is,
106 extern OSet* VG
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp509 CodeGenRegister::addSubRegsPreOrder(SetVector<const CodeGenRegister*> &OSet, argument
514 if (OSet.insert(SR))
515 SR->addSubRegsPreOrder(OSet, RegBank);
520 OSet.insert(I->second);

Completed in 115 milliseconds