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

/external/clang/test/CodeGenCXX/
H A D2004-06-08-LateTemplateInstantiation.cpp16 void *bar2() { function
H A Dattr.cpp11 virtual void bar2() __attribute__((aligned(2)));
19 void C::bar2() { } function in class:C
/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.cpp85 Base &bar2 = i1 ? derived : base; local
H A Dwarn-thread-safety-analysis.cpp1453 void bar2(MyData* d) { function in class:substitution_test::Foo
/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:__anon3761
H A Dms_struct-bitfield.c63 char bar2; member in struct:__anon3769
88 char bar2; member in struct:__anon3771
H A Darm-aapcs-zerolength-bitfield.c55 char bar2; member in struct:t6
57 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1];
65 char bar2; member in struct:t7
67 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
75 char bar2; member in struct:t8
77 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
85 char bar2; member in struct:t9
87 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
95 char bar2; member in struct:t10
97 static int arr10_offset[(offsetof(struct t10, bar2)
106 char bar2; member in struct:t11
141 char bar2; member in struct:t14
215 int bar2; member in struct:t21
[all...]
H A Darm-apcs-zerolength-bitfield.c59 char bar2; member in struct:t6
61 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
69 char bar2; member in struct:t7
71 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1];
79 char bar2; member in struct:t8
81 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
89 char bar2; member in struct:t9
91 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
99 char bar2; member in struct:t10
101 static int arr10_offset[(offsetof(struct t10, bar2)
110 char bar2; member in struct:t11
145 char bar2; member in struct:t14
219 int bar2; member in struct:t21
[all...]
/external/clang/test/Sema/
H A Dwarn-unused-function.c33 __attribute__((constructor)) static void bar2(void);
34 void bar2(void) { } function
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 Dinit.c119 struct foo2 bar2[] = { variable in typeref:struct:foo2

Completed in 695 milliseconds