Searched refs:bar (Results 376 - 400 of 1179) sorted by last modified time

<<11121314151617181920>>

/external/clang/test/CodeGen/
H A D2008-07-30-redef-of-bitcasted-decl.c14 * The purpose of bar is just to trigger a use of the old decl
20 static void bar(void *db) { function
27 bar(0);
H A D2008-08-19-cast-of-typedef.c9 bar((long) x->f0);
H A D2009-04-23-dbg.c9 int bar; variable
14 int bar; variable
18 bar = 0;
H A D2009-07-14-VoidPtr.c5 void *bar = &foo; variable
H A D2010-01-18-Inlined-Debug.c7 void bar(double x) { function
H A D2010-02-16-DbgScopes.c8 extern int bar();
13 if (bar()) {
18 if (bar()) {
H A D2010-08-10-DbgConstant.c4 void bar(int);
5 void foo() { bar(ro); }
H A DPR2001-bitfield-reload.c13 int bar() { function
H A DPR5060-align.c9 void bar(long n) { function
H A Dalias.c27 int bar() __attribute__((alias("bar1")));
H A Dalways-inline.c6 void bar() { function
10 bar();
H A Dannotations-global.c13 __attribute__((annotate("bar_0"))) __attribute__((annotate("bar_1"))) static char bar; local
41 // BAR: @llvm.global.annotations = appending global [10 x { i8*, i8*, i8*, i32 }] {{.*}}i8* @a.bar{{.*}}i8* @a.bar{{.*}}, section "llvm.metadata"
H A Darm-aapcs-zerolength-bitfield.c11 char bar; member in struct:t1
13 static int arr1_offset[(offsetof(struct t1, bar) == 1) ? 0 : -1];
20 char bar; member in struct:t2
22 static int arr2_offset[(offsetof(struct t2, bar) == 2) ? 0 : -1];
29 char bar; member in struct:t3
31 static int arr3_offset[(offsetof(struct t3, bar) == 4) ? 0 : -1];
38 char bar; member in struct:t4
40 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
47 char bar; member in struct:t5
49 static int arr5_offset[(offsetof(struct t5, bar)
56 char bar : 1; member in struct:t6
119 char bar; member in struct:t12
128 char bar; member in struct:t13
154 char bar; member in struct:t15
164 char bar; member in struct:t16
175 char bar; member in struct:t17
194 char bar; member in struct:t19
204 char bar; member in struct:t20
[all...]
H A Darm-apcs-zerolength-bitfield.c15 char bar; member in struct:t1
17 static int arr1_offset[(offsetof(struct t1, bar) == 4) ? 0 : -1];
24 char bar; member in struct:t2
26 static int arr2_offset[(offsetof(struct t2, bar) == 4) ? 0 : -1];
33 char bar; member in struct:t3
35 static int arr3_offset[(offsetof(struct t3, bar) == 4) ? 0 : -1];
42 char bar; member in struct:t4
44 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
51 char bar; member in struct:t5
53 static int arr5_offset[(offsetof(struct t5, bar)
60 char bar : 1; member in struct:t6
123 char bar; member in struct:t12
132 char bar; member in struct:t13
158 char bar; member in struct:t15
168 char bar; member in struct:t16
179 char bar; member in struct:t17
198 char bar; member in struct:t19
208 char bar; member in struct:t20
[all...]
H A Darm-asm-variable.c26 void bar (void) { function
H A Darm-asm-warn.c4 char bar();
10 : "r" (bar())); // no warning
H A Darm-byval-align.c11 long long bar(int a, int b, int c, int d, int e, function
H A Darm-pcs.c6 aapcs_fn bar; variable
12 return bar() + baz();
H A Darm64_vecCmpBr.c6 unsigned bar();
15 // CHECK-NEXT: b {{_bar|bar}}
17 return bar();
28 // CHECK-NEXT: b {{_bar|bar}}
30 return bar();
43 return bar();
56 return bar();
67 // CHECK-NEXT: b {{_bar|bar}}
69 return bar();
80 // CHECK-NEXT: b {{_bar|bar}}
[all...]
H A Darrayderef.c13 int * bar(unsigned int ix) { function
H A Datomic-ops.c250 struct bar { struct
254 struct bar smallThing, thing1, thing2;
261 struct bar b = {0};
270 struct bar b;
H A Dattribute_constructor.c5 bar();
H A Dbig-atomic-ops.c238 struct bar { struct
242 struct bar smallThing, thing1, thing2;
252 struct bar b = {0};
264 struct bar b;
H A Dblock-copy.c9 float bar() { function
H A Dbranch-on-bool.c4 void bar();
13 bar();

Completed in 168 milliseconds

<<11121314151617181920>>