Lines Matching refs:dd_attr
46 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()
52 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG | in dt_decl_check()
59 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) { in dt_decl_check()
65 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()
83 ddp->dd_attr = 0; in dt_decl_alloc()
266 ddp->dd_attr = attr; in dt_decl_attr()
270 if ((attr & DT_DA_LONG) && (ddp->dd_attr & DT_DA_LONGLONG)) { in dt_decl_attr()
275 if ((attr & DT_DA_SHORT) && (ddp->dd_attr & DT_DA_SHORT)) { in dt_decl_attr()
280 if ((attr & DT_DA_SIGNED) && (ddp->dd_attr & DT_DA_SIGNED)) { in dt_decl_attr()
285 if ((attr & DT_DA_UNSIGNED) && (ddp->dd_attr & DT_DA_UNSIGNED)) { in dt_decl_attr()
290 if (attr == DT_DA_LONG && (ddp->dd_attr & DT_DA_LONG)) { in dt_decl_attr()
291 ddp->dd_attr &= ~DT_DA_LONG; in dt_decl_attr()
295 ddp->dd_attr |= attr; in dt_decl_attr()
458 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr & DT_DA_PAREN)) in dt_decl_func()
873 if (ddp->dd_attr & DT_DA_USER) in dt_decl_type()
1019 if (ddp->dd_attr & DT_DA_SIGNED) in dt_decl_type()
1021 if (ddp->dd_attr & DT_DA_UNSIGNED) in dt_decl_type()
1023 if (ddp->dd_attr & DT_DA_SHORT) in dt_decl_type()
1025 if (ddp->dd_attr & DT_DA_LONG) in dt_decl_type()
1027 if (ddp->dd_attr & DT_DA_LONGLONG) in dt_decl_type()
1029 if (ddp->dd_attr == 0 && ddp->dd_name == NULL) in dt_decl_type()
1054 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG)) == 0)) in dt_decl_type()