Searched refs:test3 (Results 26 - 50 of 375) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2002-04-10-StructParameters.c15 void test3(foo *X) { function
23 test3(&Y);
H A Dvisibility.c61 // CHECK-DEFAULT-LABEL: define hidden void @test3()
62 // CHECK-PROTECTED-LABEL: define hidden void @test3()
63 // CHECK-HIDDEN-LABEL: define hidden void @test3()
64 extern void test3(void);
65 __private_extern__ void test3(void) {} function
H A Dppc64-align-struct.c7 struct test3 { int x; int y; } __attribute__((aligned (32))); struct
23 // CHECK: define void @test3(i32 signext %x, [2 x i128] %y.coerce)
24 void test3 (int x, struct test3 y) function
85 // CHECK: define void @test3va(%struct.test3* noalias sret %agg.result, i32 signext %x, ...)
93 // CHECK: bitcast i8* %[[ALIGN]] to %struct.test3*
94 struct test3 test3va (int x, ...)
96 struct test3 y;
99 y = va_arg (ap, struct test3);
H A Daddress-space.c21 // CHECK-LABEL: define void @test3()
26 void test3() { function
H A Dasm-inout.c22 // CHECK: @test3
23 void test3(int *vout, int vin) function
H A Dattr-minsize.cpp26 int test3() { function
28 // Oz: @{{.*}}test3{{.*}}[[MINSIZE]]
30 // OTHER: @{{.*}}test3
H A Dincomplete-function-type.c9 void test3f(struct tests3), (*test3)(struct tests3) = test3f;
H A Dstatements.c6 void test3() { return 4; } function
H A Dtrapv.c54 // CHECK-LABEL: define void @test3(
55 void test3(int a, int b, float c, float d) { function
H A Dtypes.c33 void test3(struct List a) { function
/external/v8/test/webkit/fast/js/kde/
H A Darguments-scope.js53 function test3() { function
55 shouldBeOfType("test3", arguments, 'function');
72 test3();
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp118 UnicodeString test3; local
119 test3.append((UChar32)0x20402);
120 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
121 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
123 if(test3.length() != 2){
124 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length());
126 test3.append((UChar32)0x0074);
127 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
128 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
130 if(test3
466 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
654 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
[all...]
/external/clang/test/Index/
H A Dcomplete-macro-args.c23 void test3(struct Point *p) {
32 void test3(struct Point *p) {
36 void test3(struct Point *p) {
/external/compiler-rt/test/asan/TestCases/
H A Datoi_strict.c9 // RUN: %run %t test3 2>&1
10 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test3 2>&1
11 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test3 2>&1 | FileCheck %s --check-prefix=CHECK3
32 void test3(char *array) { function
50 if (!strcmp(argv[1], "test3")) test3(array);
H A Datol_strict.c9 // RUN: %run %t test3 2>&1
10 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test3 2>&1
11 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test3 2>&1 | FileCheck %s --check-prefix=CHECK3
32 void test3(char *array) { function
50 if (!strcmp(argv[1], "test3")) test3(array);
H A Datoll_strict.c9 // RUN: %run %t test3 2>&1
10 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test3 2>&1
11 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test3 2>&1 | FileCheck %s --check-prefix=CHECK3
32 void test3(char *array) { function
50 if (!strcmp(argv[1], "test3")) test3(array);
/external/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js38 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
50 o.test3();
/external/v8/test/mjsunit/regress/
H A Dregress-3185905.js44 function test3(x) {
50 test3(0)
H A Dregress-crbug-350890.js29 function test3() { function
42 test3();
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp25 namespace test3 = ns1;
/external/clang/test/CodeGenCXX/
H A D2005-02-11-AnonymousUnion.cpp29 int test3(short s) { function
H A Ddebug-info-enum.cpp34 namespace test3 { namespace
39 // CHECK: [[TEST3]] = !MDNamespace(name: "test3"
H A Ddelete-two-arg.cpp57 namespace test3 { namespace
H A Denable_if.cpp12 void test3(int i, int j) __attribute__((enable_if(i == 1, ""), enable_if(j == 2, ""))) {} function
H A Dexceptions-no-rtti.cpp48 void test3(D *ptr) { function in namespace:test1

Completed in 1766 milliseconds

1234567891011>>