Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
H A Dmain.cpp62 wrapint test_cast('A' + in main() local
67 test_cast.x = 'Q' + in main()
H A DTestDataFormatterPythonSynth.py299 test_cast = self.dbg.GetSelectedTarget().GetProcess(
302 str_cast = str(test_cast)
317 str_cast = str(test_cast)
/llvm-project-15.0.7/compiler-rt/test/cfi/cross-dso/icall/
H A Ddlopen.cpp95 const bool test_cast = argc > 1 && strcmp(argv[1], "cast") == 0; in main() local
112 if (test_cast) { in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_pointer.pass.cpp85 void test_cast() { in test_cast() function
176 test_cast<small>(); in main()
177 test_cast<large>(); in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmethod-call-path-notes.cpp40 void test_cast(const TestInstanceCall *p) { in test_cast() function
H A Dcast-value-logic.cpp61 namespace test_cast { namespace
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/synthcapping/
H A Dmain.cpp56 wrapint test_cast('A' + in main() local
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Daddress-space-cast.cpp19 void test_cast(char *gen_char_ptr, void *gen_void_ptr, int *gen_int_ptr) { in test_cast() function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-codegen.c145 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast() function
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Daddh-shifted.ll4 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone {
H A Daddh.ll5 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone {
H A Dmaxh.ll6 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone {
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dconstexpr-to-instr.ll6 define i64 @test_cast() {
7 ; CHECK-LABEL: define i64 @test_cast() {
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-emmintrin.c136 test_cast() { in test_cast() function