Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
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()
Dedges-new.mm399 void testCast(int coin) { function
10804 // CHECK-NEXT: <key>issue_context</key><string>testCast</string>
/external/llvm-project/clang/test/Analysis/
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()
Dedges-new.mm399 void testCast(int coin) { function
/external/llvm-project/clang/test/SemaObjCXX/
Dobjc-weak.mm20 void testCast(AnObject *o) { function
/external/javassist/src/test/javassist/compiler/
DCompTest.java39 public void testCast() throws Exception { in testCast() method in CompTest
/external/tensorflow/tensorflow/python/kernel_tests/
Dcast_op_test.py190 def testCast(self): member in SparseTensorCastTest
/external/tensorflow/tensorflow/python/framework/
Dtensor_util_test.py900 def testCast(self): member in ConstantValueTest
1089 def testCast(self): member in ConstantValueAsShapeTest
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_vectorization_test.py274 def testCast(self, num_parallel_calls): member in MapVectorizationTest
/external/javassist/src/test/javassist/
DJvstTest.java826 public void testCast() throws Exception { in testCast() method in JvstTest
/external/tensorflow/tensorflow/compiler/tests/
Dunary_ops_test.py890 def testCast(self): member in UnaryOpsTest
/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2_test.py1537 def testCast(self): member in TestUpgrade
/external/tensorflow/tensorflow/python/grappler/
Dlayout_optimizer_test.py445 def testCast(self): member in LayoutOptimizerTest