Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_oset.h78 typedef struct _OSet OSet; typedef
106 extern OSet* VG_(OSetWord_Create) ( OSetAlloc_t alloc_fn, const HChar* cc,
108 extern void VG_(OSetWord_Destroy) ( OSet* os );
150 extern Word VG_(OSetWord_Size) ( const OSet* os );
151 extern void VG_(OSetWord_Insert) ( OSet* os, UWord val );
152 extern Bool VG_(OSetWord_Contains) ( const OSet* os, UWord val );
153 extern Bool VG_(OSetWord_Remove) ( OSet* os, UWord val );
154 extern void VG_(OSetWord_ResetIter) ( OSet* os );
155 extern Bool VG_(OSetWord_Next) ( OSet* os, /*OUT*/UWord* val );
206 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.c85 void example1singleset(OSet* oset, char *descr) in example1singleset()
260 OSet *oset, *oset_empty_clone; in example1()
310 OSet* oset = VG_(OSetWord_Create)(allocate_node, "oset_test.2", free_node); in example1b()
469 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first), in example2()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c277 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); in free_DebugInfo()
3552 OSet* this_scope in consider_vars_in_frame()
3553 = *(OSet**)VG_(indexXA)( di->varinfo, i ); in consider_vars_in_frame()
3645 OSet* global_scope; in VG_()
3661 global_scope = *(OSet**)VG_(indexXA)( di->varinfo, 0 ); in VG_()
3996 OSet* this_scope in VG_()
3997 = *(OSet**)VG_(indexXA)( di->varinfo, i ); in VG_()
4086 OSet* /* of DiAddrInfo */ scope in VG_()
4087 = *(OSet**)VG_(indexXA)( di->varinfo, scopeIx ); in VG_()
Dstorage.c995 void show_scope ( OSet* /* of DiAddrRange */ scope, const HChar* who ) in show_scope()
1016 /*MOD*/OSet* /* of DiAddrRange */ scope, in add_var_to_arange()
1171 OSet* /* of DiAddrRange */ scope; in ML_()
1262 sizeof(OSet*) ); in ML_()
1291 scope = *(OSet**)VG_(indexXA)( di->varinfo, level ); in ML_()
1320 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); in canonicaliseVarInfo()
Dreadelf.c875 OSet *oset; in read_elf_symtab__ppc64be_linux()
2977 OSet* /* of DiAddrRange */ scope in ML_()
2978 = *(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.h163 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/coregrind/
Dm_redir.c294 static OSet* activeSet = NULL;
1025 OSet* tmpSet; in VG_()
Dm_oset.c92 typedef OSet AvlTree;
/external/valgrind/docs/internals/
D3_1_BUGSTATUS.txt111 v5427 v5451 n-i-bz OSet 64-bit fastcmp bug
/external/valgrind/memcheck/
Dmc_main.c392 static OSet* auxmap_L2 = NULL;
866 static OSet* secVBitTable;
917 static OSet* createSecVBitTable(void) in createSecVBitTable()
919 OSet* newSecVBitTable; in createSecVBitTable()
932 OSet* secVBitTable2; in gcSecVBitTable()
2392 static OSet* ocacheL2 = NULL;
Dmc_leakcheck.c465 static OSet* lr_table;
/external/valgrind/
DNEWS.old684 n-i-bz OSet 64-bit fastcmp bug
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c4431 static OSet* aiocbp_table = NULL;