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

/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_decl.c47 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) {
53 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG |
60 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) {
66 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) {
84 ddp->dd_attr = 0;
272 ddp->dd_attr = attr;
279 if ((attr & DT_DA_UNSIGNED) && (ddp->dd_attr & DT_DA_UNSIGNED))
281 if ((attr & DT_DA_SIGNED) && (ddp->dd_attr & DT_DA_SIGNED))
283 if ((attr & DT_DA_SHORT) && (ddp->dd_attr & DT_DA_SHORT))
285 if ((attr & DT_DA_LONG) && (ddp->dd_attr
[all...]
H A Ddt_decl.h45 ushort_t dd_attr; /* attributes (DT_DA_* flags) */ member in struct:dt_decl
H A Ddt_grammar.y749 lparen: DT_TOK_LPAR { dt_decl_top()->dd_attr |= DT_DA_PAREN; }

Completed in 175 milliseconds