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

1 2

  /ndk/tests/build/merge-string-literals/jni/
merge-string-literals-2.c 26 const char* bar2() { function
  /external/clang/test/CodeGenCXX/
2004-06-08-LateTemplateInstantiation.cpp 16 void *bar2() { function
fastcall.cpp 16 void bar2(S1 a, int b) { function
address-space-ref.cpp 28 bc & bar2(bc &x, bc & y) { function
attr.cpp 11 virtual void bar2() __attribute__((aligned(2)));
20 void C::bar2() { } function in class:C
regparm.cpp 15 void bar2(S1 a, int b) { function
aarch64-aapcs-zerolength-bitfield.cpp 58 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) == 9)
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/
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
99 .global bar2
100 bar2: label
101 calll bar2@PLT
131 subl _GLOBAL_OFFSET_TABLE_-bar2, %eb
    [all...]
  /external/clang/test/Sema/
attr-naked.cpp 4 static void bar2();
13 void __attribute__((naked)) Foo::bar2() { function in class:Foo
self-comparison.c 33 int bar2(float x) { function
missing-field-initializers.c 23 struct Foo bar2[] = { {}, {}, {} }; variable in typeref:struct:Foo
warn-unused-function.c 31 __attribute__((constructor)) static void bar2(void);
32 void bar2(void) { } function
init.c 119 struct foo2 bar2[] = { variable in typeref:struct:foo2
  /external/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/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp 29 namespace bar2 { namespace in namespace:bar1
37 return bar1::bar2::bar3::bar(x);
  /external/compiler-rt/test/tsan/
simple_stack2.cc 23 void __attribute__((noinline)) bar2() { function
40 bar2();
52 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack2.cc:27{{(:3)?}} (simple_stack2.cc.exe+{{.*}})
simple_stack.c 19 void __attribute__((noinline)) bar2() { function
31 bar2();
57 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack.c:21{{(:3)?}} ({{.*}})
  /external/clang/test/CodeGen/
nonnull.c 13 // CHECK: define void @bar2(i32* %x, i32* nonnull %y)
14 void bar2(int * x, int * y) __attribute__((nonnull(2))) { function
ms_struct-bitfield-init.c 22 char bar2; member in struct:__anon6175
stdcall-fastcall.c 63 void bar2(struct S1 y) { function
64 // CHECK-LABEL: define void @bar2
ms_struct-bitfield.c 86 char bar2; member in struct:__anon6183
117 char bar2; member in struct:__anon6185
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...]
  /external/clang/test/SemaCXX/
class-names.cpp 31 void bar2() function
addr-of-overloaded-function.cpp 167 void bar2(const B& b = foo<int>) function in namespace:PR7425
174 bar2();
  /external/valgrind/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);

Completed in 4003 milliseconds

1 2