Home
last modified time | relevance | path

Searched refs:Base1 (Results 1 – 25 of 1276) sorted by relevance

12345678910>>...52

/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/test/parser/
H A Dinterfaceinheritance.tests52 interface Base1 {};
55 interface Base1;
61 interface Base1 {};
65 interface Base1;
70 interface Base1 {};
79 interface Base1 {};
88 interface Base1 {};
97 interface Base1 {};
106 interface Base1 {};
115 interface Base1 {};
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/test/parser/
H A Dinterfaceinheritance.tests52 interface Base1 {};
55 interface Base1;
61 interface Base1 {};
65 interface Base1;
70 interface Base1 {};
79 interface Base1 {};
88 interface Base1 {};
97 interface Base1 {};
106 interface Base1 {};
115 interface Base1 {};
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/common/detail/
H A DCompositeJoiner.hpp43 template <class Base1, class Base2>
45 CompositeJoiner<Base1, Base2>::CompositeJoiner( in CompositeJoiner()
47 : Base1(std::forward<Base1Arg>(arg1)), in CompositeJoiner()
54 template <class Base1, class Base2>
57 : Base1(std::forward<Base1Arg>(arg1)), Base2() in CompositeJoiner()
63 template <class Base1, class Base2>
94 template <class Base1, class Base2>
98 if (Base1::template isSpecializedFor<T>())
99 return Base1::template createAspect<T, Args...>(
106 template <class Base1, class Base2>
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DNodeManagerJoiner.hpp52 template <class Base1>
53 class NodeManagerJoinerForBodyNode<Base1> : public Base1
62 template <class Base1, class Base2>
63 class NodeManagerJoinerForBodyNode<Base1, Base2> : public Base1, public Base2
103 Base1,
122 template <class Base1>
123 class NodeManagerJoinerForSkeleton<Base1> : public Base1
128 template <class Base1, class Base2>
129 class NodeManagerJoinerForSkeleton<Base1, Base2>
130 : public NodeManagerJoinerForBodyNode<Base1, Base2>
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/
H A DNodeManagerJoiner.hpp43 template <class Base1, class Base2>
47 : Base1(std::forward<Base1Arg>(arg1)), in NodeManagerJoinerForBodyNode()
54 template <class Base1, class Base2>
58 : Base1(std::forward<Base1Arg>(arg1)), Base2() in NodeManagerJoinerForBodyNode()
64 template <class Base1, class Base2>
68 : Base1(), Base2(std::forward<Base2Args>(args2)...) in NodeManagerJoinerForBodyNode()
97 template <class Base1, class Base2>
103 Base1::template isSpecializedForNode<T>() in isSpecializedForNode()
113 Base1, in NodeManagerJoinerForBodyNode()
121 template <class Base1, class Base2>
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
15 struct Derived2 final : Base1, Base2 {
19 struct Derived3 : Base1 {
23 struct Derived4 final : Base1 {
38 static_cast<Base1 *>(&d1)->f1(); //< Devirt Base1::f1 to Derived1::f1. in t1()
46 static_cast<Base1 *>(&d2)->f1(); //< Devirt Base1::f1 to Derived2::f1. in t2()
61 Base1 p; in t4()
66 static_cast<Base1 *>(badp)->f1(); //< No devirt, test 'badp isa Base1'. in t4()
78 Base1 p; in t5()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/test/
H A Dtest_void_cast.cpp16 class Base1 class
26 class Derived : public Base1, public Base2
51 Base1* pb1 = static_cast<Base1*>(pd); in test_main()
61 eti<Base1>(), in test_main()
66 eti<Base1>(), in test_main()
92 eti<Base1>(), in test_main()
97 eti<Base1>(), in test_main()
119 eti<Base1>(), in test_main()
124 eti<Base1>(), in test_main()
141 eti<Base1>(), in test_main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/serialization/test/
H A Dtest_void_cast.cpp16 class Base1 class
26 class Derived : public Base1, public Base2
51 Base1* pb1 = static_cast<Base1*>(pd); in test_main()
61 eti<Base1>(), in test_main()
66 eti<Base1>(), in test_main()
92 eti<Base1>(), in test_main()
97 eti<Base1>(), in test_main()
119 eti<Base1>(), in test_main()
124 eti<Base1>(), in test_main()
141 eti<Base1>(), in test_main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/serialization/test/
H A Dtest_void_cast.cpp16 class Base1 class
26 class Derived : public Base1, public Base2
51 Base1* pb1 = static_cast<Base1*>(pd); in test_main()
61 eti<Base1>(), in test_main()
66 eti<Base1>(), in test_main()
92 eti<Base1>(), in test_main()
97 eti<Base1>(), in test_main()
119 eti<Base1>(), in test_main()
124 eti<Base1>(), in test_main()
141 eti<Base1>(), in test_main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_void_cast.cpp16 class Base1 class
26 class Derived : public Base1, public Base2
51 Base1* pb1 = static_cast<Base1*>(pd); in test_main()
61 eti<Base1>(), in test_main()
66 eti<Base1>(), in test_main()
92 eti<Base1>(), in test_main()
97 eti<Base1>(), in test_main()
119 eti<Base1>(), in test_main()
124 eti<Base1>(), in test_main()
141 eti<Base1>(), in test_main()
[all …]

12345678910>>...52