Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/template.bitset/
Dincludes.pass.cpp15 template <class> void test_typedef() {} in test_typedef() function
23 test_typedef<std::ios>(); in main()
24 test_typedef<std::wios>(); in main()
25 test_typedef<std::istream>(); in main()
26 test_typedef<std::ostream>(); in main()
27 test_typedef<std::iostream>(); in main()
/external/libcxx/test/std/utilities/template.bitset/
Dincludes.pass.cpp14 template <class> void test_typedef() {} in test_typedef() function
22 test_typedef<std::ios>(); in main()
23 test_typedef<std::wios>(); in main()
24 test_typedef<std::istream>(); in main()
25 test_typedef<std::ostream>(); in main()
26 test_typedef<std::iostream>(); in main()
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
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()
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dtypes.pass.cpp30 auto test_typedef(int) -> typename LG::mutex_type;
33 auto test_typedef(...) -> NAT;
37 return !std::is_same<decltype(test_typedef<LG>(0)), NAT>::value; in has_mutex_type()
/external/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp124 template <class> void test_typedef() {} in test_typedef() function
129 test_typedef<typename Container::insert_return_type>(); in test_insert_return_type()
/external/llvm-project/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp124 template <class> void test_typedef() {} in test_typedef() function
129 test_typedef<typename Container::insert_return_type>(); in test_insert_return_type()
/external/llvm-project/lldb/test/API/lang/cpp/subst_template_type_param/
DTestSubstTemplateTypeParam.py15 def test_typedef(self): member in TestCase
/external/llvm-project/lldb/test/API/lang/c/typedef/
DTesttypedef.py16 def test_typedef(self): member in TypedefTestCase
/external/llvm-project/lldb/test/API/lang/cpp/typedef/
DTestCppTypedef.py16 def test_typedef(self): member in TestCppTypedef
/external/llvm-project/clang/test/CodeGenOpenCL/
Daddress-spaces.cl90 // SPIR: define {{(dso_local )?}}void @test_typedef(i32 addrspace(1)* %x, i32 addrspace(2)* %y, i32…
91 void test_typedef(global int_td *x, constant int_td *y, intp_td z) {
/external/python/cffi/testing/cffi0/
Dtest_parsing.py119 def test_typedef(): function
/external/python/pycparser/tests/
Dtest_c_parser.py656 def test_typedef(self): member in TestCParser_fundamentals