Searched refs:test_typedef (Results 1 – 8 of 8) sorted by relevance
15 template <class> void test_typedef() {} in test_typedef() function23 test_typedef<std::ios>(); in main()24 test_typedef<std::istream>(); in main()25 test_typedef<std::ostream>(); in main()26 test_typedef<std::iostream>(); in main()
29 auto test_typedef(int) -> typename LG::mutex_type;32 auto test_typedef(...) -> NAT;36 return !std::is_same<decltype(test_typedef<LG>(0)), NAT>::value; in has_mutex_type()
14 int test_typedef() { in test_typedef() function
13 def test_typedef(self): member in TestCase
122 template <class> void test_typedef() {} in test_typedef() function127 test_typedef<typename Container::insert_return_type>(); in test_insert_return_type()
14 def test_typedef(self): member in TypedefTestCase
13 def test_typedef(self): member in TestCppTypedef
95 // SPIR: define {{(dso_local )?}}void @{{.*}}test_typedef{{.*}}(i32 addrspace(1)* noundef %x, i32 a…96 void test_typedef(global int_td *x, constant int_td *y, intp_td z) {