HomeSort by relevance Sort by last modified time
    Searched full:test4 (Results 126 - 150 of 860) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaCXX/
deleted-function.cpp 66 void test4() {} // expected-note {{previous definition is here}} function
67 void test4() = delete; // expected-error {{redefinition of 'test4'}}
linkage.cpp 70 // CHECK: define void @test4(
71 extern "C" void test4(void) {} function in namespace:__anon6919
long-virtual-inheritance-chain.cpp 7 class test4 : virtual test3 { virtual void f(); }; class in inherits:test3
8 class test5 : virtual test4 { virtual void f(); };
warn-thread-safety-verbose.cpp 64 void test4() { // expected-note {{Thread warning in function 'test4'}} function in class:Test
  /external/llvm/test/CodeGen/ARM/
fp_convert.ll 54 define float @test4(i32 %a, i32 %b) {
55 ; VFP2-LABEL: test4:
57 ; NEON-LABEL: test4:
shifter_operand.ll 54 define fastcc void @test4(i16 %addr) nounwind {
56 ; A8-LABEL: test4:
62 ; A9-LABEL: test4:
  /external/llvm/test/CodeGen/PowerPC/
rounding-ops.ll 42 define double @test4(double %x) nounwind {
46 ; CHECK-LABEL: test4:
48 ; CHECK-VSX-LABEL: test4:
  /external/llvm/test/CodeGen/X86/
fp-trunc.ll 59 define <8 x float> @test4(<8 x double> %x) nounwind {
60 ; CHECK-LABEL: test4:
70 ; AVX-LABEL: test4:
v2f32.ll 56 define <2 x float> @test4(<2 x float> %A) nounwind {
57 ; X64-LABEL: test4:
62 ; X32-LABEL: test4:
vselect-2.ll 48 define <4 x float> @test4(<4 x float> %A, <4 x float> %B) {
49 ; SSE2-LABEL: test4:
54 ; SSE41-LABEL: test4:
  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 137 TEST4("ddiv $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
140 TEST4("ddiv $v0, $v1", reg_val2[i], reg_val2[N-i-1], v0, v1);
148 TEST4("ddivu $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
151 TEST4("ddivu $v0, $v1", reg_val2[i], reg_val2[N-i-1], v0, v1);
162 TEST4("div $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
173 TEST4("divu $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
179 TEST4("dmult $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
180 TEST4("dmult $v0, $v1", reg_val2[i], reg_val2[N-i-1], v0, v1);
185 TEST4("dmultu $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
186 TEST4("dmultu $v0, $v1", reg_val2[i], reg_val2[N-i-1], v0, v1)
    [all...]
  /cts/common/host-side/native-scanner/tests/src/com/android/compatibility/common/scanner/
NativeScannerTest.java 45 "Case1.\n Test1\n Test2\nCase2.\n Test3\n Test4\n");
57 assertEquals("test:Test4", it.next());
  /cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/
TestScannerTest.java 49 "Case1.\n Test1\n Test2\nCase2.\n Test3\n Test4\n");
62 assertEquals("test:Test4", it.next());
  /external/clang/test/CodeGen/
builtin-assume-aligned.c 33 // CHECK-LABEL: @test4
34 int test4(int *a, int b) { function
builtin-memfns.c 34 // CHECK: @test4
36 void test4(char *P, char *Q) { function
ms-volatile.c 28 void test4(volatile struct foo *p, volatile struct foo *q) { function
30 // CHECK-LABEL: @test4
  /external/clang/test/CodeGenObjCXX/
ivar-objects.mm 100 namespace test4 { struct S { ~S(); }; }
102 test4::S s;
  /external/clang/test/Driver/
flags.c 10 // RUN: %clang -target i386-apple-darwin9 -### -S -mno-implicit-float %s 2>&1 | FileCheck -check-prefix=TEST4 %s
11 // TEST4: "-no-implicit-float"
  /external/clang/test/Preprocessor/
dependencies-and-pp.c 26 // RUN: FileCheck -check-prefix=TEST4 %s < %t.d
27 // TEST4: foo bar baz:
  /external/clang/test/SemaObjC/
arc-system-header.m 19 void test4(Test4 *p) {
method-conflict-1.m 77 @interface Test4 {}
81 @implementation Test4
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc 85 printf("Test4 passed\n");
86 // CHECK: Test4 passed
  /external/libcxx/test/std/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 56 test4() function
71 test4();
  /external/libcxxabi/test/
catch_ptr_02.pass.cpp 64 void test4 () function
190 test4();
  /external/llvm/test/CodeGen/AArch64/
arm64-fcopysign.ll 36 define float @test4() nounwind {
38 ; CHECK-LABEL: test4:

Completed in 2827 milliseconds

1 2 3 4 56 7 8 91011>>