Searched refs:storage_class (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c2990 && declspecs->storage_class != csc_none)
3044 if (current_scope == file_scope && declspecs->storage_class == csc_auto)
3050 if (current_scope == file_scope && declspecs->storage_class == csc_register)
3056 if (!warned && !in_system_header && declspecs->storage_class != csc_none)
3098 && specs->storage_class == csc_none
3398 if (declspecs->storage_class == csc_auto && current_scope != file_scope)
3400 else if (declspecs->storage_class != csc_static)
4086 enum c_storage_class storage_class = declspecs->storage_class;
4230 || storage_class
4065 enum c_storage_class storage_class = declspecs->storage_class; local
[all...]
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 Dc-tree.h237 enum c_storage_class storage_class; member in struct:c_declspecs
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-9.3-release/contrib/gcc/cp/
H A Ddecl.c3748 else if (declspecs->storage_class)
6454 if (declspecs->storage_class == sc_extern)
6479 if (declspecs->storage_class == sc_extern)
6496 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
6503 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
7099 cp_storage_class storage_class;
7563 storage_class = declspecs->storage_class;
7564 if (storage_class == sc_static)
7570 storage_class
7084 cp_storage_class storage_class; local
[all...]
H A Dparser.c7704 if (decl_specs->storage_class != sc_none)
11352 decl_specifiers->storage_class = sc_extern;
16484 cp_storage_class storage_class;
16492 else if (decl_specs->storage_class != sc_none)
16508 storage_class = sc_auto;
16511 storage_class = sc_register;
16514 storage_class = sc_static;
16517 storage_class = sc_extern;
16520 storage_class = sc_mutable;
16525 decl_specs->storage_class
16482 cp_storage_class storage_class; local
[all...]
H A Dcp-tree.h3642 sets the storage_class field to sc_none. */
3689 cp_storage_class storage_class;
3680 cp_storage_class storage_class; member in struct:cp_decl_specifier_seq
/freebsd-9.3-release/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)

Completed in 167 milliseconds