Searched defs:bar (Results 151 - 175 of 658) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2007-04-13-InlineAsmStruct2.c4 int bar() { function
5 struct V bar; local
7 __asm__ volatile("foo %0\n" :: "r"(bar));
8 return bar.X;
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 D2010-01-18-Inlined-Debug.c7 void bar(double x) { function
H A DPR5060-align.c9 void bar(long n) { function
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 Dforceinline.c3 void bar() { function
8 bar();
12 // CHECK: call void @bar
H A Dimplicit-arg.c5 static int bar();
7 int a = bar();
9 int bar(unsigned a) { function
H A Dnvptx-inlineasm.c4 int bar(int a) { function
/external/clang/test/CodeGenCXX/
H A D2004-06-08-LateTemplateInstantiation.cpp12 void bar() { function
H A Dasm.cpp9 void bar(A &a) function
H A Dforward-enum.cpp4 void bar(MyEnum value) { } function
10 bar(value);
H A Dmangle-system-header.cpp11 void bar() { } function
H A Dmember-alignment.cpp8 void bar(void);
12 t::bar(void) { function in class:t
/external/clang/test/FixIt/
H A Dfixit-cxx11-compat.cpp8 #define bar "bar" macro
9 const char *p = "foo"bar; // expected-warning {{will be treated as a reserved user-defined literal suffix}}
/external/clang/test/Index/Inputs/
H A Dpreamble.h1 inline int bar(int i) { function
/external/clang/test/Index/
H A Dwarning-flags.c2 int *bar(float *f) { return f; } function
/external/clang/test/PCH/
H A Dcxx-required-decls.h10 static int bar = ++ext_foo; variable
H A Dfloating-literal.c14 double bar = 1.0E300; variable
15 // CHECK: double bar = 1.0000000000000001E+300;
/external/clang/test/Parser/
H A Dparenthesis-balance.cpp4 if (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}}
5 while (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}}
6 for (int foo = f(bar);;) {} // expected-error{{use of undeclared identifier 'bar'}}
8 int bar; local
9 if (int foo = f(bar)) {}
10 while (int foo = f(bar)) {}
11 for (int foo = f(bar);;) {}
[all...]
H A Dtop-level-semi-cxx0x.cpp6 void bar() { }; function
/external/clang/test/Preprocessor/
H A Dc90.c7 #define foo`bar /* expected-error {{whitespace required after macro name}} */
8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */
10 #define foo3$bar /* expected-error {{'$' in identifier}} */
H A Dmacro_paste_msextensions.c5 // int bar;
15 int bar; variable
17 // CHECK: int bar;
31 #define bar(y) foo(##baz(y)) macro
32 bar(q)
/external/clang/test/Sema/
H A Dattr-availability-macosx.c26 bar __attribute__((availability(macosx,introduced=8.0,deprecated=9.0))) = foo enumerator in enum:__anon19068
H A Dattr-visibility.c24 typedef int __attribute__((visibility("default"))) bar; // expected-warning {{'visibility' attribute ignored}} typedef

Completed in 7856 milliseconds

1234567891011>>