HomeSort by: relevance | last modified time | path
    Searched refs:not_found (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
driver-arm.cc 67 goto not_found;
71 goto not_found;
80 goto not_found;
102 goto not_found;
120 not_found:
  /src/external/gpl3/gcc/dist/gcc/config/arm/
driver-arm.cc 67 goto not_found;
71 goto not_found;
80 goto not_found;
102 goto not_found;
120 not_found:
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
driver-aarch64.cc 281 goto not_found;
292 goto not_found;
302 goto not_found;
312 goto not_found;
318 goto not_found;
326 goto not_found;
338 goto not_found;
397 goto not_found;
407 goto not_found;
411 goto not_found;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
driver-aarch64.cc 297 goto not_found;
308 goto not_found;
318 goto not_found;
328 goto not_found;
334 goto not_found;
342 goto not_found;
354 goto not_found;
416 goto not_found;
426 goto not_found;
430 goto not_found;
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
charinfo.h 37 char not_found; member in class:charinfo
205 if (not_found)
208 not_found = 1;
  /src/lib/libpam/modules/pam_group/
pam_group.c 116 not_found:
140 goto not_found;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops.cc 288 t = file_status{file_type::not_found};
454 while (!pp.empty() && status(pp, ec).type() == file_type::not_found)
744 s1.type(file_type::not_found);
751 s2.type(file_type::not_found);
818 S() : type(file_type::not_found) { }
1224 status.type(file_type::not_found);
1270 status.type(file_type::not_found);
std-ops.cc 300 t = fs::file_status{fs::file_type::not_found};
497 t = file_status{file_type::not_found};
697 while (st.type() == file_type::not_found);
962 s1.type(file_type::not_found);
969 s2.type(file_type::not_found);
1036 S() : type(file_type::not_found) { }
1348 if (s.type() == file_type::not_found)
1464 status.type(file_type::not_found);
1488 status.type(file_type::not_found);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops.cc 303 t = file_status{file_type::not_found};
469 while (!pp.empty() && status(pp, ec).type() == file_type::not_found)
759 s1.type(file_type::not_found);
766 s2.type(file_type::not_found);
833 S() : type(file_type::not_found) { }
1239 status.type(file_type::not_found);
1285 status.type(file_type::not_found);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 346 t = file_status{file_type::not_found};
512 __glibcxx_assert(st.type() == file_type::not_found);
556 while (st.type() == file_type::not_found);
835 s1.type(file_type::not_found);
842 s2.type(file_type::not_found);
952 S() : type(file_type::not_found) { }
1394 if (to_status.type() == file_type::not_found)
1514 status.type(file_type::not_found);
1559 status.type(file_type::not_found);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 346 t = file_status{file_type::not_found};
512 __glibcxx_assert(st.type() == file_type::not_found);
556 while (st.type() == file_type::not_found);
906 s1.type(file_type::not_found);
913 s2.type(file_type::not_found);
973 S() : type(file_type::not_found) { }
1425 if (to_status.type() == file_type::not_found)
1545 status.type(file_type::not_found);
1590 status.type(file_type::not_found);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 491 font *font::load_font(const char *s, int *not_found, int head_only)
494 if (!f->load(not_found, head_only)) {
566 // If the font can't be found, then if not_found is non-NULL, it will be set
569 int font::load(int *not_found, int head_only)
574 if (not_found)
575 *not_found = 1;
  /src/external/gpl3/binutils/dist/gprofng/src/
Function.cc 701 int index = -1, not_found = 1; local
721 not_found = 0;
726 while (not_found && left <= right)
738 not_found = 0;
741 if (not_found)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Function.cc 701 int index = -1, not_found = 1; local
721 not_found = 0;
726 while (not_found && left <= right)
738 not_found = 0;
741 if (not_found)
  /src/external/gpl3/gdb/dist/gdb/
solib.c 840 int not_found = 0; local
853 not_found++;
881 if (not_found == 1)
889 else if (not_found > 1)
894 not_found,
  /src/external/gpl3/gdb.old/dist/gdb/
solib.c 884 int not_found = 0; local
897 not_found++;
925 if (not_found == 1)
931 else if (not_found > 1)
936 not_found,
  /src/external/bsd/libevent/dist/sample/
http-server.c 121 goto not_found; /* no exension */
128 not_found:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_ops.h 129 { return status_known(__s) && __s.type() != file_type::not_found; }
144 return __s.type() != file_type::not_found;
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 137 { return status_known(__s) && __s.type() != file_type::not_found; }
152 return __s.type() != file_type::not_found;
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_ops.h 129 { return status_known(__s) && __s.type() != file_type::not_found; }
144 return __s.type() != file_type::not_found;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 137 { return status_known(__s) && __s.type() != file_type::not_found; }
152 return __s.type() != file_type::not_found;
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /src/external/bsd/jemalloc/dist/src/
prof_data.c 332 bool not_found; local
340 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v);
341 if (!not_found) { /* Note double negative! */
345 if (not_found) {

Completed in 83 milliseconds

1 2