Home
last modified time | relevance | path

Searched refs:test_typedef (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/utilities/template.bitset/
H A Dincludes.pass.cpp15 template <class> void test_typedef() {} in test_typedef() function
23 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()
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dtypes.pass.cpp29 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()
/llvm-project/clang/test/SemaTemplate/
H A Ddefault-arguments-ast-print.cpp14 int test_typedef() { in test_typedef() function
/llvm-project/libcxx/test/std/containers/container.node/
H A Dnode_handle.pass.cpp119 template <class> void test_typedef() {} in test_node_handle_operations_multi()
124 test_typedef<typename Container::insert_return_type>();
122 template <class> void test_typedef() {} test_typedef() function
/llvm-project/lldb/test/API/lang/cpp/subst_template_type_param/
H A DTestSubstTemplateTypeParam.py13 def test_typedef(self): member in TestCase
/llvm-project/lldb/test/API/lang/c/typedef/
H A DTesttypedef.py12 def test_typedef(self): member in TypedefTestCase
/llvm-project/lldb/test/API/lang/cpp/typedef/
H A DTestCppTypedef.py12 def test_typedef(self): member in TestCppTypedef
/llvm-project/clang/test/CodeGenOpenCL/
H A Daddress-spaces.cl95 // SPIR: define {{(dso_local )?}}void @{{.*}}test_typedef{{.*}}(ptr addrspace(1) noundef %x, ptr ad…
96 void test_typedef(global int_td *x, constant int_td *y, intp_td z) {