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

/external/clang/test/CodeGenCXX/
H A D2004-06-08-LateTemplateInstantiation.cpp16 void *bar2() { 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
/external/llvm/test/MC/ELF/
H A Drelocation-386.s29 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
163 // Relocation 25 (_GLOBAL_OFFSET_TABLE_-bar2) is of type R_386_GOTPC.
169 // Relocation 26 (und_symbol-bar2) is of type R_386_PC32
208 .global bar2
209 bar2: label
210 calll bar2@PLT
240 subl _GLOBAL_OFFSET_TABLE_-bar2, %ebx
241 leal und_symbol-bar2(%edx),%ecx
/external/clang/test/Parser/
H A Dnested-namespaces-recovery.cpp15 namespace bar2 { namespace in namespace:bar1
23 return bar1::bar2::bar3::bar(x);
/external/v8/test/mjsunit/
H A Darguments-escape.js47 function bar2(i) {
51 bar2(1.5);
52 bar2(2.5);
53 bar2(3.5);
54 return bar2;
/external/clang/test/SemaCXX/
H A Dclass-names.cpp31 void bar2() function
H A Daddr-of-overloaded-function.cpp140 void bar2(const B& b = foo<int>) function in namespace:PR7425
147 bar2();
H A Dconditional-expr.cpp95 Base &bar2 = i1 ? derived : base; local
H A Dwarn-thread-safety-analysis.cpp1502 void bar2(MyData* d) { function in class:substitution_test::Foo
2384 void bar2(Bar* g) EXCLUSIVE_LOCKS_REQUIRED(getMu(this), g->getMu());
2397 b1->bar2(b2); // expected-warning {{calling function 'bar2' requires exclusive lock on 'b1->mu_'}} \
2398 // expected-warning {{calling function 'bar2' requires exclusive lock on 'b2->mu_'}}
2406 b1->bar2(b2); // \
2407 // expected-warning {{calling function 'bar2' requires exclusive lock on 'b2->mu_'}} \
2411 b1->bar2(b2);
2430 b1->bar2(b2);
3914 void bar2() EXCLUSIVE_LOCKS_REQUIRE
[all...]
/external/compiler-rt/lib/tsan/lit_tests/
H A Dsimple_stack.c21 void __attribute__((noinline)) bar2() { function
33 bar2();
57 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack.c:23{{(:3)?}} ({{.*}})
H A Dsimple_stack2.cc25 void __attribute__((noinline)) bar2() { function
41 bar2();
52 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack2.cc:29{{(:3)?}} ({{.*}})
/external/valgrind/main/helgrind/tests/
H A Dbar_bad.c20 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);
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-init.c22 char bar2; member in struct:__anon4421
H A Dms_struct-bitfield.c63 char bar2; member in struct:__anon4429
88 char bar2; member in struct:__anon4431
H A Dstdcall-fastcall.c63 void bar2(struct S1 y) { function
64 // CHECK: define void @bar2
H A Darm-aapcs-zerolength-bitfield.c57 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)
108 char bar2; member in struct:t11
143 char bar2; member in struct:t14
217 int bar2; member in struct:t21
[all...]
H A Darm-apcs-zerolength-bitfield.c61 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)
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/Sema/
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 Dwarn-unused-function.c33 __attribute__((constructor)) static void bar2(void);
34 void bar2(void) { } function
H A Dinit.c119 struct foo2 bar2[] = { variable in typeref:struct:foo2

Completed in 807 milliseconds