HomeSort by: relevance | last modified time | path
    Searched refs:maybe_dup (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 2723 ctf_id_t maybe_dup = 0; local
2852 && ((maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0))
2854 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)
2859 maybe_dup, ctf_type_kind (target, maybe_dup));
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 2723 ctf_id_t maybe_dup = 0; local
2852 && ((maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0))
2854 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)
2859 maybe_dup, ctf_type_kind (target, maybe_dup));
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 2723 ctf_id_t maybe_dup = 0; local
2852 && ((maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0))
2854 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)
2859 maybe_dup, ctf_type_kind (target, maybe_dup));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 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)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 11973 tree maybe_dup = odr_duplicate (maybe_template, DECL_SAVED_TREE (decl));
11974 bool installing = maybe_dup && !DECL_SAVED_TREE (decl);
12010 else if (maybe_dup)
12064 tree maybe_dup = odr_duplicate (maybe_template, initialized);
12065 bool installing = maybe_dup && !initialized;
12073 if (maybe_dup && DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (maybe_dup))
12089 else if (maybe_dup)
12369 tree maybe_dup = odr_duplicate (maybe_template, TYPE_SIZE (type));
12370 bool installing = maybe_dup && !TYPE_SIZE (type)
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 2648 ctf_id_t maybe_dup = 0; local
2719 && (maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0)
2721 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)

Completed in 43 milliseconds