HomeSort by: relevance | last modified time | path
    Searched defs:has_name (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
abbrev.c 117 bool has_name = false; local
165 has_name = true;
224 if (!has_name && !has_linkage_name && !has_specification_or_origin)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
abbrev.c 117 bool has_name = false; local
165 has_name = true;
224 if (!has_name && !has_linkage_name && !has_specification_or_origin)
  /src/external/mit/isl/dist/
isl_scheduler.c 698 isl_bool has_name; local
705 has_name = isl_set_has_tuple_name(set);
706 if (has_name < 0)
710 if (!has_name)

Completed in 92 milliseconds