Searched refs:storage_class (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c1435 static char *sc_to_string (sc_t storage_class);
2348 sc_to_string (storage_class)
2349 sc_t storage_class;
2351 switch (storage_class)
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y68 %type <decl_spec> storage_class type_specifier type_qualifier
568 : storage_class
573 storage_class
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c2992 && declspecs->storage_class != csc_none)
3046 if (current_scope == file_scope && declspecs->storage_class == csc_auto)
3052 if (current_scope == file_scope && declspecs->storage_class == csc_register)
3058 if (!warned && !in_system_header && declspecs->storage_class != csc_none)
3100 && specs->storage_class == csc_none
3414 if (declspecs->storage_class == csc_auto && current_scope != file_scope)
3416 else if (declspecs->storage_class != csc_static)
4457 enum c_storage_class storage_class = declspecs->storage_class;
4603 || storage_class
4437 enum c_storage_class storage_class = declspecs->storage_class; local
[all...]
H A Dc-tree.h237 enum c_storage_class storage_class; member in struct:c_declspecs
H A Dmips-tdump.c337 sc_to_string (sc_t storage_class)
339 switch(storage_class)
877 sc_t storage_class = (sc_t) sym_ptr->sc;
906 scope_ptr->sc = storage_class;
913 if (storage_class == sc_Text || storage_class == sc_Info)
960 scope_ptr->sc = storage_class;
1022 st_to_string (symbol_type), sc_to_string (storage_class));
332 sc_to_string(sc_t storage_class) argument
866 sc_t storage_class = (sc_t) sym_ptr->sc; local
H A Dmips-tfile.c2522 sc_to_string (sc_t storage_class)
2524 switch (storage_class)
2794 sc_t storage_class = sc_Nil;
2981 storage_class = map_coff_storage [arg_number];
3138 storage_class = (sc_t) ptr->sc;
3157 if (storage_class == sc_Bits)
3307 symbol_type, storage_class,
2498 sc_to_string(sc_t storage_class) argument
2765 sc_t storage_class = sc_Nil; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-tree.h3667 sets the storage_class field to sc_none. */
3714 cp_storage_class storage_class;
3705 cp_storage_class storage_class; member in struct:cp_decl_specifier_seq
H A Ddecl.c3749 else if (declspecs->storage_class)
6860 if (declspecs->storage_class == sc_extern)
6885 if (declspecs->storage_class == sc_extern)
6902 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
6909 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
7505 cp_storage_class storage_class;
7971 storage_class = declspecs->storage_class;
7972 if (storage_class == sc_static)
7978 storage_class
7491 cp_storage_class storage_class; local
[all...]
H A Dparser.c8038 if (decl_specs->storage_class != sc_none)
11686 decl_specifiers->storage_class = sc_extern;
16907 cp_storage_class storage_class;
16915 else if (decl_specs->storage_class != sc_none)
16931 storage_class = sc_auto;
16934 storage_class = sc_register;
16937 storage_class = sc_static;
16940 storage_class = sc_extern;
16943 storage_class = sc_mutable;
16948 decl_specs->storage_class
16905 cp_storage_class storage_class; local
[all...]

Completed in 380 milliseconds