Searched defs:OSet (Results 1 - 3 of 3) 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 ---*/
37 // duplicate to an OSet.
50 // (eg. in an OSet of integers, each integer serves both as an element and
58 // element. This fast comparison is suitable for an OSet containing
61 // Each OSet interface also has an iterator, which makes it simple to
65 // Note that once you insert an element into an OSet, if you modify any part
73 typedef struct _OSet OSet; typedef in typeref:struct:_OSet
87 // * Create: allocates and initialises the OSet. Arguments:
89 // OSet and all its nodes.
102 extern OSet* VG
[all...]
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp492 const CodeGenRegister::Set &OSet = Overlaps[Reg]; local
493 std::set_difference(OSet.begin(), OSet.end(),
H A DCodeGenRegisters.cpp329 CodeGenRegister::addSubRegsPreOrder(SetVector<const CodeGenRegister*> &OSet, argument
336 if (OSet.insert(SR))
337 SR->addSubRegsPreOrder(OSet, RegBank);

Completed in 80 milliseconds