HomeSort by relevance Sort by last modified time
    Searched refs:Test5 (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CodeGen/
2002-02-16-RenamingTest.c 7 void Test5(double X) {
  /external/clang/test/SemaCXX/
attr-weak.cpp 14 struct Test5 {
15 static void test5() __attribute__((weak)); // no error
empty-class-layout.cpp 123 namespace Test5 {
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 24 struct Test5 {
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 132 class test5 { class
135 namespace Test5 {
138 using namespace Test5;
139 int test5::inc(int x = default_x) {
  /external/clang/test/CodeGenCXX/
class-layout.cpp 36 namespace Test5 {
42 // CHECK: %"struct.Test5::B" = type { [9 x i8], i8, i8, [5 x i8] }
skip-vtable-pointer-initialization.cpp 86 namespace Test5 {
vtable-available-externally.cpp 4 // RUN: FileCheck --check-prefix=CHECK-TEST5 %s < %t
109 // CHECK-TEST5: define linkonce_odr void @_ZN5Test51A1fEv
110 namespace Test5 {
vtt-layout.cpp 61 namespace Test5 {
82 // CHECK: @_ZTVN5Test51AE = unnamed_addr constant [4 x i8*] [i8* null, i8* bitcast ({ i8*, i8* }* @_ZTIN5Test51AE to i8*), i8* bitcast (void ()* @__cxa_pure_virtual to i8*), i8* bitcast (void (%"struct.Test5::A"*)* @_ZN5Test51A6anchorEv to i8*)]
devirtualize-virtual-function-calls-final.cpp 69 namespace Test5 {
thunks.cpp 116 namespace Test5 {
347 // This is from Test5:
vtable-layout.cpp 258 namespace Test5 {
277 // CHECK-12: Vtable for 'Test5::C' (9 entries).
279 // CHECK-12-NEXT: 1 | Test5::C RTTI
280 // CHECK-12-NEXT: -- (Test5::A, 0) vtable address --
281 // CHECK-12-NEXT: -- (Test5::B1, 0) vtable address --
282 // CHECK-12-NEXT: -- (Test5::C, 0) vtable address --
283 // CHECK-12-NEXT: 2 | void Test5::B1::f()
284 // CHECK-12-NEXT: 3 | void Test5::A::g()
285 // CHECK-12-NEXT: 4 | void Test5::C::h()
287 // CHECK-12-NEXT: 6 | Test5::C RTT
    [all...]
visibility.cpp 190 namespace Test5 {
511 static void test5();
520 void test5() { function in namespace:Test20
521 B<A<2> >::test5();

Completed in 437 milliseconds