Searched refs:maybe_dup (Results 1 – 3 of 3) sorted by relevance
11428 tree maybe_dup = odr_duplicate (maybe_template, DECL_SAVED_TREE (decl)); in read_function_def() local11429 bool installing = maybe_dup && !DECL_SAVED_TREE (decl); in read_function_def()11447 for (tree parm = DECL_ARGUMENTS (maybe_dup ? maybe_dup : decl); in read_function_def()11474 if (maybe_dup) in read_function_def()11475 DECL_ARGUMENTS (decl) = DECL_ARGUMENTS (maybe_dup); in read_function_def()11483 else if (maybe_dup) in read_function_def()11536 tree maybe_dup = odr_duplicate (maybe_template, initialized); in read_var_def() local11537 bool installing = maybe_dup && !initialized; in read_var_def()11545 if (maybe_dup && DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (maybe_dup)) in read_var_def()11556 else if (maybe_dup) in read_var_def()[all …]
2625 ctf_id_t maybe_dup = 0; in ctf_dedup_emit_type() local2693 && (maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0) in ctf_dedup_emit_type()2695 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD) in ctf_dedup_emit_type()
2628 ctf_id_t maybe_dup = 0; in ctf_dedup_emit_type() local2696 && (maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0) in ctf_dedup_emit_type()2698 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD) in ctf_dedup_emit_type()