HomeSort by: relevance | last modified time | path
    Searched refs:has_name (Results 1 - 4 of 4) 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/mpl/dhcp/dist/client/
clparse.c 1384 int token, has_ia, no_semi, has_name;
1409 has_name = 0;
1480 has_name = 1;
1556 else if (!has_name && (client == NULL)) {
  /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 21 milliseconds