Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc11428 tree maybe_dup = odr_duplicate (maybe_template, DECL_SAVED_TREE (decl)); in read_function_def() local
11429 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() local
11537 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 …]
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c2625 ctf_id_t maybe_dup = 0; in ctf_dedup_emit_type() local
2693 && (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()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dedup.c2628 ctf_id_t maybe_dup = 0; in ctf_dedup_emit_type() local
2696 && (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()