Searched defs:f1 (Results 201 - 225 of 532) sorted by path

1234567891011>>

/external/clang/test/CodeGen/
H A Dc-strings.c10 // ITANIUM: @f1.x = internal global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0)
11 // MSABI: @f1.x = internal global i8* getelementptr inbounds ([6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0)
33 // CHECK-LABEL: define void @f1()
34 void f1() { function
37 // CHECK: [[T1:%.*]] = load i8** @f1.x
H A Dcleanup-stack.c13 int f1(void) { function
H A Dconst-init.c108 struct g20_s0 *f0, **f1; member in struct:g20_s1
112 return l0.f1;
H A Ddebug-info-scope-file.c8 // CHECK: [[F1:![0-9]*]] = {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [def] [f1]
13 void f1() { function
H A Ddecl-in-prototype.c5 // CHECK-LABEL: define i32 @f1
6 int f1(enum {AA,BB} E) { function
H A Ddecl.c89 struct test8s { int f0; char f1; } test8g = {}; member in struct:test8s
H A Dexprs.c72 unsigned f1(void) { function
H A Dfast-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dfinite-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dfp16-ops.c7 volatile float f0, f1, f2; variable
192 test = (h1 == f1);
195 test = (f1 == h1);
207 test = (h1 != f1);
210 test = (f1 != h1);
H A Dfunction-attributes.c4 // CHECK: define zeroext i8 @f1(i32 %x) [[NUW]]
14 unsigned char f1(int x) { return x; } function
H A Dfunctions.c25 void f1();
27 // CHECK: call void @f1()
28 f1(1, 2, 3);
30 // CHECK-LABEL: define void @f1()
31 void f1() {} function
H A Dinit.c3 void f1() { function
H A Dinline2.c9 // CHECK-GNU89-LABEL: define i32 @f1()
10 // CHECK-C99-LABEL: define i32 @f1()
11 inline int f1(void);
12 int f1(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dle32-arguments.c13 // CHECK-LABEL: define void @f1(%struct.s1* byval %i)
14 void f1(s1 i) {} function
H A Dmangle-windows-rtd.c3 void f1(void) {} function
H A Dmangle-windows.c4 void __stdcall f1(void) {} function
H A Dpointer-arithmetic.c7 int f1(const char *a, char *b) { return b - a; } function
H A Dppc64-extend.c4 void f1(int x) { return; } function
5 // CHECK: define void @f1(i32 signext %x) [[NUW:#[0-9]+]]
H A Dredef-ext-inline.c4 extern inline int f1 (void) {return 1;} function
5 int f3 (void) {return f1();}
6 int f1 (void) {return 0;} function
H A Dregparm.c17 void FASTCALL f1(int i, int j, int k);
18 // CHECK-LABEL: define void @f1(i32 inreg %i, i32 inreg %j, i32 %k)
19 void f1(int i, int j, int k) { } function
H A Dstaticinit.c29 // RUN: grep "f1.l0 = internal global i32 ptrtoint (i32 ()\* @f1 to i32)" %t
30 int f1(void) { static int l0 = (unsigned) f1; } function
H A Dstruct.c46 void f1() { NA a; } function
H A Dtentative-decls.c24 int *f1() { function
H A Dunreachable.c12 int f1(int i) { function

Completed in 1955 milliseconds

1234567891011>>