Home
last modified time | relevance | path

Searched refs:tmpl_func (Results 1 – 25 of 59) sorted by relevance

123

/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/rpc/
H A Dcommand.h115 template <command_base_call_type tmpl_func> struct command_base_is_type {};
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dtype-traits.cpp701 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
712 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp701 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
712 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp702 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
713 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp701 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
712 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp701 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
712 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dtype-traits.cpp701 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
712 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp700 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
711 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp701 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
712 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dtype-traits.cpp702 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
713 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp702 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
713 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dtype-traits.cpp702 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
713 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp702 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
713 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp701 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
712 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtype-traits.cpp702 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
713 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp699 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
710 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dtype-traits.cpp699 template <typename T> void tmpl_func(T&) {} in tmpl_func() function
710 int t02[T(__is_function(typeof(tmpl_func<int>)))]; in is_function()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dpt.c2720 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
2721 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
2725 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
2731 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
2732 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
2735 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dpt.c2714 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
2715 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
2719 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
2725 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
2726 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
2729 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dpt.c3079 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
3080 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
3083 if (DECL_DECLARED_CONCEPT_P (tmpl_func)) in check_explicit_specialization()
3092 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
3098 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
3099 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
3102 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dpt.c3079 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
3080 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
3083 if (DECL_DECLARED_CONCEPT_P (tmpl_func)) in check_explicit_specialization()
3092 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
3098 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
3099 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
3102 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dpt.c2749 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
2750 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
2754 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
2760 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
2761 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
2764 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dpt.c3211 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
3212 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
3215 if (DECL_DECLARED_CONCEPT_P (tmpl_func)) in check_explicit_specialization()
3224 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
3230 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
3231 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
3234 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dpt.c3181 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
3182 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
3185 if (DECL_DECLARED_CONCEPT_P (tmpl_func)) in check_explicit_specialization()
3194 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
3200 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
3201 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
3204 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dpt.c3211 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
3212 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()
3215 if (DECL_DECLARED_CONCEPT_P (tmpl_func)) in check_explicit_specialization()
3224 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()
3230 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()
3231 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
3234 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()

123