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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c46 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) {
52 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG |
59 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) {
65 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) {
83 ddp->dd_attr = 0;
266 ddp->dd_attr = attr;
270 if ((attr & DT_DA_LONG) && (ddp->dd_attr & DT_DA_LONGLONG)) {
275 if ((attr & DT_DA_SHORT) && (ddp->dd_attr & DT_DA_SHORT)) {
280 if ((attr & DT_DA_SIGNED) && (ddp->dd_attr & DT_DA_SIGNED)) {
285 if ((attr & DT_DA_UNSIGNED) && (ddp->dd_attr
[all...]
H A Ddt_decl.h47 ushort_t dd_attr; /* attributes (DT_DA_* flags) */ member in struct:dt_decl
H A Ddt_grammar.y775 lparen: DT_TOK_LPAR { dt_decl_top()->dd_attr |= DT_DA_PAREN; }

Completed in 68 milliseconds