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

  /external/clang/test/SemaCXX/
functional-cast.cpp 183 typedef D &Dr;
184 (void)Dr(*((A*)0)); // expected-error {{cannot cast 'A' to 'Dr' (aka 'D &') via virtual base 'B'}}
  /external/valgrind/main/callgrind/
main.c 198 notified event where possible (Dw immediately following Dr and
249 } Dr;
276 case Ev_Dr: return ev->Ev.Dr.ea;
285 case Ev_Dr: return ev->Ev.Dr.szB;
332 VG_(printf)("Dr (InstrInfo %p) at +%d %d EA=",
333 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
334 ppIRExpr(ev->Ev.Dr.ea);
386 // available sets: D0 Dr
396 // extend event set by Dr counters
454 /* Merge an Ir with a following Dr. *
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 108 CacheCC Dr; /* Data read counts */
272 lineCC->Dr.a = 0;
273 lineCC->Dr.m1 = 0;
274 lineCC->Dr.mL = 0;
372 &n->parent->Dr.m1, &n->parent->Dr.mL);
373 n->parent->Dr.a++;
397 &n->parent->Dr.m1, &n->parent->Dr.mL);
398 n->parent->Dr.a++
    [all...]

Completed in 787 milliseconds