Searched defs:bar2 (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A D2004-06-08-LateTemplateInstantiation.cpp16 void *bar2() { function
H A Daddress-space-ref.cpp28 bc & bar2(bc &x, bc & y) { function
H A Dfastcall.cpp16 void bar2(S1 a, int b) { function
H A Dattr.cpp11 virtual void bar2() __attribute__((aligned(2)));
20 void C::bar2() { } function in class:C
H A Dregparm.cpp15 void bar2(S1 a, int b) { function
H A Daarch64-aapcs-zerolength-bitfield.cpp58 char bar2; member in struct:t6
60 static_assert(offsetof(struct t6, bar2) == 2);
68 char bar2; member in struct:t7
70 static_assert(offsetof(struct t7, bar2) == 3);
78 char bar2; member in struct:t8
80 static_assert(offsetof(struct t8, bar2) == 5);
88 char bar2; member in struct:t9
90 static_assert(offsetof(struct t9, bar2) == 9);
98 char bar2; member in struct:t10
100 static_assert(offsetof(struct t10, bar2)
109 char bar2; member in struct:t11
144 char bar2; member in struct:t14
218 int bar2; member in struct:t21
[all...]
/external/llvm/test/MC/ELF/
H A Drelocation-386.s12 // CHECK-NEXT: 0x{{[^ ]+}} R_386_PLT32 bar2 0x0
16 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
60 // Relocation 25 (_GLOBAL_OFFSET_TABLE_-bar2) is of type R_386_GOTPC.
62 // Relocation 26 (und_symbol-bar2) is of type R_386_PC32
64 // Relocation 27 (und_symbol-bar2) is of type R_386_PC16
66 // Relocation 28 (und_symbol-bar2) is of type R_386_PC8
81 .global bar2
82 bar2: label
83 calll bar2@PLT
113 subl _GLOBAL_OFFSET_TABLE_-bar2,
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Drelocation-386.s29 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
196 .global bar2
197 bar2: label
198 calll bar2@PLT
/external/clang/test/Sema/
H A Dattr-naked.cpp4 static void bar2();
13 void __attribute__((naked)) Foo::bar2() { function in class:Foo
H A Dmissing-field-initializers.c23 struct Foo bar2[] = { {}, {}, {} }; variable in typeref:struct:Foo
H A Dself-comparison.c33 int bar2(float x) { function
H A Dtls_alignment.cpp34 __thread non_aligned_struct bar2 __attribute__(( aligned(64) )); // expected-error{{alignment (64) of thread-local variable}} variable
47 return foo.some_data[0] + bar.some_data[1] + bar2.some_data[2] +
H A Dwarn-unused-function.c31 __attribute__((constructor)) static void bar2(void);
32 void bar2(void) { } function
/external/clang/test/CodeGen/
H A Difunc.c28 void bar2(void) { function
H A Dms_struct-bitfield-init.c22 char bar2; member in struct:__anon2253
H A Dnonnull.c13 // CHECK: define void @bar2(i32* %x, i32* nonnull %y)
14 void bar2(int * x, int * y) __attribute__((nonnull(2))) { function
H A Dmcu-struct-return.c42 struct S2 bar2() { return s2; } function
48 // CHECK: define i32 @bar2()
56 struct S2 y2 = bar2();
68 // CHECK: {{.+}} = call i32 @bar2()
H A Dstdcall-fastcall.c63 void bar2(struct S1 y) { function
64 // CHECK-LABEL: define void @bar2
/external/clang/test/Parser/
H A Dcxx1z-nested-namespace-definition.cpp29 namespace bar2 { namespace in namespace:bar1
37 return bar1::bar2::bar3::bar(x);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-missing.cc54 void bar2();
62 void bar2() { fprintf(stderr, "bar2\n"); } function
77 bar2();
/external/clang/test/SemaCXX/
H A Dclass-names.cpp31 void bar2() function
/external/compiler-rt/test/tsan/
H A Dsimple_stack.c19 void __attribute__((noinline)) bar2() { function
31 bar2();
57 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack.c:21{{(:3)?}} ({{.*}})
H A Dsimple_stack2.cc23 void __attribute__((noinline)) bar2() { function
40 bar2();
52 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack2.cc:27{{(:3)?}} (simple_stack2.cc.exe+{{.*}})
/external/valgrind/helgrind/tests/
H A Dbar_bad.c36 pthread_barrier_t *bar1, *bar2, *bar3, *bar4, *bar5; local
47 bar2 = malloc(sizeof(pthread_barrier_t));
48 pthread_barrier_init(bar2, NULL, 1);
49 pthread_barrier_init(bar2, NULL, 1);
104 free(bar1); free(bar2); free(bar3); free(bar4); free(bar5);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DBarRenderer.java355 public int compare(Bar bar1, Bar bar2) { argument
358 return Integer.valueOf(bar1.intY).compareTo(bar2.intY);
360 return bar1.series.getTitle().compareToIgnoreCase(bar2.series.getTitle());
362 return bar1.series.getTitle().compareToIgnoreCase(bar2.series.getTitle());

Completed in 1267 milliseconds

12