Searched defs:bar (Results 176 - 200 of 387) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dcatch-undef-behavior.c12 // CHECK: @bar
13 int bar(int *a) { function
H A Dstring-literal-short-wstring.c14 const wchar_t *bar = L"\u1120\u0220\U00102030"; local
/external/clang/test/CodeGenCXX/
H A D2009-09-09-packed-layout.cpp14 public: enum { foo = ('y'), bar = 0 }; enumerator in enum:Y::__anon4317
H A Ddebug-info-fwd-ref.cpp8 struct bar { struct
11 bar(int x) : b(x), b_ref(b) {} function in struct:bar
15 bar myBar(1);
19 // Make sure we have two DW_TAG_class_types for baz and bar and no forward
22 // CHECK: metadata !{i32 {{.*}}, null, metadata !"bar", metadata !6, i32 8, i64 128, i64 64, i32 0, i32 0, null, metadata !18, i32 0, null, null} ; [ DW_TAG_class_type ]
24 // CHECK-NOT: metadata !{i32 {{.*}}, null, metadata !"bar", metadata !6, i32 8, i64 0, i64 0, i32 0, i32 4, i32 0, null, i32 0, i32 0} ; [ DW_TAG_class_type ]
H A Dmicrosoft-abi-default-cc.cpp18 void __cdecl bar();
19 void bar();
20 void bar() {} function
22 // MSABI: define void @"\01?bar@@YAXXZ"
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp8 static void bar() { function
H A Dlinkage.c7 void bar(int y) { function
21 // CHECK: FunctionDecl=bar:7:6 (Definition)linkage=External
/external/clang/test/Misc/
H A Dast-dump-templates.cpp13 B bar() { function
18 int x = bar<5, int>();
33 // Template instantiation - bar
34 // CHECK1: template <int A = 5, typename B = int> int bar()
35 // CHECK2: template <int A = 5, typename B = int> int bar()
37 // Template definition - bar
38 // CHECK1: template <int A, typename B> B bar()
39 // CHECK2: template <int A, typename B> B bar()
H A Dserialized-diags.c6 void bar() { function
/external/clang/test/Sema/
H A Dms_wide_predefined_expr.cpp21 void bar() { function in namespace:PR13206
H A Dpredefined-function.c18 int bar();
19 int bar(int i) // expected-note {{previous definition is here}} function
23 int bar() // expected-error {{redefinition of 'bar'}} function
/external/clang/test/SemaCXX/
H A Dattr-unavailable.cpp8 void bar(...) __attribute__((__unavailable__)); // expected-note 2{{explicitly marked unavailable}}
15 void (*fp)(...) = &bar; // expected-error{{'bar' is unavailable}}
16 void (*fp2)(...) = bar; // expected-error{{'bar' is unavailable}}
27 void bar() { function in namespace:radar9046492
H A Dillegal-member-initialization.cpp25 struct bar {}; struct
26 bar xxx();
H A Dunreachable-code.cpp4 void bar() { } function
10 bar();
21 bar(); // expected-warning {{will never be executed}}
27 bar(); // expected-warning {{will never be executed}}
30 bar(); // expected-warning {{will never be executed}}
35 bar(); // expected-warning {{will never be executed}}
39 bar(); // expected-warning {{will never be executed}}
/external/clang/test/SemaTemplate/
H A Dmember-inclass-init-value-dependent.cpp9 foo<4> bar; local
/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_test.cc18 static void bar() {} function
25 t2.Call(bar);
/external/llvm/test/MC/MachO/
H A Dreloc.s30 bar: label
31 .long local_a_elt - bar + 33
224 // CHECK: ('_string', 'bar')
/external/stlport/test/unit/
H A Dcstring_test.cpp40 std::size_t bar = 0; local
41 CPPUNIT_CHECK( bar == 0 );
/external/v8/test/mjsunit/compiler/
H A Dregress-deopt-call-as-function.js30 function bar(a, b) {try { return a; } finally { } } function
36 bar(t = foo(i) ? bar(42 + i - i) : bar(0), s = i + t);
47 bar(t = foo(i), s = i + t);
58 bar(foo(i), s = i + 42);
/external/v8/test/mjsunit/
H A Dfunction-bind.js177 function bar(x, y, z) { class
183 f = bar.bind(bar);
189 f = bar.bind(bar, 1);
195 f = bar.bind(bar, 1, 2);
201 f = bar.bind(bar, 1, 2, 3);
209 f = bar
[all...]
H A Dobject-literal-overwrite.js35 bar: 6,
36 bar: 7
40 bar: function(a){},
41 bar: 7
45 bar: function(a){},
46 bar: function(b){},
47 bar: 7
51 bar: function(b){},
52 bar: 7,
53 bar
[all...]
/external/valgrind/main/helgrind/tests/
H A Dbar_trivial.c15 pthread_barrier_t bar; variable
23 r = pthread_barrier_wait(&bar);
40 r = pthread_barrier_init(&bar, NULL, NTHR);
53 r = pthread_barrier_destroy(&bar); assert(!r);
H A Dtc04_free_lock.c12 void bar ( void );
26 bar();
28 bar();
34 void bar ( void ) function
/external/valgrind/main/memcheck/tests/
H A Dvarinfo2.c42 { struct { double foo; float bar; } var; member in struct:__anon14127
43 croak ( 2 + (char*)&var.bar );
/external/clang/test/Analysis/
H A Dfields.c5 void bar() { function

Completed in 402 milliseconds

1234567891011>>