Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h320 Cunop_Abs=0x231, enumerator
Dstorage.c656 case Cunop_Abs: VG_(printf)("abs"); break; in ppCfiUnop()
Ddebuginfo.c2068 case Cunop_Abs: return (Word) w < 0 ? - w : w; in evalCfiExpr()
Dreaddwarf.c2937 uop = Cunop_Abs; opname = "abs"; goto unop; in dwarfexpr_to_dag()