HomeSort by relevance Sort by last modified time
    Searched defs:test10 (Results 26 - 50 of 65) sorted by null

12 3

  /external/clang/test/CodeGenCXX/
linkage.cpp 118 namespace test10 { namespace
mangle-template.cpp 131 namespace test10 { namespace
member-function-pointers.cpp 244 namespace test10 { namespace
262 // GLOBAL-LP64: @_ZN6test101aE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 0 }, align 8
263 // GLOBAL-LP32: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
264 // GLOBAL-ARM: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
267 // GLOBAL-LP64: @_ZN6test101bE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
268 // GLOBAL-LP32: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
269 // GLOBAL-ARM: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 8 }, align 4
272 // GLOBAL-LP64: @_ZN6test101cE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
273 // GLOBAL-LP32: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
274 // GLOBAL-ARM: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 8 }, align
    [all...]
  /external/clang/test/Sema/
attr-deprecated.c 82 void test10(void) __attribute__((deprecated));
83 void test10(void) { function
builtins.c 70 void test10(void) __attribute__((noreturn));
72 void test10(void) { function
compare.c 321 void test10(void) { function
exprs.c 104 void test10(int n,...) { function
return.c 69 int test10() { function
switch.c 179 void test10() { function
  /external/clang/test/SemaCXX/
ast-print.cpp 85 namespace test10 { namespace
97 // CHECK-NEXT: return test10::M::X<INT>::value;
99 return test10::M::X<INT>::value;
friend.cpp 167 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::f10_d(); // expected-error {{no member named 'f10_d'}
    [all...]
long-virtual-inheritance-chain.cpp 13 class test10 : virtual test9 { virtual void f(); }; class in inherits:test9
14 class test11 : virtual test10 { virtual void f(); };
references.cpp 106 void test10() { function
scope-check.cpp 196 namespace test10 { namespace
undefined-internal.cpp 216 namespace test10 { namespace
220 virtual void used() = 0; // expected-warning {{function 'test10::<anonymous namespace>::X::used' has internal linkage but is not defined}}
  /external/v8/test/mjsunit/compiler/
simple-bailouts.js 93 Test.prototype.test10 = function() {
142 t.test10();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 594 void test10() function
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 220 namespace test10 { namespace
234 l2.foo(); // expected-error {{'foo' is a private member of 'test10::A<char>'}}
  /external/clang/test/CodeGen/
init.c 96 int test10(int X) { function
100 // CHECK: @test10
  /external/clang/test/Parser/
char-literal-printing.c 16 wchar_t test10(void) { return L'\e'; } function
declarators.c 76 struct test10 { int a; } static test10x; struct
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 250 public void test10() throws Exception { method in class:EventRecurrenceTest
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
size_size_string_size_size.pass.cpp 1099 void test10() function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/
size_size_string_size_size.pass.cpp 1098 void test10() function
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 289 namespace test10 { namespace
296 friend void test10::test10_f(void);

Completed in 687 milliseconds

12 3