Home
last modified time | relevance | path

Searched defs:deduced_return_type (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp29 auto deduced_return_type() { return 0; } in deduced_return_type() function
49 template<typename T> auto deduced_return_type() { return 0; } in deduced_return_type() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp89 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anon1224206d0d02() variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp89 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anon5602d02b0d02() variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp89 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anon99e17fe90d02() variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp128 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anon3efc73761002() variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp128 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anon8f4ebdc61002() variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp128 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anon359299c31002() variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp128 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anonaf5f626f1002() variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp128 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anond1cd4bb51002() variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp128 auto deduced_return_type = [](auto x) { return x.get(); }; //expected-error{{not a structure or uni… in __anonec36118b1002() variable

12