Searched defs:expr (Results 1 – 3 of 3) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | common.h | 24 #define SLICER_CHECK(expr) do { if(!(expr)) slicer::_checkFailed(#expr, __LINE__, __FILE__); } whil… argument 34 #define SLICER_WEAK_CHECK(expr) do { if(!(expr)) slicer::_weakCheckFailed(#expr, __LINE__, __FILE__… argument
|
/tools/dexter/slicer/ |
D | common.cc | 28 void _checkFailed(const char* expr, int line, const char* file) { in _checkFailed() 40 void _weakCheckFailed(const char* expr, int line, const char* file) { in _weakCheckFailed()
|
/tools/repohooks/tools/ |
D | cpplint.py | 3489 def _IsType(clean_lines, nesting_state, expr): argument
|