Home
last modified time | relevance | path

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

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