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

12345678

/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 Dcomplex-imag.c24 void f4() { function
H A Dfloating-point-compare.c15 int f4(float x) { function
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];
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-visibility-helper.cpp2 void f4() {} function in namespace:N1
/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 Dc-strings.c14 // ITANIUM: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0) }
15 // MSABI: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8], [6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0) }
62 // CHECK-LABEL: define {{.*}}void @f4()
63 void f4() { function
68 // CHECK: call {{.*}}void @gaz({{.*}} @f4.x
H A Dmicrosoft-call-conv-x64.c5 void __fastcall f4(void) { function
6 // CHECK-LABEL: define void @f4()
19 void (__fastcall *pf4)(void) = f4;
23 f4(); f5();
24 // CHECK: call void @f4()
H A Dx86_64-arguments-win32.c15 // CHECK-LABEL: define void @f4(i16 %a)
16 void f4(unsigned short a) {} function
H A Dinline2.c45 // CHECK-GNU89-LABEL: define available_externally i32 @f4()
46 // CHECK-C99-LABEL: define i32 @f4()
47 int f4(void);
48 extern inline int f4(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dms_abi.c30 void __attribute__((ms_abi)) f4(int a, ...) { function
31 // FREEBSD-LABEL: define x86_64_win64cc void @f4
32 // WIN64-LABEL: define void @f4
H A Dwindows-struct-abi.c28 struct f4 { struct
35 struct f4 return_f4(void) { while (1); }
37 // CHECK: define void @return_f4(%struct.f4* noalias sret %agg.result)
39 void receive_f4(struct f4 a0) { }
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo-diagnostics.s22 f4: label
/external/clang/test/CodeGenCXX/
H A Dint64_uint64.cpp23 void f4(uint64_t *ptr) {} function
H A Dmangle-extern-local.cpp38 int f4() { function
H A Dmangle-windows.cpp19 extern "C" void __fastcall f4(void) {} function
20 // WIN: define x86_fastcallcc void @"\01@f4@0"
21 // ITANIUM: define x86_fastcallcc void @"\01@f4@0"
H A Dcall-with-static-chain.cpp17 A &f4();
36 // CHECK32: call dereferenceable(8) %struct.A* bitcast (%struct.A* ()* @f4 to %struct.A* (i8*)*)(i8* nest bitcast (%struct.A* ()* @f4 to i8*))
37 // CHECK64: call dereferenceable(16) %struct.A* bitcast (%struct.A* ()* @f4 to %struct.A* (i8*)*)(i8* nest bitcast (%struct.A* ()* @f4 to i8*))
38 __builtin_call_with_static_chain(f4(), f4); local
/external/clang/test/Analysis/
H A Dvfork.c76 void f4(int x) { function
H A Dmethod-call.cpp37 void f4() { function
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
/external/pdfium/core/fpdfdoc/
H A Dcpvt_color.cpp27 FX_FLOAT f4 = FX_atof(syntax.GetWord()); local
28 return CPVT_Color(CPVT_Color::kCMYK, f1, f2, f3, f4);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dinjected-class-name.cpp36 template<typename ...ReallyInner> void f4();
42 void X0<T, T, Types...>::Inner<InnerTypes...>::f4() { } function in class:X0::Inner

Completed in 1314 milliseconds

12345678