Searched refs:f4 (Results 101 - 125 of 333) sorted by path

1234567891011>>

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp79 Agg<float> f4 = {1.0}; // OK (double constant represented exactly) local
123 Agg<float> f4 = {12345678}; // OK (exactly fits in a float) local
/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}}
/external/clang/test/CXX/except/except.spec/
H A Dp1.cpp32 void f4() noexcept (1 < 2) { }
H A Dp5-virtual.cpp31 virtual void f4() throw(A);
67 virtual void f4() throw(B1);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp271 constexpr float f4 = 1e38f / -.2938f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces an infinity}} member in namespace:UndefinedBehavior::Overflow
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp17 void f4() ;
45 void X0<Y, X>::f4() { } // expected-error{{does not refer}} function in class:X0
/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
/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c9 struct opaque2 *f4; member in union:H::__anon18546
H A Darm-aapcs-vfp.c28 float f4; member in struct:homogeneous_struct
73 float f4; member in struct:big_struct
H A Darm-arguments.c26 // APCS-GNU-LABEL: define i32 @f4()
27 // AAPCS-LABEL: define arm_aapcscc i32 @f4()
29 struct s4 f4(void) {} function
H A Darm64-arguments.c22 // CHECK: define i64 @f4()
24 struct s4 f4(void) {} function
H A Dbitfield-2.c336 unsigned f4 : 7; member in struct:s9
H A Dblocks.c48 // CHECK-LABEL: define void @f4()
49 void f4(void) {
H A Dc-strings.c14 // ITANIUM: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0) }
15 // MSABI: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0) }
57 // CHECK-LABEL: define void @f4()
58 void f4() { function
63 // CHECK: call void @gaz({{.*}} @f4.x
H A Dexprs.c86 _Complex float f4() {return ((union f4_y)(_Complex float)2.0).y;} function
H A Dfunction-attributes.c7 // CHECK: define signext i16 @f4(i32 %x) [[NUW]]
20 signed short f4(int x) { return x; } function
H A Dfunctions.c39 void f4() {} function
40 void f5() { f4(42); } //expected-warning {{too many arguments}}
H A Dinit.c26 // CHECK: @f4.g4 = internal constant i32 12
28 int f4() { 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 Dle32-arguments.c30 // CHECK-LABEL: define void @f4(i8 signext %a, i16 signext %b)
31 void f4(char a, short b) {} function
H A Dmangle-windows.c13 void __fastcall f4(char a) {} function
14 // CHECK: define x86_fastcallcc void @"\01@f4@4"
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 Dmicrosoft-call-conv.c8 void __fastcall f4(void) { function
9 // CHECK-LABEL: define x86_fastcallcc void @f4()
28 void (__fastcall *pf4)(void) = f4;
33 f4(); f5(); f6();
34 // CHECK: call x86_fastcallcc void @f4()
H A Dpacked-arrays.c149 // CHECK-LABEL: define double @f4
153 double f4() { function
H A Dpointer-arithmetic.c16 void *f4(void *a, int b) { return a - b; } function

Completed in 428 milliseconds

1234567891011>>