Home
last modified time | relevance | path

Searched refs:check_var_type (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2006572 (check_var_type): If a variable of field is declared void,
574 (grokdeclarator): Check the return type of check_var_type.
DChangeLog-20041375 * cp-tree.h (check_var_type): New function.
1376 * decl.c (check_var_type): New function, split out from ...
1378 * pt.c (tsubst_decl): Use check_var_type.
Ddecl.cc11541 check_var_type (tree identifier, tree type, location_t loc) in check_var_type() function
13828 type = check_var_type (unqualified_id, type, id_loc); in grokdeclarator()
Dcp-tree.h6888 extern tree check_var_type (tree, tree, location_t);
DChangeLog-20172826 (grokfndecl, check_var_type, grokdeclarator): Adjust.
DChangeLog-20192643 * decl.c (check_var_type): Add location_t parameter and use it.
Dpt.cc15126 type = check_var_type (DECL_NAME (r), type, in tsubst_decl()