Searched defs:f4 (Results 1 - 25 of 95) sorted by relevance

1234

/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/clang/test/Sema/
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
H A Dfloating-point-compare.c15 int f4(float x) { function
H A Dknr-def-call.c21 void f4() { function
H A Dpragma-unused.c22 void f4(void) { function
/external/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
H A Dswitch.js111 function f4(x) { function
124 assertEquals(3, f4(0), "fallthrough-switch.0");
125 assertEquals(3, f4(1), "fallthrough-switch.1");
126 assertEquals(3, f4(2), "fallthrough-switch.2");
127 assertEquals(5, f4(3), "fallthrough-switch.3");
/external/clang/test/CodeGen/
H A Dstdcall-fastcall.c6 void __attribute__((fastcall)) f4(void) { function
7 // CHECK: define x86_fastcallcc void @f4()
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
31 f4(); f5(); f6();
32 // CHECK: call x86_fastcallcc void @f4()
H A Dc-strings.c29 void f4() { function
H A D2007-09-28-PackedUnionMember.c9 struct opaque2 *f4; member in union:H::__anon3271
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.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()
/external/v8/test/mjsunit/compiler/
H A Dvariables.js55 function f4(x) { function
59 assertEquals(4, f4(4));
H A Dloopcount.js42 function f4() { function
47 assertEquals(0x40000000, f4());
/external/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp38 int f4() { function
H A Dmangle-variadic-templates.cpp49 template<typename ...Types> tuple<Types...> f4() {} function
51 template tuple<int, float, double> f4();
/external/clang/test/SemaCXX/
H A Dif-empty-body.cpp18 void f4(int i) { function
H A Dwarn-unused-parameters.cpp8 template<typename U> U f4(U x);
16 template<typename T> template<typename U> U X<T>::f4(U) { return U(); } function in class:X
24 x.f4(i);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dinjected-class-name.cpp35 template<typename ...ReallyInner> void f4();
41 void X0<T, T, Types...>::Inner<InnerTypes...>::f4() { } function in class:X0::Inner
/external/clang/test/Index/
H A Dcomplete-exprs.c18 void f4(const char* str) { function
67 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f4}{LeftParen (}{Placeholder const char *str}{RightParen )} (50)
/external/clang/test/Parser/
H A Dasm-constraints-pr7869.c36 f4 (void) function
H A Dcxx-stmt.cpp49 void f4() { function

Completed in 247 milliseconds

1234