Searched defs:test10 (Results 26 - 50 of 65) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dext-vector.c222 // CHECK: @test10
225 int test10(int4 V) { function
H A Dinit.c96 int test10(int X) { function
100 // CHECK: @test10
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp128 namespace test10 { namespace
H A Dmember-function-pointers.cpp246 namespace test10 { namespace
264 // GLOBAL-LP64: @_ZN6test101aE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 0 }, align 8
265 // GLOBAL-LP32: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
266 // GLOBAL-ARM: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
269 // GLOBAL-LP64: @_ZN6test101bE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
270 // GLOBAL-LP32: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
271 // GLOBAL-ARM: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 8 }, align 4
274 // GLOBAL-LP64: @_ZN6test101cE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
275 // GLOBAL-LP32: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
276 // GLOBAL-ARM: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10
[all...]
H A Ddestructors.cpp411 namespace test10 { namespace
/external/clang/test/Parser/
H A Dchar-literal-printing.c16 wchar_t test10(void) { return L'\e'; } function
H A Ddeclarators.c77 struct test10 { int a; } static test10x; struct
/external/clang/test/Sema/
H A Dattr-deprecated.c82 void test10(void) __attribute__((deprecated));
83 void test10(void) { function
H A Dbuiltins.c75 void test10(void) __attribute__((noreturn));
77 void test10(void) { function
H A Dcompare.c321 void test10(void) { function
H A Dexprs.c104 void test10(int n,...) { function
H A Dreturn.c69 int test10() { function
H A Dswitch.c179 void test10() { function
/external/clang/test/SemaCXX/
H A Dast-print.cpp85 namespace test10 { namespace
97 // CHECK-NEXT: return test10::M::X<INT>::value;
99 return test10::M::X<INT>::value;
H A Dcompare.cpp377 void test10(short num, int x) { function in namespace:templates
H A Derr_typecheck_assign_const.cpp100 void test10() { function
H A Dlong-virtual-inheritance-chain.cpp13 class test10 : virtual test9 { virtual void f(); }; class in inherits:test9
14 class test11 : virtual test10 { virtual void f(); };
H A Dreferences.cpp116 void test10() { function
H A Dundefined-internal.cpp216 namespace test10 { namespace
220 virtual void used() = 0; // expected-warning {{function 'test10::(anonymous namespace)::X::used' has internal linkage but is not defined}}
H A Dclass-layout.cpp303 namespace test10 { namespace in namespace:PR16537
H A Dfriend.cpp167 namespace test10 { namespace
204 ::test10::f10_a();
205 ::test10::f10_b();
206 ::test10::f10_c();
207 ::test10::f10_d(); // expected-error {{no member named 'f10_d'}}
214 ::test10::f10_a(x);
215 ::test10::f10_b(x);
216 ::test10::f10_c(x);
217 ::test10::f10_d(x); // expected-error {{no type named 'f10_d'}}
233 ::test10
[all...]
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string_size_size.pass.cpp616 void test10() function
1726 test10<S>();
1761 test10<S>();
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp289 namespace test10 { namespace
296 friend void test10::test10_f(void);
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp220 namespace test10 { namespace
234 l2.foo(); // expected-error {{'foo' is a private member of 'test10::A<char>'}}
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dcompare.size_size_sv_size_size.pass.cpp1089 void test10() function
5757 test10();

Completed in 438 milliseconds

123