Searched refs:storage_class (Results 76 - 100 of 110) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.d1226 if (v.isDataseg() || (v.storage_class & (STC.manifest | STC.temp) && vd.ident != Id.withSym) || v._init.isVoidInitializer())
1819 if (!vd || vd.isDataseg() || (vd.storage_class & STC.manifest))
1829 else if (vd.storage_class & STC.exptemp)
H A Dexpression.d432 ctmp.storage_class |= STC.nodtor;
443 if (vtmp && (vtmp.storage_class & STC.rvalue))
445 vtmp.storage_class |= STC.nodtor;
481 if (destinationType.hasWild && !(sc.func.storage_class & STC.wild))
486 tmp.storage_class |= STC.nodtor;
1290 if (v.storage_class & STC.manifest)
1373 if (v.storage_class & STC.gshared)
3688 if (var.storage_class & (STC.lazy_ | STC.rvalue | STC.manifest))
3695 if (var.storage_class & STC.manifest)
3700 if (var.storage_class
[all...]
H A Dcond.d254 sdecl.storage_class |= STC.static_;
H A Dtypesem.d225 if (d && (d.storage_class & STC.templateparameter))
317 if (v.storage_class & (STC.const_ | STC.immutable_ | STC.manifest) ||
3995 if ((v.storage_class & STC.manifest) && v._init)
4406 if ((v.storage_class & STC.manifest) && v._init)
4745 d.storage_class |= STC.rvalue; // https://issues.dlang.org/show_bug.cgi?id=14398
H A Ddmangle.d1345 (d.isVarDeclaration() && d.isDataseg() && d.storage_class & STC.extern_))))
H A Dattrib.d279 /* Use storage_class2 instead of storage_class otherwise when we do .di generation
303 decl.storage_class |= stc & STC.local;
H A Ddoc.d1266 if (d.storage_class & STC.shared_)
1276 if (d.storage_class & STC.manifest)
1281 !d.isImmutable() && !(d.storage_class & STC.shared_) && !d.isWild() && !d.isConst() &&
H A Dcppmangle.d996 if (!(d.storage_class & (STC.extern_ | STC.field | STC.gshared)))
H A Dmtype.d4736 tmp.storage_class = STC.rvalue | STC.temp | STC.ctfe;
5811 if (v.storage_class & STC.ref_ || v.hasPointers())
7219 ts.sym.postblit.storage_class & STC.disable)
7232 if (!f || f.storage_class & STC.disable)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc133 if (tb->ty == Treference || decl->storage_class & (STCout | STCref))
145 if (decl->storage_class & STClazy)
2464 if ((v->edtor && (v->storage_class & STCparameter))
H A Dtypes.cc962 if (t->sym->storage_class & STCfinal)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c219 v->storage_class &= ~STCmaybescope;
221 if (v->storage_class & STCscope && sc->func->setUnsafe())
398 vd->storage_class |= STCtemp;
930 if ((v->storage_class & STCmanifest) && v->_init)
1780 if (!decl || !(decl->storage_class & STClocal))
2643 if (v && (v->isDataseg() || (v->storage_class & STCmanifest)))
2930 if (ve->var->storage_class & STClazy)
3216 else if ((cd->storage_class & STCfinal) != 0) // Bugzilla 14211
3732 if (v && v->storage_class & STCref)
4504 if (v && !(v->storage_class
[all...]
H A Dcppmangle.c552 if (!(d->storage_class & (STCextern | STCfield | STCgshared)))
H A Dattrib.c373 /* Use storage_class2 instead of storage_class otherwise when we do .di generation
397 decl->storage_class |= stc & STClocal;
H A Dmtype.c6859 if (d && (d->storage_class & STCtemplateparameter))
6914 if (v->storage_class & (STCconst | STCimmutable | STCmanifest) ||
7974 if ((v->storage_class & STCmanifest) && v->_init)
8113 d->storage_class |= STCrvalue; // Bugzilla 14398
8242 if (d->storage_class & STCref || d->hasPointers())
8678 if ((v->storage_class & STCmanifest) && v->_init)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc134 if (tb->ty == TY::Treference || decl->storage_class & (STCout | STCref))
146 if (decl->storage_class & STClazy)
2752 if ((v->edtor && (v->storage_class & STCparameter))
H A Dtypes.cc1165 if (t->sym->storage_class & STCfinal)
H A Dtoir.cc1009 && ve->var->storage_class & STCtemp)
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Decoff.c1432 static char *sc_to_string (sc_t storage_class);
2346 sc_to_string (storage_class)
2347 sc_t storage_class;
2349 switch (storage_class)
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Decoff.c1432 static char *sc_to_string (sc_t storage_class);
2347 sc_to_string (storage_class)
2348 sc_t storage_class;
2350 switch (storage_class)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Decoff.c1432 static char *sc_to_string (sc_t storage_class);
2347 sc_to_string (storage_class)
2348 sc_t storage_class;
2350 switch (storage_class)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc11615 if (lambda_specs.storage_class == sc_mutable)
15813 if (decl_specs->storage_class != sc_none)
22220 if (decl_specifiers->storage_class != sc_none
22459 bool static_p = decl_specifiers->storage_class == sc_static;
22691 decl_specifiers->storage_class = sc_extern;
27083 if (decl_specifiers.storage_class != sc_none)
27237 bool static_p = (decl_specifiers.storage_class == sc_static);
27324 else if (decl_specifiers.storage_class != sc_static)
27347 if (decl_specifiers.storage_class != sc_static)
31800 && decl_specifiers.storage_class !
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c11086 if (lambda_specs.storage_class == sc_mutable)
14288 if (decl_specs->storage_class != sc_none)
20805 decl_specifiers->storage_class = sc_extern;
25049 if (decl_specifiers.storage_class != sc_none)
25199 bool static_p = (decl_specifiers.storage_class == sc_static);
25276 else if (decl_specifiers.storage_class != sc_static)
25297 if (decl_specifiers.storage_class != sc_static)
29565 && decl_specifiers.storage_class != sc_none)
30327 cp_storage_class storage_class;
30335 else if (decl_specs->storage_class !
30325 cp_storage_class storage_class; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmdebugread.c2229 enum minimal_symbol_type ms_type, int storage_class,
2234 switch (storage_class)
2219 record_minimal_symbol(minimal_symbol_reader &reader, const char *name, const CORE_ADDR address, enum minimal_symbol_type ms_type, int storage_class, struct objfile *objfile) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmdebugread.c2232 enum minimal_symbol_type ms_type, int storage_class,
2237 switch (storage_class)
2222 record_minimal_symbol(minimal_symbol_reader &reader, const char *name, const CORE_ADDR address, enum minimal_symbol_type ms_type, int storage_class, struct objfile *objfile) argument

Completed in 477 milliseconds

12345