Searched refs:is_good (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/kyua/model/ |
H A D | test_result.cpp | 46 .is_good = false, } }, 52 .is_good = true, } }, 58 .is_good = false, } }, 64 .is_good = true, } }, 70 .is_good = true, } }, 113 return test_result_types.at(_type).is_good; in good()
|
H A D | test_result.hpp | 49 bool is_good; member
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_test.cpp | 164 if (type.is_run && type.is_good) in run() 166 if (!type.is_good) in run() 183 if (!type.is_run || !type.is_good) { in run()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_rx.c | 667 int is_good = 0; in ath_rx_pkt() local 997 is_good = 1; in ath_rx_pkt() 1056 return (is_good); in ath_rx_pkt()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 241 static good is_good(good) { return good(); } in is_good() function 267 (void) is_good(implements_children(&type::children)) 269 (void)is_good(implements_getBeginLoc(&type::getBeginLoc)) 271 (void)is_good(implements_getEndLoc(&type::getEndLoc))
|