| /netbsd-src/sys/altq/ |
| H A D | altq_cbq.c | 129 if (cl == cbqp->ifnp.default_) in cbq_class_destroy() 130 cbqp->ifnp.default_ = NULL; in cbq_class_destroy() 185 if (cl == cbqp->ifnp.default_) in cbq_clear_interface() 186 cbqp->ifnp.default_ = NULL; in cbq_clear_interface() 298 if (cbqp->ifnp.default_) in cbq_remove_altq() 299 cbq_class_destroy(cbqp, cbqp->ifnp.default_); in cbq_remove_altq() 374 if (cbqp->ifnp.default_) in cbq_add_queue() 412 cbqp->ifnp.default_ = cl; in cbq_add_queue() 445 if (cl == cbqp->ifnp.default_) in cbq_remove_queue() 446 cbqp->ifnp.default_ in cbq_remove_queue() [all...] |
| H A D | altq_rmclass.h | 192 rm_class_t *default_; /* Default Pkt class, BE */ member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | globals.h | 87 default_ = -1, /// Not specified by the user enumerator 382 default_, enumerator 408 default_, // as specified on the command line enumerator
|
| H A D | astenums.d | 297 default_ = 0, 399 default_, 430 default_, /// as specified on the command line enumerator
|
| H A D | tokens.h | 206 default_, enumerator 410 default_, enumerator
|
| H A D | tokens.d | 197 default_, enumerator 400 default_, 498 TOK.default_, 608 … enum Ckwds = [ auto_, break_, case_, char_, const_, continue_, default_, do_, float64, else_, in with() 704 TOK.default_: "default",
|
| H A D | json.d | 286 case TRUST.default_: in property() 314 case LINK.default_: in property()
|
| H A D | globals.d | 97 default_ = -1, /// Not specified by the user enumerator
|
| H A D | dmangle.d | 342 case LINK.default_: in mangleFuncType() 1363 case LINK.default_: in private()
|
| H A D | attrib.d | 915 return PINLINE.default_; in evalPragmaInline() 934 return PINLINE.default_; in evalPragmaInline()
|
| H A D | parse.d | 785 if (pAttrs.link != LINK.default_) 822 pAttrs.link = LINK.default_; 838 pAttrs.link = LINK.default_; 845 else if (pAttrs.link != LINK.default_) 848 pAttrs.link = LINK.default_; 6196 …while (token.value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && … 6232 case TOK.default_: 6240 …while (token.value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && … 6293 if (token.value == TOK.default_) 9407 EXP.default_ : PREC.primary,
|
| H A D | cond.d | 196 auto tf = new TypeFunction(ParameterList(), null, LINK.default_, 0); in private()
|
| H A D | cparse.d | 501 …while (token.value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && … 525 case TOK.default_: 533 …while (token.value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && … 1508 if (token.value == TOK.default_) in cparseGenericSelection()
|
| H A D | mtype.h | 539 default_ = 0, enumerator
|
| H A D | mtype.d | 217 case TRUST.default_: in trustToString() 230 assert(trustToString(TRUST.default_) == ""); 4263 this.trust = TRUST.default_; 7167 if (trustAttrib == TRUST.default_)
|
| H A D | func.d | 294 PINLINE inlining = PINLINE.default_; 1339 if (tf.trust == TRUST.default_) in initInferAttributes()
|
| H A D | semantic3.d | 1416 if (global.params.dtorFields == FeatureState.default_) in visit()
|
| H A D | declaration.d | 224 LINK _linkage = LINK.default_; // may be `LINK.system`; use `resolvedLinkage()` to resolve it
|
| H A D | hdrgen.d | 2971 case LINK.default_: in linkageToString() 4049 EXP.default_ : "default", in EXPtoString()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/ |
| H A D | curl.d | 580 default_ = any // CURLSSH_AUTH_ANY; 1734 default_ = (1 | 2) /// all
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | curl.d | 573 default_ = -1 // CURLSSH_AUTH_ANY; 1727 default_ = (1 | 2) /// all
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-warn.c | 1279 goto default_; in conversion_warning() 1292 goto default_; in conversion_warning() 1333 default_: in conversion_warning()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-warn.cc | 1281 goto default_; in conversion_warning() 1294 goto default_; in conversion_warning() 1335 default_: in conversion_warning()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | typecons.d | 4929 protected PackageSupplier default_, fallback; 4931 this(PackageSupplier default_, PackageSupplier fallback) 4933 this.default_ = default_; 4950 return default_.%1$s(args);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | tree.cc | 241 goto default_; in lvalue_kind() 311 default_: in lvalue_kind()
|