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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 8060 /* As above, but respect SFINAE. */
8065 bool sfinae = !(complain & tf_error); local
8066 tree r = cxx_eval_outermost_constant_expr (t, sfinae, true, true, false, decl);
8067 if (sfinae && !TREE_CONSTANT (r))
decl.cc 9838 bool sfinae = !(complain & tf_error);
9839 /* In SFINAE context we can't be lenient about zero-size arrays. */
9840 if (sfinae)
9843 if (sfinae)
9847 if (sfinae)
9825 bool sfinae = !(complain & tf_error); local
  /src/external/gpl3/binutils.old/dist/
configure 6221 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6656 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7100 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7580 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8015 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8459 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/gcc/dist/
configure 6196 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6511 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6835 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7195 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7510 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7834 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/gcc.old/dist/
configure 6117 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6432 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6756 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7116 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7431 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7755 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/gdb/dist/
configure 6221 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6656 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7100 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7580 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8015 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8459 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/gdb.old/dist/
configure 6159 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6474 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6798 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7158 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7473 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7797 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/binutils/dist/
configure 6363 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6798 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7242 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7722 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8157 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8601 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 9226 bool sfinae = !(complain & tf_error);
9227 tree r = cxx_eval_outermost_constant_expr (t, sfinae, true, mce_true, false, decl);
9228 if (sfinae && !TREE_CONSTANT (r))
decl.cc 10291 bool sfinae = !(complain & tf_error);
10292 /* In SFINAE context we can't be lenient about zero-size arrays. */
10293 if (sfinae)
10296 if (sfinae)
10300 if (sfinae)
10278 bool sfinae = !(complain & tf_error); local
  /src/external/gpl3/gdb/dist/gdbserver/
configure 5316 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6133 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6965 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/gdb.old/dist/gdbserver/
configure 5316 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6133 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6965 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/mit/isl/dist/
configure 8825 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
9170 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
9526 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
10341 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
11165 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/bsd/jemalloc/dist/
configure 5609 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6468 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/bsd/jemalloc.old/dist/
configure 5243 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5677 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/gpl3/gdb/dist/gdb/
configure 16792 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
17609 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
18441 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
configure 16791 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
17608 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
18440 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
    [all...]
  /src/external/mit/isl/dist/interface/
configure 8059 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8404 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 2715 // Don't recover if the caller isn't expecting us to or if we're in a SFINAE
4048 // Invalid types must be hard errors for SFINAE in C++.
4133 // used to build SFINAE gadgets.
11782 // In a SFINAE context, we treat this as a hard error to maintain
13496 bool sfinae = (bool)isSFINAEContext(); local
13500 if (sfinae)
  /src/external/mit/expat/dist/
configure 20467 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae

Completed in 257 milliseconds