/external/valgrind/include/ |
D | pub_tool_oset.h | 78 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/ |
D | drd_clientobj.h | 97 OSet* oset; // Per-thread order annotation information. 128 OSet* oset[2]; // Per-thread barrier information for the latest 140 OSet* thread_info;
|
D | drd_barrier.c | 149 OSet* oset; in barrier_cleanup() 334 OSet* oset; in DRD_() 411 OSet* oset; in DRD_()
|
D | drd_clientobj.c | 41 static OSet* s_clientobj_set;
|
D | pub_drd_bitmap.h | 72 OSet* oset;
|
D | drd_bitmap.c | 46 static OSet* s_bm2_set_template; 1012 OSet* const tmp = bm1->oset; in DRD_()
|
D | drd_rwlock.c | 144 DRD_(lookup_or_insert_node)(OSet* oset, const UWord tid) in DRD_()
|
/external/valgrind/memcheck/tests/ |
D | unit_oset.c | 85 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/ |
D | debuginfo.c | 277 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_()
|
D | storage.c | 995 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()
|
D | readelf.c | 875 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/ |
D | bbv_main.c | 70 static OSet* instr_info_table; /* table that holds the basic block info */
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 509 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()
|
D | CodeGenRegisters.h | 163 void addSubRegsPreOrder(SetVector<const CodeGenRegister*> &OSet,
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 132 static OSet* CC_table; 157 static OSet* instrInfoTable; 167 static OSet* stringTable;
|
/external/valgrind/coregrind/ |
D | m_redir.c | 294 static OSet* activeSet = NULL; 1025 OSet* tmpSet; in VG_()
|
D | m_oset.c | 92 typedef OSet AvlTree;
|
/external/valgrind/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 111 v5427 v5451 n-i-bz OSet 64-bit fastcmp bug
|
/external/valgrind/memcheck/ |
D | mc_main.c | 392 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;
|
D | mc_leakcheck.c | 465 static OSet* lr_table;
|
/external/valgrind/ |
D | NEWS.old | 684 n-i-bz OSet 64-bit fastcmp bug
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 4431 static OSet* aiocbp_table = NULL;
|