Searched refs:check_var_type (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2006 | 572 (check_var_type): If a variable of field is declared void, 574 (grokdeclarator): Check the return type of check_var_type.
|
| D | ChangeLog-2004 | 1375 * 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.
|
| D | decl.cc | 11541 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()
|
| D | cp-tree.h | 6888 extern tree check_var_type (tree, tree, location_t);
|
| D | ChangeLog-2017 | 2826 (grokfndecl, check_var_type, grokdeclarator): Adjust.
|
| D | ChangeLog-2019 | 2643 * decl.c (check_var_type): Add location_t parameter and use it.
|
| D | pt.cc | 15126 type = check_var_type (DECL_NAME (r), type, in tsubst_decl()
|