Searched defs:bar (Results 176 - 200 of 658) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
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 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-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/test/builtins/Unit/
H A Dgcc_personality_test.c27 * routines for foo() and bar() were called by the personality
31 void bar() { function
40 bar();
/external/compiler-rt/test/tsan/
H A Dfree_race2.c8 void __attribute__((noinline)) bar(int *mem) { function
15 bar(mem);
21 // CHECK: #0 bar
/external/lldb/test/functionalities/data-formatter/rdar-13338477/
H A Dmain.cpp10 bool bar(int const *foo) { function
16 return bar(foo);
/external/lldb/test/linux/builtin_trap/
H A Dmain.cpp10 void bar(int const *foo) { function
16 bar(&foo);
/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-test-32bit.elf.c10 int bar(int arg) { function
/external/llvm/test/MC/AArch64/
H A Darm64-small-data-fixups.s5 bar: label
9 .byte foo - bar
10 .short foo - 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
22 // CHECK-NEXT: 0x1 R_X86_64_PLT32 bar 0xFFFFFFFFFFFFFFFC
38 // CHECK-NEXT: Name: 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.s52 // Relocation 23 ($bar) is of type R_386_32 and uses the section
91 bar: label
124 pushl $bar
H A Dsymbol-names.s6 .globl foo?bar
7 .type foo?bar, @function
8 foo?bar:
12 // CHECK: Name: foo?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))
H A D056-macro-argument-with-comma.c1 #define bar with,embedded,commas macro
4 foo(bar)

Completed in 298 milliseconds

1234567891011>>