Searched refs:func_template (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/SemaCXX/ |
D | exceptions-seh.cpp | 44 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/ |
D | exceptions-seh.cpp | 43 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/ |
D | mangle-lambdas.cpp | 154 void func_template(T = []{ return T(); }()); in __anon175746f11402() 159 func_template<int>(); in use_func_template()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-lambdas.cpp | 172 void func_template(T = []{ return T(); }()); in __anon22af1e3f1602() 177 func_template<int>(); in use_func_template()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 573 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()
|