HomeSort by relevance Sort by last modified time
    Searched full:bar2 (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/llvm/test/Transforms/GlobalOpt/
alias-resolve.ll 4 ; CHECK: @foo1 = alias void ()* @bar2
7 ; CHECK: @foo2 = alias void ()* @bar2
9 @bar1 = alias void ()* @bar2
10 ; CHECK: @bar1 = alias void ()* @bar2
12 @weak1 = alias weak void ()* @bar2
13 ; CHECK: @weak1 = alias weak void ()* @bar2
19 define void @bar2() {
22 ; CHECK: define void @bar2()
27 ; CHECK: call void @bar2()
30 ; CHECK: call void @bar2()
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfvirtual.asm 3 [section .bar2 virtual=0xFFFFFFF0]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
gas-line-err.asm 8 .file "bar2.s"
gas-line-err.errwarn 5 bar2.s:203: error: invalid number of operands
6 bar2.s:205: error: invalid number of operands
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
find.html 3 <input value="foo2 bar2 baz2">
  /external/clang/test/CodeGenCXX/
2004-06-08-LateTemplateInstantiation.cpp 16 void *bar2() { function
fastcall.cpp 16 void bar2(S1 a, int b) { function
  /external/llvm/test/MC/ELF/
alias-reloc.s 12 // Test that this produres a relocation with bar2
16 .weak bar2
17 .set bar2,foo2
18 .quad bar2
23 // CHECK-NEXT: 0x5 R_X86_64_64 bar2 0x0
48 // CHECK: Name: bar2
relocation-386.s 9 // CHECK-NEXT: 0x{{[^ ]+}} R_386_PLT32 bar2 0x0
13 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
57 // Relocation 25 (_GLOBAL_OFFSET_TABLE_-bar2) is of type R_386_GOTPC.
59 // Relocation 26 (und_symbol-bar2) is of type R_386_PC32
61 // Relocation 27 (und_symbol-bar2) is of type R_386_PC16
63 // Relocation 28 (und_symbol-bar2) is of type R_386_PC8
94 .global bar2
95 bar2: label
96 calll bar2@PLT
126 subl _GLOBAL_OFFSET_TABLE_-bar2, %eb
    [all...]
  /external/clang/test/Parser/
nested-namespaces-recovery.cpp 15 namespace bar2 { namespace in namespace:bar1
23 return bar1::bar2::bar3::bar(x);
asm.cpp 4 int foo2 asm (L"bar2"); // expected-error {{cannot use wide string literal in 'asm'}}
  /external/oprofile/libop/tests/
mangle_tests.c 39 { { MANGLE_CPU|MANGLE_TID|MANGLE_TID|MANGLE_TGID|MANGLE_KERNEL, "foo1/foo2", "", "bar1/bar2", NULL, "EVENT", 1234, 8192, 34, 35, 2 },
40 "{root}/bar1/bar2/{dep}/{root}/foo1/foo2/EVENT.1234.8192.34.35.2" },
41 { { MANGLE_CALLGRAPH|MANGLE_CPU|MANGLE_TID|MANGLE_TID|MANGLE_TGID|MANGLE_KERNEL, "bar1/bar2", "", "bar1/bar2", "bar1/bar2-to", "EVENT", 1234, 8192, 34, 35, 2 },
42 "{root}/bar1/bar2/{dep}/{root}/bar1/bar2/{cg}/{root}/bar1/bar2-to/EVENT.1234.8192.34.35.2" },
  /external/chromium_org/v8/test/mjsunit/
arguments-escape.js 47 function bar2(i) {
51 bar2(1.5);
52 bar2(2.5);
53 bar2(3.5);
54 return bar2;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 5 global bar2:export function
18 bar2: label
  /external/llvm/test/Linker/
alias.ll 13 @bar2 = alias i32* @foo2
14 ; CHECK-DAG: @bar2 = alias bitcast (i16* @foo2 to i32*)
  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 57 char bar2; member in struct:t6
59 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1];
67 char bar2; member in struct:t7
69 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
77 char bar2; member in struct:t8
79 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
87 char bar2; member in struct:t9
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
97 char bar2; member in struct:t10
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]
108 char bar2; member in struct:t11
143 char bar2; member in struct:t14
217 int bar2; member in struct:t21
    [all...]
arm-apcs-zerolength-bitfield.c 61 char bar2; member in struct:t6
63 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
71 char bar2; member in struct:t7
73 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1];
81 char bar2; member in struct:t8
83 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
91 char bar2; member in struct:t9
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
101 char bar2; member in struct:t10
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]
112 char bar2; member in struct:t11
147 char bar2; member in struct:t14
221 int bar2; member in struct:t21
    [all...]
  /external/clang/test/Driver/
at_file.c.args 1 -Dfoo1=bar1 -Dfoo2="bar2 zed2"
  /external/llvm/test/CodeGen/X86/
2008-09-25-sseregparm-1.ll 17 define float @bar2() nounwind {
bool-zext.ll 17 ; X64: @bar2
20 ; WIN64: @bar2
23 define void @bar2(i8 zeroext %v1) nounwind ssp {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder_unittest.py 36 '/foo2/bar2/baz2.py': '',
37 '/foo2/bar2/baz2.pyc': '',
38 '/foo2/bar2/baz2_integrationtest.py': '',
39 '/foo2/bar2/missing.pyc': '',
66 self.assertTrue(self.finder.is_module('bar2.baz2'))
67 self.assertTrue(self.finder.is_module('bar2.baz2_integrationtest'))
78 self.assertTrue(self.fs.exists('/foo2/bar2/missing.pyc'))
80 self.assertFalse(self.fs.exists('/foo2/bar2/missing.pyc'))
86 self.check_names([], ['bar.baz_unittest', 'bar2.baz2_integrationtest'], find_all=True)
87 self.check_names([], ['bar.baz_unittest', 'bar2.baz2_integrationtest'], find_all=False
    [all...]
  /external/compiler-rt/test/tsan/
simple_stack2.cc 25 void __attribute__((noinline)) bar2() { function
41 bar2();
52 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack2.cc:29{{(:3)?}} ({{.*}})
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-module-unloaded.cc 37 void (*bar2)() = (void (*)())dlsym(handle2, "bar");
38 assert(bar2);
39 bar2();
44 dlclose(bar1 < bar2 ? handle1 : handle2);
46 dlclose(bar1 < bar2 ? handle2 : handle1);
  /external/valgrind/main/helgrind/tests/
bar_bad.c 20 pthread_barrier_t *bar1, *bar2, *bar3, *bar4, *bar5; local
43 bar2 = malloc(sizeof(pthread_barrier_t));
44 pthread_barrier_init(bar2, NULL, 1);
45 pthread_barrier_init(bar2, NULL, 1);
86 free(bar1); free(bar2); free(bar3); free(bar4); free(bar5);
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
sort 17 ."bar2 = boy end, has rise A midnight \n"
31 ."\t\@echo \$(sort \$(bar2) \$(foo) \$(addsuffix \$(s1), \$(bar) ) \$(t2) \$(bar2) \$(bar3))\n"
32 ."\t\@echo \$(sort \$(blank) \$(foo) \$(bar2) \$(t1) \$(p1) )\n"
33 ."\t\@echo \$(sort \$(foo) \$(bar2) \$(t1) \$(t4) \$(t5) \$(t7) \$(t6) )\n";

Completed in 2325 milliseconds

1 2 3 4 5 6