Searched refs:bar (Results 476 - 500 of 1179) sorted by last modified time

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dincomplete-types.cpp10 static struct Bar<int> bar[1] = { variable in typeref:struct:Bar
H A Dinstantiate-blocks.cpp42 void (^testing)(int) = ^(int bar) { printf("bar is %d\n", bar); };
43 printf("bar is\n");
H A Dlinetable-cleanup.cpp10 // CHECK: define {{.*}}bar
32 void bar() function
H A Dlinetable-eh.cpp33 bool bar();
38 Foo::bar () function in class:Foo
H A Dlinetable-fnbegin.cpp2 // Test that the line table info for Foo<T>::bar() is pointing to the
4 // CHECK: define{{.*}}bar
8 // CHECK: [[SP:.*]] = metadata !{i32 786478, metadata [[HPP]],{{.*}}[ DW_TAG_subprogram ] [line 22] [def] [bar]
17 int bar();
21 int Foo<T>::bar() { function in class:Foo
27 return f.bar();
H A Dlinkage.cpp150 template <typename T> inline void *bar() { function in namespace:test12
158 return reinterpret_cast<void *>(bar<S2>);
167 static void bar() {} function in struct:test13::S
169 return (void *)S::bar;
177 template <T *P> static void bar() {} function in struct:test14::foo
178 static void *g() { return (void *)bar<nullptr>; }
192 class bar { class
194 return reinterpret_cast<void *>(zed<bar>);
203 static void *bar();
205 template <class T> void *foo<T>::bar() { function in class:test16::foo
218 static int bar; local
[all...]
H A Dm64-ptr.cpp13 void bar(StringRef &A) { function
H A Dmangle-abi-examples.cpp17 void bar () { function in struct:C
26 C().bar();
H A Dmangle-exprs.cpp123 void bar(float);
134 c(foo, bar);
H A Dmangle-ms-abi-examples.cpp5 // CHECK: define {{.*}} @"\01?baz@E@?3??bar@C@?1??foo@@YAXXZ@QAEXXZ@QAEXXZ"(
17 void bar () { function in struct:C
26 C().bar();
H A Dmangle-ms-arg-qualifiers.cpp12 void bar(const volatile double) {} function
13 // CHECK: "\01?bar@@YAXN@Z"
14 // X64: "\01?bar@@YAXN@Z"
H A Dmangle-ms-back-references-pr13207.cpp111 void bar(J<A,B> x) {} function in namespace:PR13207
112 // CHECK: "\01?bar@PR13207@@YAXV?$J@VA@PR13207@@VB@2@@1@@Z"
136 void bar(NA::Y<X> x) {} function in namespace:PR13207::NB
137 // CHECK: "\01?bar@NB@PR13207@@YAXV?$Y@VX@NB@PR13207@@@NA@2@@Z"
H A Dmangle-ms-template-callback.cpp63 template<typename T> void bar(T) {} function
66 bar<int (*)(int)>(0);
67 // CHECK: "\01??$bar@P6AHH@Z@@YAXP6AHH@Z@Z"
69 bar<int (^)(int)>(0);
70 // CHECK: "\01??$bar@P_EAHH@Z@@YAXP_EAHH@Z@Z"
H A Dmangle-ms-templates.cpp274 void bar() { UUIDType4::foo(); } function in struct:UUIDType4
277 // CHECK: "\01?bar@?$UUIDType4@$1?_GUID_12345678_1234_1234_1234_1234567890ab@@3U__s_GUID@@B@@QAEXXZ"
H A Dmangle-ms.cpp56 struct bar { struct
72 foo bar() { return foo(); } function
73 // CHECK-DAG: @"\01?bar@@YA?AVfoo@@XZ"
74 // X64-DAG: @"\01?bar@@YA?AVfoo@@XZ"
83 bar();
91 int bar::g;
92 // CHECK-DAG: @"\01?g@bar@@2HA"
134 void gamma(class foo, struct bar, union baz, enum quux) {} argument
H A Dmangle-system-header.cpp11 void bar() { } function
H A Dmangle-windows.cpp25 static void __stdcall bar();
32 void Foo::bar() {} function in class:Foo
33 // WIN: define x86_stdcallcc void @"\01?bar@Foo@@SGXXZ"
H A Dmangle.cpp428 struct foo { int bar; }; member in struct:test4::foo
431 void g(zed<&foo::bar>*)
436 struct foo { static int bar; }; member in struct:test5::foo
439 void g(zed<&foo::bar>*)
444 struct foo { int bar(); };
447 void g(zed<&foo::bar>*)
452 struct foo { static int bar(); };
455 void g(zed<&foo::bar>*)
470 struct bar { struct in namespace:test9
476 f<int, bar>(
655 static char bar() {} function in namespace:test24
939 struct foo { union { int bar; }; }; member in union:test43::foo::__anon18887
[all...]
H A Dmember-alignment.cpp8 void bar(void);
12 t::bar(void) { function in class:t
H A Dmember-function-pointers.cpp95 void bar(B1 b2) { while (b2()) ; } function in namespace:PR5177
101 virtual void bar(foo *);
108 void (foo::*ptr1)(void *) = (void (foo::*)(void *))&foo::bar;
111 void (foo::*ptr3)(void) = (void (foo::*)(void))&foo::bar;
H A Dmicrosoft-abi-default-cc.cpp18 void __cdecl bar();
19 void bar();
20 void bar() {} function
22 // MSABI: define void @"\01?bar@@YAXXZ"
H A Dmicrosoft-abi-sret-and-byval.cpp292 void bar() { function in namespace:test2
297 // WIN32-LABEL: define void @"\01?bar@test2@@YAXXZ"() {{.*}} {
H A Dmicrosoft-abi-static-initializers.cpp148 static enum e { foo, bar, baz } x; enumerator in enum:e
156 enum e { foo, bar, baz }; enumerator in enum:T::e
H A Dmicrosoft-abi-virtual-inheritance.cpp11 virtual void bar();
19 virtual void bar();
144 obj->bar();
352 virtual void bar();
360 virtual void bar();
364 void D::bar() { function in class:test3::D
365 // CHECK-LABEL: define x86_thiscallcc void @"\01?bar@D@test3@@UAEXXZ"(%"struct.test3::D"* %this)
H A Dmicrosoft-abi-virtual-member-pointers.cpp18 virtual int bar(int, double);
35 ptr2 = &C::bar;

Completed in 126 milliseconds

<<11121314151617181920>>