Searched defs:static_p (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 289 bool static_p; member
|
H A D | lra-assigns.cc | 928 bool static_p, best_static_p; in spill_for() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 486 BOOL_BITFIELD static_p : 1; member
|
H A D | c-decl.cc | 4930 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 484 BOOL_BITFIELD static_p : 1; member
|
H A D | c-decl.c | 4838 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-assigns.c | 928 bool static_p, best_static_p; in spill_for() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 22457 bool static_p = decl_specifiers->storage_class == sc_static; in cp_parser_init_declarator() local 22920 bool member_p, bool friend_p, bool static_p) in cp_parser_declarator() 23023 bool member_p, bool friend_p, bool static_p) in cp_parser_direct_declarator() 27235 bool static_p = (decl_specifiers.storage_class == sc_static); in cp_parser_member_declaration() local
|
H A D | pt.cc | 26035 bool static_p = false; in do_type_instantiation() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 21036 bool member_p, bool friend_p, bool static_p) in cp_parser_declarator() 21141 bool member_p, bool friend_p, bool static_p) in cp_parser_direct_declarator() 25197 bool static_p = (decl_specifiers.storage_class == sc_static); in cp_parser_member_declaration() local
|
H A D | pt.c | 25110 int static_p = 0; in do_type_instantiation() local
|