Home
last modified time | relevance | path

Searched refs:check_static_variable_definition (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-tree.h3943 extern int check_static_variable_definition (tree, tree);
H A Ddecl.c6594 check_static_variable_definition (tree decl, tree type) in check_static_variable_definition() function
8565 else if (check_static_variable_definition (unqualified_id, in grokdeclarator()
H A DChangeLog-1998799 (check_static_variable_definition): New function.
802 (check_static_variable_definition): Split out from ...
H A Dpt.c5939 check_static_variable_definition (r, TREE_TYPE (r)); in instantiate_class_template()
H A DChangeLog-2002618 * decl.c (check_static_variable_definition): Do not allow that
H A DChangeLog-20041562 check_static_variable_definition, compute_array_index_type,
H A DChangeLog-20006006 (check_static_variable_definition): Likewise. Say 'ISO C++'
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h3834 extern int check_static_variable_definition PARAMS ((tree, tree));
H A Ddecl.c10136 check_static_variable_definition (decl, type) in check_static_variable_definition() function
12526 else if (check_static_variable_definition (declarator,
H A Dpt.c5556 check_static_variable_definition (r, TREE_TYPE (r));
H A DChangeLog2095 * decl.c (check_static_variable_definition): Do not allow that
15878 (check_static_variable_definition): Likewise. Say 'ISO C++'
H A DChangeLog.27587 (check_static_variable_definition): New function.
7590 (check_static_variable_definition): Split out from ...