Searched refs:CfiExpr_Binop (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_storage.h | 353 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiOp op, Int ixL, Int ixR );
|
D | readdwarf.c | 2485 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree() 2754 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag() 2800 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag() 2825 PUSH( ML_(CfiExpr_Binop)( dst, op, ix2, ix ) ); in dwarfexpr_to_dag() 2875 PUSH( ML_(CfiExpr_Binop)( dst, op, ix2, ix ) ); in dwarfexpr_to_dag()
|
D | storage.c | 588 Int ML_(CfiExpr_Binop)( XArray* dst, CfiOp op, Int ixL, Int ixR ) in ML_() argument
|