Home
last modified time | relevance | path

Searched refs:start_mangling (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dmangle.c225 static inline void start_mangling (const tree, bool);
2532 start_mangling (const tree entity, const bool ident_p) in start_mangling() function
2593 start_mangling (decl, /*ident_p=*/true); in mangle_decl_string()
2633 start_mangling (type, /*ident_p=*/false); in mangle_type_string()
2652 start_mangling (type, /*ident_p=*/true); in mangle_special_for_type()
2721 start_mangling (type, /*ident_p=*/true); in mangle_ctor_vtbl_for_type()
2777 start_mangling (fn_decl, /*ident_p=*/true); in mangle_thunk()
2883 start_mangling (variable, /*ident_p=*/true); in mangle_guard_variable()
2901 start_mangling (variable, /*ident_p=*/true); in mangle_ref_init_variable()
DChangeLog-20042638 (start_mangling): Initialize G.substitutions only one. Add
2644 (mangle_decl_string): Adjust call to start_mangling.
2647 (mangle_type_string): Adjust call to start_mangling.
DChangeLog-20021354 (start_mangling): Add entity parameter.
2641 * mangle.c (start_mangling): Allocate G.substitutions here...