Home
last modified time | relevance | path

Searched defs:true_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.cpp21 test_imp(std::true_type) in test_imp()
H A Dquiet_NaN.pass.cpp21 test_imp(std::true_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.cpp21 test_imp(std::true_type) in test_imp()
H A Dquiet_NaN.pass.cpp21 test_imp(std::true_type) in test_imp()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
H A Dgtest-printers.h304 true_type /* is a pointer */, in DefaultPrintTo() argument
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Doverload-candidates.cpp89 typedef integral_constant<bool, true> true_type; typedef