Searched refs:CfiExpr_Binop (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_storage.h | 458 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR );
|
D | readdwarf.c | 2497 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree() 2769 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag() 2815 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag() 2840 PUSH( ML_(CfiExpr_Binop)( dst, Cbinop_Add, ix2, ix ) ); in dwarfexpr_to_dag() 2933 PUSH( ML_(CfiExpr_Binop)( dst, bop, ix2, ix ) ); in dwarfexpr_to_dag()
|
D | storage.c | 868 Int ML_(CfiExpr_Binop)( XArray* dst, CfiBinop op, Int ixL, Int ixR ) in ML_() argument
|