HomeSort by relevance Sort by last modified time
    Searched full:sfinae (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/
assert.hpp 11 // checking classes. If the compiler supports SFINAE, we can detect
24 // Note: gcc-2.96 through 3.3.x have some SFINAE, but no ability to
  /external/clang/include/clang/Basic/
Diagnostic.td 33 // Responses to a diagnostic in a SFINAE context.
69 SFINAEResponse SFINAE = SFINAE_Suppress;
79 SFINAEResponse SFINAE = SFINAE_SubstitutionFailure;
82 SFINAEResponse SFINAE = SFINAE_Report;
85 SFINAEResponse SFINAE = SFINAE_AccessControl;
  /external/clang/test/SemaTemplate/
instantiation-order.cpp 13 f<int>(0); // ok, SFINAE in return type
instantiate-member-template.cpp 141 struct sfinae { }; struct in class:PR6239::X0::type
144 typename sfinae<&U::operator=>::type test(int);
152 struct sfinae { }; struct in struct:PR6239::X1
155 typename sfinae<&U::operator=>::type test(int);
instantiate-scope.cpp 26 // Error, substitution fails; this should not be treated as a SFINAE-able
  /external/clang/include/clang/AST/
CommentDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
ASTDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Lex/
LexDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
TemplateDeduction.h 44 /// SFINAE while performing template argument deduction.
68 /// \brief Take ownership of the SFINAE diagnostic.
83 /// \brief Is a SFINAE diagnostic available?
88 /// \brief Set the diagnostic which caused the SFINAE failure.
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx0x-no-extra-copy.cpp 52 // Check that unavailable copy constructors do not cause SFINAE failures.
p5-cxx03-extra-copy.cpp 63 // Check that unavailable copy constructors still cause SFINAE failures.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 5 # error No support for access control as part of SFINAE?
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
convert_overflow.pass.cpp 17 // overflow should SFINAE instead of error out, LWG 2094
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_overflow.pass.cpp 17 // overflow should SFINAE instead of error out, LWG 2094
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 47 // it works way more reliably than the SFINAE-based implementation
68 // MSVC is capable of some kinds of SFINAE. If U is an incomplete
155 // SFINAE-based implementations below are derived from a USENET newsgroup's
163 // agurt, 15/jun/05: replace overload-based SFINAE implementation with SFINAE
233 # else // other SFINAE-capable compilers
326 // functions to get SFINAE to work for member templates with the
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_destructible.pass.cpp 95 // requires access control sfinae
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
enable_if.hpp 20 // so it's macroed out for all compilers that do not support SFINAE
  /external/libchrome/base/
bind_helpers.h 162 // Use the Substitution Failure Is Not An Error (SFINAE) trick to inspect T
168 // http://stackoverflow.com/questions/4358584/sfinae-approach-comparison
169 // http://stackoverflow.com/questions/1966362/sfinae-to-check-for-inherited-member-functions
173 // For SFINAE to work with inherited methods, we need to pull some extra tricks
221 // This method of SFINAE will correctly probe for inherited names, but it cannot
577 // Do not use enable_if and SFINAE here to avoid MSVC2013 compile failure.
600 // Do not use enable_if and SFINAE here to avoid MSVC2013 compile failure.
  /external/libweave/third_party/chromium/base/
bind_helpers.h 162 // Use the Substitution Failure Is Not An Error (SFINAE) trick to inspect T
168 // http://stackoverflow.com/questions/4358584/sfinae-approach-comparison
169 // http://stackoverflow.com/questions/1966362/sfinae-to-check-for-inherited-member-functions
173 // For SFINAE to work with inherited methods, we need to pull some extra tricks
221 // This method of SFINAE will correctly probe for inherited names, but it cannot
516 // Do not use enable_if and SFINAE here to avoid MSVC2013 compile failure.
539 // Do not use enable_if and SFINAE here to avoid MSVC2013 compile failure.

Completed in 947 milliseconds

1 2 3 4 5