Home
last modified time | relevance | path

Searched refs:test46 (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/SemaCXX/
Dlong-virtual-inheritance-chain.cpp49 class test46 : virtual test45 { virtual void f(); }; class
50 class test47 : virtual test46 { virtual void f(); };
/external/clang/test/Parser/
Dchar-literal-printing.c59 char32_t test46(void) { return U'\r'; } in test46() function
/external/clang/test/CodeGen/
Dx86_64-arguments.c347 void test46() { v46 x = {1,2}; f46(x,x,x,x,x,x,x,x,x,x); } in test46() function
Dmmx-builtins.c235 __m64 test46(__m64 a, __m64 b) { in test46() function
/external/clang/test/Sema/
Duninit-variables.c331 void test46() in test46() function
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-setcond-int.ll65 %test46 = icmp sle i64 %long1, %long2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/
Dtest-setcond-int.ll65 %test46 = icmp sle i64 %long1, %long2 ; <i1> [#uses=0]
Dtest-interp-vec-setcond-int.ll65 %test46 = icmp sle <2 x i64> %long1, %long2
/external/llvm/test/CodeGen/PowerPC/
Dvsx.ll413 define <2 x i64> @test46(<2 x float> %a) {
417 ; CHECK-LABEL: @test46
/external/clang/test/CodeGenCXX/
Dvisibility.cpp872 namespace test46 { namespace
Dmangle.cpp965 namespace test46 { namespace
/external/clang/test/CodeGenObjCXX/
Darc.mm15 // The analogous ObjC testcase test46 in arr.m.
/external/llvm/test/Transforms/InstCombine/
Dshift.ll639 define i32 @test46(i32 %a) {
643 ; CHECK-LABEL: @test46(
Dcast.ll402 define i64 @test46(i64 %A) {
408 ; CHECK-LABEL: @test46(
Dselect.ll635 define i64 @test46(i32 %a) nounwind {
640 ; CHECK-LABEL: @test46(
Dicmp.ll467 ; CHECK-LABEL: @test46(
469 define i1 @test46(i32 %X, i32 %Y, i32 %Z) {
/external/libcxx/test/strings/basic.string/string.ops/string_compare/
Dsize_size_string_size_size.pass.cpp4896 void test46() in test46() function
5876 test46<S>(); in main()
5936 test46<S>(); in main()
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll2035 ; CHECK-LABEL: define void @test46(
2040 define void @test46(i8* %p, i1 %a) {
/external/clang/test/CodeGenObjC/
Darc.m1011 void test46(__weak id *wp, __weak volatile id *wvp) { function
/external/llvm/test/CodeGen/X86/
Dmmx-builtins.ll654 define i64 @test46(<1 x i64> %a, <1 x i64> %b) nounwind readnone optsize ssp {
Dvselect-minmax.ll1320 define void @test46(i32* nocapture %a, i32* nocapture %b) nounwind {
1342 ; AVX2-LABEL: test46:
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
Dsize_size_string_size_size.pass.cpp4906 void test46() in test46() function
5894 test46<S>(); in main()
5954 test46<S>(); in main()
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp2266 namespace test46 { namespace