Home
last modified time | relevance | path

Searched refs:testCast (Results 1 – 25 of 115) sorted by relevance

12345

/dports/lang/nim/nim-1.6.2/tests/misc/
H A Dtints.nim59 template testCast(fromValue: typed, toType: typed, expectedResult: typed) =
66 testCast(-1'i16, uint16, 0xffff'u16)
67 testCast(0xffff'u16, int16, -1'i16)
69 testCast(0xff'u16, uint8, 0xff'u8)
70 testCast(0xffff'u16, uint8, 0xff'u8)
72 testCast(-1'i16, uint32, 0xffffffff'u32)
73 testCast(0xffffffff'u32, int32, -1)
75 testCast(0xfffffffe'u32, int32, -2'i32)
76 testCast(0xffffff'u32, int16, -1'i32)
78 testCast(-5'i32, uint8, 251'u8)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dderived-to-base.cpp102 bool testCast(A *a) { in testCast() function
108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
123 bool testCast(B *a) { in testCast() function
129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()
137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_compositor.cpp28 void testCast();
121 void TestCompositor::testCast() in testCast() function in TestCompositor
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dcompositor.cpp44 void testCast();
144 void TestCompositor::testCast() in testCast() function in TestCompositor
H A Dsubcompositor.cpp41 void testCast();
153 void TestSubCompositor::testCast() in testCast() function in TestSubCompositor
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_compositor.cpp30 void testCast();
129 void TestCompositor::testCast() in testCast() function in TestCompositor
H A Dtest_wayland_subcompositor.cpp28 void testCast();
140 void TestSubCompositor::testCast() in testCast() function in TestSubCompositor
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dlifecycle.cxx33 void testCast();
44 CPPUNIT_TEST(testCast);
57 void LifecycleTest::testCast() in testCast() function in LifecycleTest
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dlifecycle.cxx32 void testCast();
44 CPPUNIT_TEST(testCast);
58 void LifecycleTest::testCast() in testCast() function in LifecycleTest
/dports/astro/marble/marble-21.12.3/tests/
H A DTestGeoData.cpp30 void testCast();
131 void TestGeoData::testCast() in testCast() function in Marble::TestGeoData

12345