Searched refs:IS_VOID (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_parser.h | 253 #define IS_VOID(e) \ macro
|
H A D | dt_parser.c | 810 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) 849 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) 870 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e)); 893 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))); 999 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)); 1087 lp_is_void = ctf_type_encoding(lfp, lref, &e) == 0 && IS_VOID(e); 1088 rp_is_void = ctf_type_encoding(rfp, rref, &e) == 0 && IS_VOID(e); 1649 &cte) == 0 && IS_VOID(cte)) { 2927 base, &e) == 0 && IS_VOID(e)) {
|
H A D | dt_decl.c | 591 IS_VOID(cte)) {
|
Completed in 3298 milliseconds