Searched refs:bar (Results 451 - 475 of 1179) sorted by last modified time

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dattr-used.cpp20 // We must delay emission of bar() until foo() has had its body parsed,
22 void __attribute__((used)) bar() { foo(); } function in struct:X2
H A Dblocks.cpp191 void bar();
196 foo(A(), ^{ bar(); });
197 bar();
H A Dconstructor-attr.cpp6 void bar();
10 bar();
H A Dctor-dtor-alias.cpp121 // Test that we replace ~zed with ~bar which is an alias to ~foo.
128 struct bar : public foo { struct in namespace:test8
129 ~bar();
131 bar::~bar() {}
132 struct zed : public bar {};
142 struct bar : public foo {}; struct in namespace:test9
145 // Test that we produce a call to bar's destructor. We used to call foo's, but
148 bar ptr;
H A Ddebug-info-alias.cpp12 bar
17 // CHECK: [[BINT]] = {{.*}} ; [ DW_TAG_typedef ] [bar<int>] [line 42
18 x::bar<int> bi;
20 // CHECK: [[BFLOAT]] = {{.*}} ; [ DW_TAG_typedef ] [bar<float>] [line 42
21 x::bar<float> bf;
H A Ddebug-info-byval.cpp24 EVT bar();
28 EVT e = bar();
H A Ddebug-info-class-limited.cpp9 typedef foo bar; typedef in namespace:PR16214_1
11 bar *a;
12 bar b;
20 foo *bar(foo *a) { function in namespace:PR14467
31 extern int bar(foo *a);
33 return bar(a);
39 // required because of the 'bar' type which is not required at all (or might
45 struct bar { struct in namespace:test2
H A Ddebug-info-class-nolimit.cpp15 void bar() { function in namespace:rdar14101097_1
26 void bar() { function in namespace:rdar14101097_2
H A Ddebug-info-class.cpp4 class bar;
5 void func(bar *f) {
94 // CHECK: DW_TAG_class_type ] [bar]
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_structure_types for baz and bar and no forward
22 // CHECK: [ DW_TAG_structure_type ] [bar]
H A Ddebug-info-limited.cpp21 extern int bar(B *b);
23 return bar(b);
H A Ddebug-info-method2.cpp8 int bar(int arg) const;
11 int A::bar(int arg) const{ function in class:A
17 int i = a.bar(2);
H A Ddebug-info-namespace.cpp12 struct bar { }; struct in namespace:A::B
13 typedef bar baz;
30 using B::bar;
52 // CHECK: [[BAR:![0-9]*]] {{.*}} ; [ DW_TAG_structure_type ] [bar] [line 6, {{.*}}] [decl] [from ]
78 // CHECK-NOLIMIT: ; [ DW_TAG_structure_type ] [bar] [line 6, {{.*}}] [def] [from ]
H A Ddebug-info-template-recursive.cpp9 class bar : public foo<void> { }; class in inherits:foo
10 bar filters;
H A Ddeferred-global-init.cpp6 void* bar() { return a; } function
H A Ddestructors.cpp222 void bar(int x) { function in namespace:test4
358 void bar() { function in namespace:test9
H A Ddevirtualize-virtual-function-calls-final.cpp120 struct bar { struct in namespace:Test7
124 struct zed final : public foo, public bar {
136 return static_cast<bar*>(z)->f();
H A Ddevirtualize-virtual-function-calls.cpp62 struct bar : public foo { struct in namespace:test2
64 virtual ~bar();
67 void f(bar *b) {
H A Ddllexport.cpp566 t->bar();
569 void bar() {} function in struct:ReferencedInlineMethodInNestedClass::T
574 // M32-DAG: define linkonce_odr x86_thiscallcc void @"\01?bar@T@S@ReferencedInlineMethodInNestedClass@@QAEXXZ"
H A Deh.cpp24 virtual void bar() { } function in struct:test2_D
47 virtual void bar();
161 void bar();
167 bar();
266 void bar() { function in namespace:test11
410 void bar() { function in namespace:test16
H A Dexceptions.cpp181 double bar();
194 return new(foo(),bar()) A(5);
255 extern void *foo(), *bar();
257 return new(foo(),bar()) A(5);
H A Dforward-enum.cpp4 void bar(MyEnum value) { } function
10 bar(value);
H A Dfp16-overload.cpp10 int bar (void) { return foo(a); } function
H A Dglobal-init.cpp102 unsigned bar[4096] __attribute__((aligned(128))); member in union:test5::__anon18838
H A Dincomplete-member-function-pointer.cpp5 void bar(fake_tuple);
7 void (connection::*a)(fake_tuple) = &connection::bar;
9 void (connection::*b)(fake_tuple) = &connection::bar;

Completed in 105 milliseconds

<<11121314151617181920>>