Home
last modified time | relevance | path

Searched refs:removed_attributes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c8081 bool removed_attributes = false; in canonicalize_type_argument() local
8082 tree canon = strip_typedefs (arg, &removed_attributes); in canonicalize_type_argument()
8083 if (removed_attributes in canonicalize_type_argument()
8097 bool removed_attributes = false; in canonicalize_expr_argument() local
8098 tree canon = strip_typedefs_expr (arg, &removed_attributes); in canonicalize_expr_argument()
8099 if (removed_attributes in canonicalize_expr_argument()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc8299 bool removed_attributes = false; in canonicalize_type_argument() local
8300 tree canon = strip_typedefs (arg, &removed_attributes); in canonicalize_type_argument()
8301 if (removed_attributes in canonicalize_type_argument()
8315 bool removed_attributes = false; in canonicalize_expr_argument() local
8316 tree canon = strip_typedefs_expr (arg, &removed_attributes); in canonicalize_expr_argument()
8317 if (removed_attributes in canonicalize_expr_argument()