Lines Matching refs:maybe_dup
11428 tree maybe_dup = odr_duplicate (maybe_template, DECL_SAVED_TREE (decl));
11429 bool installing = maybe_dup && !DECL_SAVED_TREE (decl);
11447 for (tree parm = DECL_ARGUMENTS (maybe_dup ? maybe_dup : decl);
11474 if (maybe_dup)
11475 DECL_ARGUMENTS (decl) = DECL_ARGUMENTS (maybe_dup);
11483 else if (maybe_dup)
11536 tree maybe_dup = odr_duplicate (maybe_template, initialized);
11537 bool installing = maybe_dup && !initialized;
11545 if (maybe_dup && DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (maybe_dup))
11556 else if (maybe_dup)
11832 tree maybe_dup = odr_duplicate (maybe_template, TYPE_SIZE (type));
11833 bool installing = maybe_dup && !TYPE_SIZE (type);
11845 if (maybe_dup != defn)
11850 tree type_dup = TREE_TYPE (maybe_dup);
11854 SET_DECL_MODE (defn, DECL_MODE (maybe_dup));
11856 DECL_SIZE (defn) = DECL_SIZE (maybe_dup);
11857 DECL_SIZE_UNIT (defn) = DECL_SIZE_UNIT (maybe_dup);
11858 DECL_ALIGN_RAW (defn) = DECL_ALIGN_RAW (maybe_dup);
11860 = DECL_WARN_IF_NOT_ALIGN_RAW (maybe_dup);
11861 DECL_USER_ALIGN (defn) = DECL_USER_ALIGN (maybe_dup);
11954 else if (maybe_dup)
12112 tree maybe_dup = odr_duplicate (maybe_template, TYPE_VALUES (type));
12113 bool installing = maybe_dup && !TYPE_VALUES (type);
12123 else if (maybe_dup)
12149 error_at (DECL_SOURCE_LOCATION (maybe_dup),
12150 "definition of %qD does not match", maybe_dup);
12175 inform (DECL_SOURCE_LOCATION (maybe_dup),