Searched refs:typeWide (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/lackey/ |
D | lk_main.c | 838 IRType typeWide = Ity_INVALID; /* after implicit widening */ in lk_instrument() local 839 typeOfIRLoadGOp(lg->cvt, &typeWide, &type); in lk_instrument()
|
/external/valgrind/drd/ |
D | drd_load_store.c | 667 IRType typeWide = Ity_INVALID; /* after implicit widening */ in DRD_() local 669 typeOfIRLoadGOp(lg->cvt, &typeWide, &type); in DRD_()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1162 IRType typeWide = Ity_INVALID; /* after implicit widening */ in cg_instrument() local 1164 typeOfIRLoadGOp(lg->cvt, &typeWide, &type); in cg_instrument()
|
/external/valgrind/callgrind/ |
D | main.c | 1085 IRType typeWide = Ity_INVALID; /* after implicit widening */ in CLG_() local 1087 typeOfIRLoadGOp(lg->cvt, &typeWide, &type); in CLG_()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4791 IRType typeWide = Ity_INVALID; /* after implicit widening */ in hg_instrument() local 4793 typeOfIRLoadGOp(lg->cvt, &typeWide, &type); in hg_instrument()
|