Home
last modified time | relevance | path

Searched refs:CfiExpr_Binop (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h353 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiOp op, Int ixL, Int ixR );
Dreaddwarf.c2485 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()
Dstorage.c588 Int ML_(CfiExpr_Binop)( XArray* dst, CfiOp op, Int ixL, Int ixR ) in ML_() argument