Searched refs:f4 (Results 1 - 25 of 227) sorted by relevance

12345678910

/external/clang/test/PCH/
H A Dchain-ext_vector.c9 int test(float4 f4) { argument
10 return f4.xy; // expected-error{{float2}}
H A Dext_vector.c8 int test(float4 f4) { argument
9 return f4.xy; // expected-error{{float2}}
/external/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
/external/clang/test/ASTMerge/Inputs/
H A Dfunction1.c5 void f4(int, int);
H A Dfunction2.c6 static void f4(float, float);
/external/clang/test/CodeGenCXX/
H A Dreinterpret-cast.cpp16 void f4(int*&);
18 f4(reinterpret_cast<int*&>(u));
/external/clang/test/CodeGen/
H A Dppc64-extend.c13 unsigned int f4(void) { return 0; } function
14 // CHECK: define zeroext i32 @f4() [[NUW]]
H A Dinline2.c42 // CHECK-GNU89: define available_externally i32 @f4()
43 // CHECK-C99: define i32 @f4()
44 int f4(void);
45 extern inline int f4(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dmicrosoft-call-conv-x64.c5 void __fastcall f4(void) { function
6 // CHECK: define void @f4()
19 void (__fastcall *pf4)(void) = f4;
23 f4(); f5();
24 // CHECK: call void @f4()
H A Dmicrosoft-call-conv.c6 void __fastcall f4(void) { function
7 // CHECK: define x86_fastcallcc void @f4()
26 void (__fastcall *pf4)(void) = f4;
31 f4(); f5(); f6();
32 // CHECK: call x86_fastcallcc void @f4()
H A Dstruct-passing.c14 void __attribute__((const)) f4(T1 a);
17 void *ps[] = { f0, f1, f2, f3, f4, f5 };
23 // CHECK: declare void @f4({{.*}} byval align 4)
H A Dfunctions.c39 void f4() {} function
40 void f5() { f4(42); } //expected-warning {{too many arguments}}
H A Dc-strings.c10 // CHECK: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0) }
45 // CHECK: define void @f4()
46 void f4() { function
51 // CHECK: call void @gaz({{.*}} @f4.x
/external/clang/test/Sema/
H A Dpragma-pack-5.c27 char f4; member in struct:s2
35 char f4; member in struct:s3
38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
H A Dsentinel-attribute.c8 void f4(int a, ...) __attribute__ ((sentinel(1, 2, 3))); //expected-error{{attribute takes no more than 2 arguments}}
9 void f4(int a, ...) __attribute__ ((sentinel(-1))); //expected-error{{parameter 1 less than zero}}
10 void f4(int a, ...) __attribute__ ((sentinel(0, 2))); // expected-error{{parameter 2 not 0 or 1}}
H A Darg-duplicate.c12 void f4(void) { function
H A Dattr-noreturn.c25 void f4() __attribute__((noreturn));
26 void f4() { function
27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
H A Dbuiltin-object-size.c24 void f4(const char *fmt, ...) { function
/external/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp59 static int f4(int);
61 static void f4(U);
76 x = Y0::f4(0);
77 x = Y0::f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
78 x = Y0::template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
80 x = this->f4(0);
81 x = this->f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
82 x = this->template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
/external/valgrind/main/none/tests/mips32/
H A DMoveIns.c198 "mfc1 %1, $f4\n\t" \
258 TESTINSNMOVE("mfc1 $t5, $f4", 16, f4, t5);
287 TESTINSNMOVEt("mtc1 $t5, $f4", 16, f4, t5);
316 TESTINSNMOVE1s("mov.s $f3, $f4", 16, f3, f4);
317 TESTINSNMOVE1s("mov.s $f4, $f5", 20, f4, f5);
344 TESTINSNMOVE1d("mov.d $f2, $f4", 2
[all...]
/external/oprofile/libutil++/tests/
H A Dglob_filter_tests.cpp47 glob_filter f4("foo", "foo");
48 check(f4, "foo", false);
49 check(f4, "foo1", false);
50 check(f4, "foo/foo", false);
/external/v8/test/mjsunit/compiler/
H A Dvariables.js55 function f4(x) { function
59 assertEquals(4, f4(4));
/external/eigen/unsupported/test/
H A Dalignedvector3.cpp23 FastType f1(r1), f2(r2), f3(r3), f4(r4), f5(r5), f6(r6);
27 VERIFY_IS_APPROX(f4,r4);
29 VERIFY_IS_APPROX(f4+f1,r4+r1);
30 VERIFY_IS_APPROX(f4-f1,r4-r1);
31 VERIFY_IS_APPROX(f4+f1-f2,r4+r1-r2);
32 VERIFY_IS_APPROX(f4+=f3,r4+=r3);
33 VERIFY_IS_APPROX(f4-=f5,r4-=r5);
34 VERIFY_IS_APPROX(f4-=f5+f1,r4-=r5+r1);
38 VERIFY_IS_APPROX(m1*f4,m1*r4);
39 VERIFY_IS_APPROX(f4
[all...]
/external/libffi/testsuite/libffi.call/
H A Dstruct8.c14 float f4; member in struct:__anon8158
22 ts.f4 += 1;
59 ts8_arg.f4 = -55.5f;
64 printf ("%g\n", ts8_arg.f4);
71 printf ("%g\n", ts8_result->f4);
76 CHECK(ts8_result->f4 == -55.5f + 1);
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp47 void f4(T ...args); // expected-error{{type 'T' of function parameter pack does not contain any unexpanded parameter packs}}

Completed in 507 milliseconds

12345678910