Searched defs:FAIL (Results 1 – 5 of 5) sorted by relevance
20 FAIL = 2 variable in ReturnCode
251 const int FAIL = -1; variable
54 FAIL = ResultCode("FAIL", "Failed", True) variable
42 #define FAIL(E) return (imath_errno = (E), false) macro
1754 #define FAIL() GTEST_FAIL() macro