Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dcommon.cc50 void _checkFailedOp(const void* lhs, const void* rhs, const char* op, const char* suffix, int line, in _checkFailedOp()
60 void _checkFailedOp(uint32_t lhs, uint32_t rhs, const char* op, const char* suffix, int line, in _checkFailedOp()
/tools/dexter/slicer/export/slicer/
Dcommon.h37 #define SLICER_CHECK_OP(lhs, rhs, op, suffix) \ argument