Home
last modified time | relevance | path

Searched defs:is_good (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/model/
H A Dtest_result.hpp49 bool is_good; member
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c667 int is_good = 0; in ath_rx_pkt() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp241 static good is_good(good) { return good(); } in is_good() function