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

  /src/games/hack/
hack.main.c 527 impossible(const char *s, ...) function
  /src/external/gpl2/gettext/dist/gettext-tools/src/
message.h 81 impossible enumerator in enum:is_format
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 148 bool impossible = true; local
154 impossible = false;
157 force_edge_cold (e, impossible);
tree-vect-slp.cc 3280 Return FALSE if it's impossible to SLP any stmt in the loop. */
3564 Return FALSE if it's impossible to SLP any stmt in the loop. */
3768 It can also say that the insertion is impossible. */
3775 static slpg_layout_cost impossible () { return { sreal::max (), 0 }; } function in struct:slpg_layout_cost
3934 impossible. */
3939 void mark_impossible () { internal_cost = slpg_layout_cost::impossible (); }
4997 slpg_layout_cost::impossible () if the change isn't possible. */
5011 return slpg_layout_cost::impossible ();
5032 slpg_layout_cost::impossible () if the change isn't possible.
5049 slpg_layout_cost cost = slpg_layout_cost::impossible ();
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 148 bool impossible = true; local
154 impossible = false;
157 force_edge_cold (e, impossible);
  /src/external/gpl2/gmake/dist/
dir.c 386 short impossible; /* This file is impossible. */
631 return !df->impossible;
712 df->impossible = 0;
805 /* Mark FILENAME as `impossible' for `file_impossible_p'.
886 new->impossible = 1;
891 /* Return nonzero if FILENAME has been marked impossible. */
966 return dirfile->impossible;
988 register unsigned int impossible;
994 files = impossible = 0
384 short impossible; \/* This file is impossible. *\/ member in struct:dirfile
979 register unsigned int impossible; local
    [all...]

Completed in 38 milliseconds