Searched refs:IS_VOID (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.h247 #define IS_VOID(e) \ macro
H A Ddt_parser.c802 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
841 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
862 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e));
885 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)));
991 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e));
1079 lp_is_void = ctf_type_encoding(lfp, lref, &e) == 0 && IS_VOID(e);
1080 rp_is_void = ctf_type_encoding(rfp, rref, &e) == 0 && IS_VOID(e);
1641 &cte) == 0 && IS_VOID(cte)) {
2918 base, &e) == 0 && IS_VOID(e)) {
H A Ddt_decl.c589 IS_VOID(cte)) {

Completed in 28 milliseconds