Searched defs:rref (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c1010 ctf_id_t lref = CTF_ERR, rref = CTF_ERR; local
1062 rref = ctf_type_resolve(rfp,
1066 rref = ctf_type_resolve(rfp, r.ctr_contents);
1078 lref = rref;
1083 rref = lref;
1088 rp_is_void = ctf_type_encoding(rfp, rref, &e) == 0 && IS_VOID(e);
1097 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref));

Completed in 54 milliseconds