Home
last modified time | relevance | path

Searched refs:OSet (Results 1 – 24 of 24) sorted by relevance

/external/valgrind/include/
Dpub_tool_oset.h78 typedef struct _OSet OSet; typedef
101 extern OSet* VG_(OSetWord_Create) ( Alloc_Fn_t alloc_fn, const HChar* cc,
103 extern void VG_(OSetWord_Destroy) ( OSet* os );
145 extern Word VG_(OSetWord_Size) ( const OSet* os );
146 extern void VG_(OSetWord_Insert) ( OSet* os, UWord val );
147 extern Bool VG_(OSetWord_Contains) ( const OSet* os, UWord val );
148 extern Bool VG_(OSetWord_Remove) ( OSet* os, UWord val );
149 extern void VG_(OSetWord_ResetIter) ( OSet* os );
150 extern Bool VG_(OSetWord_Next) ( OSet* os, /*OUT*/UWord* val );
201 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
[all …]
/external/valgrind/drd/
Ddrd_clientobj.h97 OSet* oset; // Per-thread order annotation information.
128 OSet* oset[2]; // Per-thread barrier information for the latest
140 OSet* thread_info;
Ddrd_barrier.c149 OSet* oset; in barrier_cleanup()
334 OSet* oset; in DRD_()
411 OSet* oset; in DRD_()
Ddrd_clientobj.c41 static OSet* s_clientobj_set;
Dpub_drd_bitmap.h72 OSet* oset;
Ddrd_bitmap.c46 static OSet* s_bm2_set_template;
1012 OSet* const tmp = bm1->oset; in DRD_()
Ddrd_rwlock.c144 DRD_(lookup_or_insert_node)(OSet* oset, const UWord tid) in DRD_()
/external/valgrind/memcheck/tests/
Dunit_oset.c86 void example1singleset(OSet* oset, char *descr) in example1singleset()
264 OSet *oset, *oset_empty_clone; in example1()
314 OSet* oset = VG_(OSetWord_Create)(allocate_node, "oset_test.2", free_node); in example1b()
473 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first), in example2()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h57 void addSubRegsPreOrder(SetVector<CodeGenRegister*> &OSet) const;
DCodeGenRegisters.cpp145 CodeGenRegister::addSubRegsPreOrder(SetVector<CodeGenRegister*> &OSet) const { in addSubRegsPreOrder()
150 if (OSet.insert(SR)) in addSubRegsPreOrder()
151 SR->addSubRegsPreOrder(OSet); in addSubRegsPreOrder()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c276 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); in free_DebugInfo()
3619 OSet* this_scope in consider_vars_in_frame()
3620 = *(OSet**)VG_(indexXA)( di->varinfo, i ); in consider_vars_in_frame()
3709 OSet* global_scope; in VG_()
3725 global_scope = *(OSet**)VG_(indexXA)( di->varinfo, 0 ); in VG_()
4060 OSet* this_scope in VG_()
4061 = *(OSet**)VG_(indexXA)( di->varinfo, i ); in VG_()
4149 OSet* /* of DiAddrInfo */ scope in VG_()
4150 = *(OSet**)VG_(indexXA)( di->varinfo, scopeIx ); in VG_()
Dstorage.c1011 void show_scope ( OSet* /* of DiAddrRange */ scope, const HChar* who ) in show_scope()
1032 /*MOD*/OSet* /* of DiAddrRange */ scope, in add_var_to_arange()
1187 OSet* /* of DiAddrRange */ scope; in ML_()
1278 sizeof(OSet*) ); in ML_()
1307 scope = *(OSet**)VG_(indexXA)( di->varinfo, level ); in ML_()
1336 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); in canonicaliseVarInfo()
Dreadelf.c917 OSet *oset; in read_elf_symtab__ppc64be_linux()
3180 OSet* /* of DiAddrRange */ scope in ML_()
3181 = *(OSet**)VG_(indexXA)(di->varinfo, j); in ML_()
/external/valgrind/exp-bbv/
Dbbv_main.c70 static OSet* instr_info_table; /* table that holds the basic block info */
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp509 CodeGenRegister::addSubRegsPreOrder(SetVector<const CodeGenRegister*> &OSet, in addSubRegsPreOrder() argument
514 if (OSet.insert(SR)) in addSubRegsPreOrder()
515 SR->addSubRegsPreOrder(OSet, RegBank); in addSubRegsPreOrder()
520 OSet.insert(I->second); in addSubRegsPreOrder()
DCodeGenRegisters.h162 void addSubRegsPreOrder(SetVector<const CodeGenRegister*> &OSet,
/external/valgrind/cachegrind/
Dcg_main.c132 static OSet* CC_table;
157 static OSet* instrInfoTable;
167 static OSet* stringTable;
/external/valgrind/docs/internals/
D3_1_BUGSTATUS.txt111 v5427 v5451 n-i-bz OSet 64-bit fastcmp bug
/external/valgrind/coregrind/
Dm_redir.c295 static OSet* activeSet = NULL;
1087 OSet* tmpSet; in VG_()
Dm_oset.c92 typedef OSet AvlTree;
/external/valgrind/memcheck/
Dmc_main.c406 static OSet* auxmap_L2 = NULL;
886 static OSet* secVBitTable;
937 static OSet* createSecVBitTable(void) in createSecVBitTable()
939 OSet* newSecVBitTable; in createSecVBitTable()
952 OSet* secVBitTable2; in gcSecVBitTable()
2461 static OSet* ocacheL2 = NULL;
Dmc_leakcheck.c470 static OSet* lr_table;
/external/valgrind/
DNEWS.old684 n-i-bz OSet 64-bit fastcmp bug
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c4538 static OSet* aiocbp_table = NULL;