HomeSort by relevance Sort by last modified time
    Searched defs:OSet (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/include/
pub_tool_oset.h 3 /*--- 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;
87 // * Create: allocates and initialises the OSet. Arguments:
89 // OSet and all its nodes.
102 extern OSet* VG_(OSetWord_Create) ( OSetAlloc_t alloc, HChar* cc,
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 753 CodeGenRegister::Set OSet;
754 Reg->computeOverlaps(OSet, RegBank);
755 OSet.erase(Reg);
756 diffEncode(OverlapList, Reg->EnumValue, OSet.begin(), OSet.end());
    [all...]

Completed in 105 milliseconds