Searched refs:bar (Results 401 - 425 of 1179) sorted by last modified time

<<11121314151617181920>>

/external/clang/test/CodeGen/
H A Dbuiltin-expect.c14 long bar();
17 (void) __builtin_expect((isigprocmask(), 0), bar());
21 // CHECK: [[C:%.*]] = call i64 (...)* @bar()
H A Dbuiltins.c134 // CHECK-LABEL: define void @bar(
135 void bar() { function
H A Dc-strings.c24 void bar(const char *);
28 bar("hello");
29 // ITANIUM: call void @bar({{.*}} @.str
30 // MSABI: call void @bar({{.*}} @"\01??_C@_05CJBACGMB@hello?$AA@"
36 bar(x);
38 // CHECK: call void @bar(i8* [[T1:%.*]])
44 bar(x);
45 // CHECK: call void @bar({{.*}} @f2.x
51 bar(x);
52 // CHECK: call void @bar({{
[all...]
H A Dcatch-undef-behavior.c71 // CHECK: @bar
72 // CHECK-TRAP: @bar
73 int bar(int *a) { function
H A Dcomplex.c11 _Complex double bar(int);
17 X = bar(1);
H A Ddebug-info-line2.c4 int bar();
8 j = bar();
15 j = bar() + 2;
H A Ddebug-info.c33 struct foo bar; variable in typeref:struct:foo
38 enum bar *bar; member in struct:foo2
H A Ddostmt.c3 int bar();
8 i = bar();
9 i = bar();
19 i = bar();
22 i = bar();
32 i = bar();
35 i = bar();
45 i = bar();
57 i = bar();
H A Denum.c7 static enum { foo, bar = 1U } z; enumerator in enum:__anon18651
13 if (bar - 2 < 0)
H A Dexprs.c66 int bar() { function
H A Dext-vector.c11 // CHECK: @bar = constant <4 x float> <float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 0x7FF0000000000000>
12 const float4 bar = (float4){ 1.0, 2.0, 3.0, __builtin_inff() }; variable
H A Dextern-weak.c11 void bar() { foo(); } function
H A Dforceinline.c3 void bar() { function
8 bar();
12 // CHECK: call void @bar
H A Dfunc-return-member.c13 // CHECK-LABEL: define void @bar
14 void bar(void) { function
H A Dglobalinit.c9 void bar() { x[0] = 1; } function
H A Dhidden-alias-to-internal-function.c4 void bar(void) __attribute__((alias("foo")))
7 // CHECK: @bar = hidden alias void ()* @foo
H A Dimplicit-arg.c5 static int bar();
7 int a = bar();
9 int bar(unsigned a) { function
H A Dinit.c53 // CHECK: @test7 = global{{.*}}{ i32 0, [4 x i8] c"bar\00" }
60 struct a7 test7 = { .b = 0, .v = "bar" };
76 void bar(void*);
81 bar(Arr);
85 // CHECK: call void @bar
98 bar(&S);
103 // CHECK: call void @bar
H A Dinline.c4 // CHECK1-LABEL: define i32 @bar()
26 // CHECK2-LABEL: define i32 @bar()
57 // CHECK4-LABEL: define i32 @bar()
70 int bar() { return foo(); } function
H A Dlifetime2.c4 extern int bar(char *A, int n);
11 return bar(A, 1);
15 return bar(A, 2);
H A Dmisaligned-param.c11 // CHECK: bar
12 return bar(&x, &y);
H A Dmrtd.c7 // CHECK: call x86_stdcallcc i32 bitcast (i32 (...)* @bar to i32 (i32)*)(
8 bar(arg);
13 // CHECK: declare x86_stdcallcc i32 @bar(...)
H A Dms-inline-asm.c178 char bar;
184 __asm mov eax, LENGTH bar
194 __asm mov eax, TYPE bar
203 __asm mov eax, SIZE bar
H A Dms_struct-bitfield-1.c17 char bar; member in struct:__anon18667
26 char bar; member in struct:__anon18668
42 char bar : 8; member in struct:__anon18670
51 char bar; member in struct:__anon18671
60 char bar; member in struct:__anon18672
69 char bar:7; member in struct:__anon18673
78 char bar: 8; member in struct:__anon18674
89 char bar; member in struct:__anon18675
H A Dms_struct-bitfield-init.c13 char bar; member in struct:__anon18676
50 if (t1.bar != 'b')
53 t1.bar = 'd';
56 if (t1.bar != 'd')

Completed in 128 milliseconds

<<11121314151617181920>>