/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/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);
|
/external/clang/include/clang/AST/ |
CommentDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
ASTDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
/external/clang/include/clang/Analysis/ |
AnalysisDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
/external/clang/include/clang/Driver/ |
DriverDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
/external/clang/include/clang/Frontend/ |
FrontendDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
/external/clang/include/clang/Lex/ |
LexDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
/external/clang/include/clang/Parse/ |
ParseDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
/external/clang/include/clang/Sema/ |
SemaDiagnostic.h | 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
|
TemplateDeduction.h | 43 /// SFINAE while performing template argument deduction. 66 /// \brief Take ownership of the SFINAE diagnostic. 81 /// \brief Is a SFINAE diagnostic available? 86 /// \brief Set the diagnostic which caused the SFINAE failure.
|
/external/clang/include/clang/Serialization/ |
SerializationDiagnostic.h | 19 SFINAE,ACCESS,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/chromium/base/ |
bind_helpers.h | 60 // Use the Substitution Failure Is Not An Error (SFINAE) trick to inspect T 66 // http://stackoverflow.com/questions/4358584/sfinae-approach-comparison 67 // http://stackoverflow.com/questions/1966362/sfinae-to-check-for-inherited-member-functions 71 // For SFINAE to work with inherited methods, we need to pull some extra tricks 119 // This method of SFINAE will correctly probe for inherited names, but it cannot
|
/external/clang/include/clang/Basic/ |
Diagnostic.td | 58 bit SFINAE = 1; 85 class NoSFINAE { bit SFINAE = 0; }
|
DiagnosticIDs.h | 52 SFINAE,ACCESS,CATEGORY,NOWERROR,SHOWINSYSHEADER) ENUM, 222 /// When an error is suppressed due to SFINAE, the template argument 225 /// are not SFINAE errors.
|
/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 48 // (It affects SFINAE)
|
/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/chromium_org/base/memory/ |
scoped_ptr_unittest.nc | 105 // including the use of SFINAE to discard the type-converting constructor
|
/external/clang/tools/diagtool/ |
DiagnosticNames.cpp | 32 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER, \
|
/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/chromium_org/base/ |
bind_helpers.h | 154 // Use the Substitution Failure Is Not An Error (SFINAE) trick to inspect T 160 // http://stackoverflow.com/questions/4358584/sfinae-approach-comparison 161 // http://stackoverflow.com/questions/1966362/sfinae-to-check-for-inherited-member-functions 165 // For SFINAE to work with inherited methods, we need to pull some extra tricks 213 // This method of SFINAE will correctly probe for inherited names, but it cannot
|