Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dsignaling_NaN.pass.cpp31 test_imp(std::false_type) in test_imp()
H A Dquiet_NaN.pass.cpp31 test_imp(std::false_type) in test_imp()
/minix3/external/bsd/libc++/dist/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dsignaling_NaN.pass.cpp31 test_imp(std::false_type) in test_imp()
H A Dquiet_NaN.pass.cpp31 test_imp(std::false_type) in test_imp()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
H A Dgtest-printers.h270 false_type /* is not a pointer */, in DefaultPrintTo() argument
336 false_type /* is not a pointer */, in DefaultPrintTo() argument
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Doverload-candidates.cpp88 typedef integral_constant<bool, false> false_type; typedef