Home
last modified time | relevance | path

Searched refs:TEST_T (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/type_traits/test/
Dhas_prefix_operators.hpp19 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… macro
82 TEST_T(void, false); in common()
86 TEST_T(without, false); in common()
87 TEST_T(internal, true); in common()
88 TEST_T(external, true); in common()
89 TEST_T(internal_comma1, true); in common()
90 TEST_T(external_comma1, true); in common()
91 TEST_T(internal_comma2, true); in common()
92 TEST_T(external_comma2, true); in common()
93 TEST_T(returns_int, true); in common()
[all …]
Dhas_postfix_operators.hpp14 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… macro
77 TEST_T(void, false); in common()
81 TEST_T(without, false); in common()
82 TEST_T(internal, true); in common()
83 TEST_T(external, true); in common()
84 TEST_T(internal_comma1, true); in common()
85 TEST_T(external_comma1, true); in common()
86 TEST_T(internal_comma2, true); in common()
87 TEST_T(external_comma2, true); in common()
88 TEST_T(returns_int, true); in common()
[all …]
Dhas_binary_operators.hpp20 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… macro
104 TEST_T(void, false); in common()
109 TEST_T(without, false); in common()
110 TEST_T(internal, true); in common()
111 TEST_T(external, true); in common()
112 TEST_T(internal_comma1, true); in common()
113 TEST_T(external_comma1, true); in common()
114 TEST_T(internal_comma2, true); in common()
115 TEST_T(external_comma2, true); in common()
116 TEST_T(returns_int, true); in common()
[all …]
/third_party/curl/tests/
DMakefile.am69 TEST_T = -a -t macro
96 $(TEST) $(TEST_T) $(TFLAGS)