Home
last modified time | relevance | path

Searched refs:func_template (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Dexceptions-seh.cpp44 T func_template() { in func_template() function
48 func_template<void *, __exception_info>(); in inject_builtins()
49 func_template<unsigned long, __exception_code>(); in inject_builtins()
/external/llvm-project/clang/test/SemaCXX/
Dexceptions-seh.cpp43 T func_template() { in func_template() function
47 func_template<void *, __exception_info>(); // expected-note {{instantiation of}} in inject_builtins()
48 func_template<unsigned long, __exception_code>(); // expected-note {{instantiation of}} in inject_builtins()
/external/clang/test/CodeGenCXX/
Dmangle-lambdas.cpp154 void func_template(T = []{ return T(); }()); in __anon175746f11402()
159 func_template<int>(); in use_func_template()
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-lambdas.cpp172 void func_template(T = []{ return T(); }()); in __anon22af1e3f1602()
177 func_template<int>(); in use_func_template()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp573 clang::FunctionTemplateDecl *func_template = in TEST_F() local
577 EXPECT_EQ(TU, func_template->getDeclContext()); in TEST_F()
578 EXPECT_EQ("foo", func_template->getName()); in TEST_F()
579 EXPECT_EQ(clang::AccessSpecifier::AS_none, func_template->getAccess()); in TEST_F()
605 clang::FunctionTemplateDecl *func_template = in TEST_F() local
609 EXPECT_EQ(record, func_template->getDeclContext()); in TEST_F()
610 EXPECT_EQ("foo", func_template->getName()); in TEST_F()
611 EXPECT_EQ(clang::AccessSpecifier::AS_public, func_template->getAccess()); in TEST_F()