Searched defs:bar (Results 76 - 100 of 658) sorted by last modified time

1234567891011>>

/external/llvm/test/MC/ELF/
H A Drelocation.s5 bar: label
6 movl $bar, %edx # R_X86_64_32
7 movq $bar, %rdx # R_X86_64_32S
8 movq $bar, bar(%rip) # R_X86_64_32S
9 movl bar, %edx # R_X86_64_32S
10 movq bar, %rdx # R_X86_64_32S
11 .long bar # R_X86_64_32
19 pushq $bar
21 leaq foo-bar(
[all...]
H A Dsection.s100 bar: label
102 .section .text.bar,"axMG",@progbits,42,bar,comdat
141 .section bar-"foo"
145 // CHECK: Name: bar-"foo" (181)
H A Dsymbol-names.s6 .globl foo?bar
7 .type foo?bar, @function
8 foo?bar:
12 // CHECK: Name: foo?bar
H A Dtype.s8 .global bar
9 .type bar,@object
10 bar: label
134 // CHECK: Name: bar
H A Dweak-relocation.s7 bar: label
H A Dweak.s8 // And that bar is after all local symbols and has non-zero value.
9 .weak bar
10 bar: label
13 // CHECK: Name: bar
/external/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s13 ldr r3, bar
14 bar: label
/external/llvm/test/MC/MachO/
H A Dreloc.s30 bar: label
31 .long local_a_elt - bar + 33
224 // CHECK: ('_string', 'bar')
H A Dsection-align-2.s11 bar: label
101 // CHECK: ('_string', 'bar')
/external/llvm/test/MC/Mips/
H A Dmicromips-alias.s4 # Symbol bar must be marked as micromips.
5 # CHECK: Name: bar
15 .globl bar
16 bar = f define
/external/llvm/test/MC/X86/
H A Dreloc-undef-global.s5 bar = foo + 4 define
6 .globl bar
7 .long bar
18 // MACHO: 0x0 0 2 1 X86_64_RELOC_UNSIGNED 0 bar
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp23 int bar() { function
47 bar();
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp446 LoadAssembly("define void @bar() {"
453 "call void @bar()"
460 "call void @bar()"
470 // and the existing stub for bar.
475 Function *bar = M->getFunction("bar"); local
476 TheJIT->getPointerToFunction(bar);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dprogress.c9 int bar, y; local
28 bar = ((SLtt_Screen_Cols - 2) * curr) / total;
29 SLsmg_fill_region(y, 1, 1, bar, ' ');
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java133 public void takesBar(Bar bar); argument
154 void onClick(Bar bar); argument
1601 // when(mock.foo(anyInt())).thenReturn("bar")
/external/lldb/test/expression_command/formatters/
H A Dmain.cpp11 struct bar struct
17 bar(int x) : i(x),i_ptr(new int(x+1)),b(i+3,i+5),b_ref(b) {} function in struct:bar
24 bar b;
/external/lldb/test/functionalities/command_script/import/
H A DTestImport.py41 self.runCmd("command script import ./foo/bar/foobar.py --allow-reload") namespace
42 self.runCmd("command script import ./bar/bar.py --allow-reload") namespace
60 self.runCmd("command script add -f bar.bar_function barcmd")
66 substrs = ['barutil says', 'bar told me', 'hello'])
68 substrs = ['barutil says', 'bar told me', 'hello'])
/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/lang/c/const_variables/
H A Dfunctions.c8 int bar() function
11 printf("bar()->%d\n", ret);
/external/lldb/test/lang/c/forward/
H A Dmain.c4 struct bar struct
13 struct bar b= { 1, 2 };
/external/lldb/test/linux/builtin_trap/
H A Dmain.cpp10 void bar(int const *foo) { function
16 bar(&foo);
/external/lldb/test/python_api/formatters/
H A Dmain.cpp32 FooType bar; local
33 bar.A = 1;
34 bar.B = 3.14;
35 bar.C = 'e';
36 bar.D = 6.28;
37 bar.E = 3100419850;
38 bar.F = 0;
/external/libunwind/tests/
H A DGtest-bt.c136 bar (long v) function
219 bar (1);
H A DGtest-trace.c148 bar (long v) function
233 bar (1);
H A DLrs-race.c1337 bar(void *p UNUSED) function
1480 if (pthread_create (&tid[i], NULL, bar, NULL))

Completed in 4090 milliseconds

1234567891011>>