Searched defs:bar (Results 76 - 100 of 387) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Dc90.c6 #define foo`bar /* expected-error {{whitespace required after macro name}} */
7 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */
9 #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:__anon4505
H A Dvoid_arg.c23 void bar(Void) { function
/external/clang/test/SemaCXX/
H A DPR8884.cpp3 class bar { class
9 bar::baz();
H A Daccess-member-pointer.cpp9 void bar() { function
H A Danonymous-union-cxx11.cpp4 struct bar { struct in namespace:PR12866
11 (void)sizeof(bar::member);
H A Ddefaulted-ctor-loop.cpp6 struct bar { struct
7 bar(foo&);
10 bar b;
H A Dunused-with-error.cpp6 void bar(const int *Y) { function
H A Dwarn-func-as-bool.cpp18 void bar() { function
H A Dwarn-implicit-conversion-floating-point-to-bool.cpp7 void bar() { function
/external/clang/test/SemaTemplate/
H A Dcrash-8204126.cpp5 void bar() { foo(0); } // expected-error{{use of undeclared identifier 'foo'}} function in struct:A
H A Dnested-incomplete-class.cpp5 struct bar;
7 bar fn() {
8 // Should not get errors about bar being incomplete here.
9 bar b = bar(1, 2);
15 struct foo<T>::bar { struct in class:foo
16 bar(int, int);
/external/compiler-rt/lib/tsan/output_tests/
H A Dfree_race2.c7 void __attribute__((noinline)) bar(int *mem) { function
14 bar(mem);
20 // CHECK: #0 bar
/external/compiler-rt/test/Unit/
H A Dgcc_personality_test.c27 * routines for foo() and bar() were called by the personality
31 void bar() { function
40 bar();
/external/llvm/test/MC/ELF/
H A Dalias-reloc.s3 // Test that this produces a R_X86_64_PLT32 with bar.
7 bar = foo define
9 call bar@PLT
35 // CHECK-NEXT: (('st_name', 0x00000005) # 'bar'
H A Ddiff.s6 bar: label
9 mov zed+(bar-foo), %eax
H A Ddiff2.s9 bar: label
13 mov zed+(bar-foo), %eax
H A Drelocation-386.s150 // Relocation 23 ($bar) is of type R_386_32 and uses the section
205 bar: label
238 pushl $bar
H A Dtype.s8 .global bar
9 .type bar,@object
10 bar: label
20 // CHECK-NEXT: (('st_name', 0x00000005) # 'bar'
/external/llvm/test/MC/MachO/
H A Dsection-align-2.s11 bar: label
101 // CHECK: ('_string', 'bar')
/external/mesa3d/src/glsl/glcpp/tests/
H A D004-define-recursive.c1 #define foo bar
2 #define bar baz macro
5 bar
H A D007-define-composite-recursive.c1 #define foo a bar
2 #define bar b baz macro
5 bar
H A D030-define-chain-obj-to-func-compose.c2 #define bar(failure) failure macro
3 #define foo bar(baz(success))
H A D031-define-chain-func-to-func-compose.c2 #define bar(failure) failure macro
3 #define foo() bar(baz(success))

Completed in 237 milliseconds

1234567891011>>