Home
last modified time | relevance | path

Searched refs:Cbinop_Le (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h337 Cbinop_Le, enumerator
Dstorage.c675 case Cbinop_Le: VG_(printf)("<="); break; in ppCfiBinop()
Ddebuginfo.c2089 case Cbinop_Le: return (Word) wL <= (Word) wR ? 1 : 0; in evalCfiExpr()
Dreaddwarf.c2968 bop = Cbinop_Le; opname = "le"; goto binop; in dwarfexpr_to_dag()