| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treetree.h | 43 unsigned int storage_class, 47 tree tree_code_create_variable (unsigned int storage_class,
|
| H A D | treetree.c | 316 unsigned int storage_class, in tree_code_create_function_prototype() argument 358 switch (storage_class) in tree_code_create_function_prototype() 504 tree_code_create_variable (unsigned int storage_class, in tree_code_create_variable() argument 542 switch (storage_class) in tree_code_create_variable()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | treetree.h | 46 unsigned int storage_class, 51 tree tree_code_create_variable (unsigned int storage_class,
|
| H A D | treetree.c | 231 unsigned int storage_class, in tree_code_create_function_prototype() argument 281 switch (storage_class) in tree_code_create_function_prototype() 506 tree_code_create_variable (unsigned int storage_class, in tree_code_create_variable() argument 548 switch (storage_class) in tree_code_create_variable()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-decl.c | 2923 && declspecs->storage_class != csc_none) in shadow_tag_warned() 2977 if (current_scope == file_scope && declspecs->storage_class == csc_auto) in shadow_tag_warned() 2983 if (current_scope == file_scope && declspecs->storage_class == csc_register) in shadow_tag_warned() 2989 if (!warned && !in_system_header && declspecs->storage_class != csc_none) in shadow_tag_warned() 3030 && specs->storage_class == csc_none in quals_from_declspecs() 3908 enum c_storage_class storage_class = declspecs->storage_class; in grokdeclarator() local 4047 || storage_class == csc_auto in grokdeclarator() 4048 || storage_class == csc_register in grokdeclarator() 4049 || storage_class == csc_typedef)) in grokdeclarator() 4051 if (storage_class == csc_auto in grokdeclarator() [all …]
|
| H A D | mips-tdump.c | 332 sc_to_string (sc_t storage_class) in sc_to_string() argument 334 switch(storage_class) in sc_to_string() 866 sc_t storage_class = (sc_t) sym_ptr->sc; in print_symbol() local 895 scope_ptr->sc = storage_class; in print_symbol() 902 if (storage_class == sc_Text || storage_class == sc_Info) in print_symbol() 949 scope_ptr->sc = storage_class; in print_symbol() 1011 st_to_string (symbol_type), sc_to_string (storage_class)); in print_symbol()
|
| H A D | c-tree.h | 237 enum c_storage_class storage_class; member
|
| H A D | mips-tfile.c | 2498 sc_to_string (sc_t storage_class) in sc_to_string() argument 2500 switch (storage_class) in sc_to_string() 2765 sc_t storage_class = sc_Nil; in parse_def() local 2952 storage_class = map_coff_storage [arg_number]; in parse_def() 3109 storage_class = (sc_t) ptr->sc; in parse_def() 3128 if (storage_class == sc_Bits) in parse_def() 3278 symbol_type, storage_class, in parse_def()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl.c | 3727 else if (declspecs->storage_class) in check_tag_decl() 6394 if (declspecs->storage_class == sc_extern) in grokvardecl() 6419 if (declspecs->storage_class == sc_extern) in grokvardecl() 6436 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static in grokvardecl() 6443 TREE_STATIC (decl) = declspecs->storage_class == sc_static; in grokvardecl() 7030 cp_storage_class storage_class; in grokdeclarator() local 7481 storage_class = declspecs->storage_class; in grokdeclarator() 7482 if (storage_class == sc_static) in grokdeclarator() 7488 storage_class = sc_none; in grokdeclarator() 7507 else if (storage_class == sc_static in grokdeclarator() [all …]
|
| H A D | parser.c | 7618 if (decl_specs->storage_class != sc_none) in cp_parser_decl_specifier_seq() 11261 decl_specifiers->storage_class = sc_extern; in cp_parser_init_declarator() 16383 cp_storage_class storage_class; in cp_parser_set_storage_class() local 16391 else if (decl_specs->storage_class != sc_none) in cp_parser_set_storage_class() 16407 storage_class = sc_auto; in cp_parser_set_storage_class() 16410 storage_class = sc_register; in cp_parser_set_storage_class() 16413 storage_class = sc_static; in cp_parser_set_storage_class() 16416 storage_class = sc_extern; in cp_parser_set_storage_class() 16419 storage_class = sc_mutable; in cp_parser_set_storage_class() 16424 decl_specs->storage_class = storage_class; in cp_parser_set_storage_class()
|
| H A D | cp-tree.h | 3665 cp_storage_class storage_class; member
|
| H A D | ChangeLog | 2982 * decl.c (grokdeclarator): Clear storage_class together with staticp. 4864 * decl.c (grokdeclarator): Reset storage_class after error.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mips-tdump.c | 318 sc_to_string(storage_class) in sc_to_string() argument 319 sc_t storage_class; in sc_to_string() 321 switch(storage_class) 865 sc_t storage_class = (sc_t) sym_ptr->sc; local 894 scope_ptr->sc = storage_class; 901 if (storage_class == sc_Text || storage_class == sc_Info) 948 scope_ptr->sc = storage_class; 1010 st_to_string (symbol_type), sc_to_string (storage_class));
|
| H A D | mips-tfile.c | 2598 sc_to_string (storage_class) in sc_to_string() argument 2599 sc_t storage_class; in sc_to_string() 2601 switch (storage_class) 2870 sc_t storage_class = sc_Nil; local 3057 storage_class = map_coff_storage [arg_number]; 3214 storage_class = (sc_t) ptr->sc; 3233 if (storage_class == sc_Bits) 3383 symbol_type, storage_class,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ecoff.c | 1431 static char *sc_to_string (sc_t storage_class); 2333 sc_to_string (storage_class) in sc_to_string() argument 2334 sc_t storage_class; in sc_to_string() 2336 switch (storage_class)
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ecoff.c | 1430 static char *sc_to_string (sc_t storage_class); 2332 sc_to_string (storage_class) in sc_to_string() argument 2333 sc_t storage_class; in sc_to_string() 2335 switch (storage_class)
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 1668 def storage_class(self): member in Cursor
|