OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IRAtom
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/VEX/
test_main.c
603
typedef IRExpr
IRAtom
;
607
static Bool isOriginalAtom ( MCEnv* mce,
IRAtom
* a1 )
618
static Bool isShadowAtom ( MCEnv* mce,
IRAtom
* a1 )
629
static Bool sameKindedAtoms (
IRAtom
* a1,
IRAtom
* a2 )
704
static
IRAtom
* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) {
717
static
IRAtom
* mkDifD8 ( MCEnv* mce,
IRAtom
* a1,
IRAtom
* a2 ) {
723
static
IRAtom
* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 )
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
314
typedef IRExpr
IRAtom
;
318
static Bool isOriginalAtom ( MCEnv* mce,
IRAtom
* a1 )
331
static Bool isShadowAtom ( MCEnv* mce,
IRAtom
* a1 )
344
static Bool sameKindedAtoms (
IRAtom
* a1,
IRAtom
* a2 )
441
static
IRAtom
* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
468
IRAtom
* z64 = IRExpr_Const(IRConst_U64(0));
483
static
IRAtom
* mkDifD8 ( MCEnv* mce,
IRAtom
* a1,
IRAtom
* a2 )
[
all
...]
/external/valgrind/main/lackey/
lk_main.c
394
IRAtom
;
403
IRAtom
* addr;
511
static void addEvent_Ir ( IRSB* sb,
IRAtom
* iaddr, UInt isize )
528
void addEvent_Dr ( IRSB* sb,
IRAtom
* daddr, Int dsize )
545
void addEvent_Dw ( IRSB* sb,
IRAtom
* daddr, Int dsize )
[
all
...]
/external/valgrind/main/cachegrind/
cg_main.c
478
IRAtom
;
499
IRAtom
* ea;
503
IRAtom
* ea;
507
IRAtom
* ea;
511
IRAtom
* taken; /* :: Ity_I1 */
514
IRAtom
* dst;
524
static
IRAtom
* get_Event_dea ( Event* ev ) {
851
void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize,
IRAtom
* ea )
871
void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize,
IRAtom
* ea )
908
void addEvent_Bc ( CgState* cgs, InstrInfo* inode,
IRAtom
* guard
[
all
...]
/external/valgrind/main/callgrind/
main.c
230
IRAtom
;
252
IRAtom
* ea;
256
IRAtom
* ea;
260
IRAtom
* ea;
264
IRAtom
* taken; /* :: Ity_I1 */
267
IRAtom
* dst;
279
static
IRAtom
* get_Event_dea ( Event* ev ) {
616
void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize,
IRAtom
* ea )
637
void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize,
IRAtom
* ea )
672
void addEvent_Bc ( ClgState* clgs, InstrInfo* inode,
IRAtom
* guard
[
all
...]
Completed in 666 milliseconds