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

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h63 #define DT_DA_PAREN 0x0100 /* parenthesis tag */ macro
H A Ddt_decl.c423 * backward for a decl tagged with DT_DA_PAREN, and if one is found, the func
441 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr & DT_DA_PAREN))
H A Ddt_grammar.y763 lparen: DT_TOK_LPAR { dt_decl_top()->dd_attr |= DT_DA_PAREN; }

Completed in 81 milliseconds