HomeSort by: relevance | last modified time | path
    Searched refs:IS_VOID (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.h 264 #define IS_VOID(e) \
dt_parser.c 853 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
892 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
913 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e));
936 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)));
1042 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e));
1130 lp_is_void = ctf_type_encoding(lfp, lref, &e) == 0 && IS_VOID(e);
1131 rp_is_void = ctf_type_encoding(rfp, rref, &e) == 0 && IS_VOID(e);
1694 &cte) == 0 && IS_VOID(cte)) {
2995 base, &e) == 0 && IS_VOID(e)) {
dt_decl.c 314 int is_void, v = 0, i = 1; local
332 is_void = dt_node_is_void(dnp);
333 v += is_void;
335 if (is_void && !(flags & DT_DP_VOID)) {
342 if (is_void && dnp->dn_string != NULL) {
355 !is_void && !(flags & DT_DP_ANON)) {
589 IS_VOID(cte)) {

Completed in 19 milliseconds