/external/valgrind/include/ |
D | pub_tool_oset.h | 78 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/ |
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 | 86 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/ |
D | CodeGenRegisters.h | 57 void addSubRegsPreOrder(SetVector<CodeGenRegister*> &OSet) const;
|
D | CodeGenRegisters.cpp | 145 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/ |
D | debuginfo.c | 276 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_()
|
D | storage.c | 1011 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()
|
D | readelf.c | 917 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/ |
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 | 162 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/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 111 v5427 v5451 n-i-bz OSet 64-bit fastcmp bug
|
/external/valgrind/coregrind/ |
D | m_redir.c | 295 static OSet* activeSet = NULL; 1087 OSet* tmpSet; in VG_()
|
D | m_oset.c | 92 typedef OSet AvlTree;
|
/external/valgrind/memcheck/ |
D | mc_main.c | 406 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;
|
D | mc_leakcheck.c | 470 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 | 4538 static OSet* aiocbp_table = NULL;
|