Home
last modified time | relevance | path

Searched refs:mark_type_use (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexpr.c343 mark_type_use (tree expr) in mark_type_use() function
H A Drtti.c380 mark_type_use (initial_expr); in build_typeid()
H A Dsemantics.c3752 mark_type_use (decl); in finish_id_expression_1()
4044 expr = mark_type_use (expr); in finish_typeof()
9849 expr = mark_type_use (expr); in finish_decltype_type()
9859 mark_type_use (expr); in finish_decltype_type()
H A Dtypeck.c1820 e = mark_type_use (e); in cxx_sizeof_expr()
1881 e = mark_type_use (e); in cxx_alignof_expr()
H A Dcall.c8909 a = mark_type_use (a); in build_over_call()
10218 instance = mark_type_use (instance); in build_new_method_call_1()
H A Dcp-tree.h6759 extern tree mark_type_use (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexpr.cc341 mark_type_use (tree expr) in mark_type_use() function
H A Drtti.cc384 mark_type_use (initial_expr); in build_typeid()
H A Dsemantics.cc4085 mark_type_use (decl); in finish_id_expression_1()
4371 expr = mark_type_use (expr); in finish_typeof()
11414 expr = mark_type_use (expr); in finish_decltype_type()
11424 mark_type_use (expr); in finish_decltype_type()
H A DChangeLog-20162922 * semantics.c (finish_id_expression): Call mark_type_use in
3459 instead of mark_type_use. Don't store error_mark_node arguments to
H A Dtypeck.cc1994 e = mark_type_use (e); in cxx_sizeof_expr()
2058 e = mark_type_use (e); in cxx_alignof_expr()
H A Dcall.cc9623 a = mark_type_use (a); in build_over_call()
10953 instance = mark_type_use (instance); in build_new_method_call()
H A Dcp-tree.h7036 extern tree mark_type_use (tree);