Searched defs:test_type (Results 1 – 3 of 3) sorted by relevance
18 set(test_type HERMETIC_TEST_ONLY) global() variable 20 set(test_type UNIT_TEST_ONLY) global() variable 26 set(test_type UNIT_TEST_ONLY) global() variable
37 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} in test_type() function 38 template<> void test_type(int (*)()) {} in test_type() function
38 void test_type() { test_type() function [all...]