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

12345

/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 Dcomplex-imag.c24 void f4() { function
H A Dfloating-point-compare.c15 int f4(float x) { function
H A Dpragma-pack-5.c26 char f4; member in struct:s2
34 char f4; member in struct:s3
37 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
/external/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
/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 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/v8/test/mjsunit/harmony/
H A Dblock-scoping.js86 function f4(one) { function
103 f4(1);
/external/clang/test/Analysis/
H A Dmethod-call.cpp33 void f4() { function
/external/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp38 int f4() { function
H A Ddefault-arguments.cpp67 void 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 Dfunction-type-qual.cpp14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} member in class:C
/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 435 milliseconds

12345