Searched refs:cp_cv_quals (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | parser.c | 840 (cp_declarator *, cp_parameter_declarator *, cp_cv_quals, tree); 844 (cp_cv_quals, cp_declarator *); 846 (cp_cv_quals, cp_declarator *); 850 (cp_cv_quals, tree, cp_declarator *); 925 make_pointer_declarator (cp_cv_quals cv_qualifiers, cp_declarator *target) in make_pointer_declarator() 940 make_reference_declarator (cp_cv_quals cv_qualifiers, cp_declarator *target) in make_reference_declarator() 956 make_ptrmem_declarator (cp_cv_quals cv_qualifiers, tree class_type, in make_ptrmem_declarator() 977 cp_cv_quals cv_qualifiers, in make_call_declarator() 1625 (cp_parser *, tree *, cp_cv_quals *); 1626 static cp_cv_quals cp_parser_cv_qualifier_seq_opt [all …]
|
| D | cp-tree.h | 3612 typedef int cp_cv_quals; typedef 3744 cp_cv_quals qualifiers; 3756 cp_cv_quals qualifiers; 3918 extern tree build_this_parm (tree, cp_cv_quals); 3974 extern tree build_memfn_type (tree, tree, cp_cv_quals);
|
| D | decl.c | 5993 build_this_parm (tree type, cp_cv_quals quals) in build_this_parm() 5998 cp_cv_quals this_quals; in build_this_parm() 6036 cp_cv_quals quals, in grokfndecl() 7009 cp_cv_quals memfn_quals = TYPE_UNQUALIFIED; in grokdeclarator()
|
| D | decl2.c | 112 build_memfn_type (tree fntype, tree ctype, cp_cv_quals quals) in build_memfn_type()
|
| D | ChangeLog-2004 | 4343 * cp-tree.h (cp_cv_quals): New type. 4348 * decl.c (grokfndecl): Use cp_cv_quals, not tree. 4354 * parser.c (make_call_declarator): Use cp_cv_quals, not tree. 4364 (cp_parser_declarator): Use cp_cv_quals, not tree.
|
| D | pt.c | 10893 cp_cv_quals cv_quals; in unify()
|