Home
last modified time | relevance | path

Searched refs:test_cast (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
Dany_cast_pointer.pass.cpp85 void test_cast() { in test_cast() function
144 test_cast<small>(); in main()
145 test_cast<large>(); in main()
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_pointer.pass.cpp85 void test_cast() { in test_cast() function
167 test_cast<small>(); in main()
168 test_cast<large>(); in main()
/external/compiler-rt/test/cfi/cross-dso/
Ddlopen.cpp93 const bool test_cast = argc > 1 && strcmp(argv[1], "cast") == 0; in main() local
110 if (test_cast) { in main()
/external/swiftshader/third_party/subzero/crosstest/
Dcrosstest.cfg29 [test_cast]
31 test: test_cast.cpp test_cast_to_u1.ll test_cast_vectors.ll
/external/clang/test/Analysis/
Dmethod-call-path-notes.cpp40 void test_cast(const TestInstanceCall *p) { in test_cast() function
/external/llvm/test/CodeGen/Hexagon/
Daddh.ll4 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone {
Daddh-shifted.ll4 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone {
Dmaxh.ll6 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone {
/external/python/cpython2/Lib/ctypes/test/
Dtest_memfunctions.py40 def test_cast(self): member in MemFunctionsTest