Home
last modified time | relevance | path

Searched refs:default_ (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/sys/altq/
H A Daltq_cbq.c129 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 Daltq_rmclass.h192 rm_class_t *default_; /* Default Pkt class, BE */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h87 default_ = -1, /// Not specified by the user enumerator
382 default_, enumerator
408 default_, // as specified on the command line enumerator
H A Dastenums.d297 default_ = 0,
399 default_,
430 default_, /// as specified on the command line enumerator
H A Dtokens.h206 default_, enumerator
410 default_, enumerator
H A Dtokens.d197 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 Djson.d286 case TRUST.default_: in property()
314 case LINK.default_: in property()
H A Dglobals.d97 default_ = -1, /// Not specified by the user enumerator
H A Ddmangle.d342 case LINK.default_: in mangleFuncType()
1363 case LINK.default_: in private()
H A Dattrib.d915 return PINLINE.default_; in evalPragmaInline()
934 return PINLINE.default_; in evalPragmaInline()
H A Dparse.d785 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 Dcond.d196 auto tf = new TypeFunction(ParameterList(), null, LINK.default_, 0); in private()
H A Dcparse.d501 …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 Dmtype.h539 default_ = 0, enumerator
H A Dmtype.d217 case TRUST.default_: in trustToString()
230 assert(trustToString(TRUST.default_) == "");
4263 this.trust = TRUST.default_;
7167 if (trustAttrib == TRUST.default_)
H A Dfunc.d294 PINLINE inlining = PINLINE.default_;
1339 if (tf.trust == TRUST.default_) in initInferAttributes()
H A Dsemantic3.d1416 if (global.params.dtorFields == FeatureState.default_) in visit()
H A Ddeclaration.d224 LINK _linkage = LINK.default_; // may be `LINK.system`; use `resolvedLinkage()` to resolve it
H A Dhdrgen.d2971 case LINK.default_: in linkageToString()
4049 EXP.default_ : "default", in EXPtoString()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d580 default_ = any // CURLSSH_AUTH_ANY;
1734 default_ = (1 | 2) /// all
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d573 default_ = -1 // CURLSSH_AUTH_ANY;
1727 default_ = (1 | 2) /// all
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c1279 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 Dc-warn.cc1281 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 Dtypecons.d4929 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 Dtree.cc241 goto default_; in lvalue_kind()
311 default_: in lvalue_kind()

12