Searched refs:rh (Results 1 – 1 of 1) sorted by relevance
/littlefs-2.7.6/scripts/ |
D | explode_asserts.py | 164 def mkassert(type, comp, lh, rh, size=None): argument 170 'rh': rh.strip(' '), 256 rh = pexpr(p) ; p.accept('ws') 261 return mkassert('str', COMP[comp], lh, rh) 268 rh = pexpr(p) ; p.accept('ws') 275 return mkassert('mem', COMP[comp], lh, rh, size) 281 rh = pexpr(p) ; p.accept('ws') 283 return mkassert('int', COMP[comp], lh, rh) 337 rh = pexprs(p) 338 return ws + mkassert('int', 'eq', lh, rh)
|