Home
last modified time | relevance | path

Searched refs:testCast (Results 1 – 7 of 7) 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/tensorflow/tensorflow/python/kernel_tests/
Dcast_op_test.py220 def testCast(self): member in SparseTensorCastTest
/external/tensorflow/tensorflow/python/framework/
Dtensor_util_test.py855 def testCast(self): member in ConstantValueTest
/external/tensorflow/tensorflow/compiler/tests/
Dunary_ops_test.py776 def testCast(self): member in UnaryOpsTest
/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2_test.py1198 def testCast(self): member in TestUpgrade
/external/tensorflow/tensorflow/python/grappler/
Dlayout_optimizer_test.py424 def testCast(self): member in LayoutOptimizerTest