Home
last modified time | relevance | path

Searched refs:grokvardecl (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDChangeLog-2004583 * decl.c (grokvardecl): Keep track of whether or not a there was
950 * decl.c (grokvardecl): Adjust call to current_scope.
1561 member_function_or_else, bad_specifiers, grokfndecl, grokvardecl,
1893 * decl.c (grokvardecl): Accept declarations of global variables
2530 expand_static_init, grokfndecl, grokvardecl, build_ptrmem_type,
3120 (grokvardecl): Use it. Adjust call to no_linkage_check.
3689 * decl.c (grokvardecl): Make declspecs parameter const.
4439 (grokvardecl): Likewise.
4691 (grokvardecl): Don't call mangle_decl.
5833 (grokvardecl): Diagnose C++ variables of type with no linkage.
HDChangeLog-19981274 * decl.c (grokvardecl): Fix thinko.
1293 (grokvardecl): Likewise.
1390 * decl.c (grokvardecl): Check for declarator name before building
2548 * decl.c (grokvardecl): Likewise.
3111 * decl.c (grokvardecl): Don't call build_static_name for extern "C".
3339 (grokvardecl): Use DECL_CLASS_SCOPE_P.
3598 * decl.c (grokvardecl): Don't build_static_name for decls that
3618 * decl.c (grokvardecl): Don't build external assembler names for
4733 (grokvardecl): Add namespace parameter.
5927 (grokvardecl): Build assembler name as static name for globals.
HDChangeLog704 * decl.c (grokvardecl): Don't error if !have_tls.
1362 * decl.c (grokvardecl): Use FROB_CONTEXT.
1401 * decl.c (grokvardecl): Set DECL_THIS_STATIC on file-scope
4550 (grokvardecl): Likewise.
5266 (grokvardecl): Set the default DECL_TLS_MODEL here.
6498 * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
6503 * decl.c (grokvardecl): Don't exempt anonymous types from having
HDChangeLog-19951284 (grokvardecl): TREE_PUBLIC depends on DECL_THIS_EXTERN, not
1659 (grokvardecl, grokdeclarator, parmlist_is_exprlist): Likewise.
1693 (grokvardecl): Handle linkage of consts here.
1695 grokvardecl.
HDdecl.c65 static tree grokvardecl (tree, tree, const cp_decl_specifier_seq *,
6827 grokvardecl (tree type, in grokvardecl() function
9243 decl = grokvardecl (type, unqualified_id, in grokdeclarator()
HDChangeLog-20012291 (grokvardecl): Mark `extern "C"' variables as having C linkage.
2361 (grokfndecl, grokvardecl, grokdeclarator): Likewise.
2740 (grokvardecl): Likewise.
HDChangeLog-1999711 (grokvardecl): Likewise.
2511 (grokvardecl): Don't complete types here.
3323 (grokvardecl): Likewise.
3539 (grokvardecl): Create DECL_LANG_SPECIFIC for a VAR_DECL in a
6315 (grokvardecl): Likewise.
HDChangeLog-199620 * decl.c (grokvardecl): Avoid ANSI style initialization.
46 * decl.c (grokvardecl): Change SPECBITS parm to be the SPECBITS_IN
1887 * decl.c (grokvardecl): Call complete_type.
HDChangeLog-1994200 (grokvardecl): Add namespace into variable name.
1007 * decl.c (grokvardecl): Call build_static_name.
1569 (grokvardecl): Instead of here.
HDChangeLog-20003290 (grokvardecl): Call mangle_decl for new ABI. Only set mangled
4275 (grokvardecl): Don't call build_lang_decl for local variables in
6140 (grokvardecl): Don't set DECL_CLASS_CONTEXT.
HDChangeLog-20021806 * decl.c (grokvardecl): Do not look for OFFSET_TYPEs to indicate
2874 (grokvardecl, grokdeclarator): Handle RID_THREAD.