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

  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 34 extern struct Test6 *const kMagicConstant;
  /external/clang/test/SemaCXX/
attr-weak.cpp 19 struct Test6 {
20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
microsoft-dtor-lookup.cpp 109 namespace Test6 {
references.cpp 61 int& test6(int& x) { function
69 class Test6 { // expected-warning{{class 'Test6' does not declare any constructor to initialize its non-modifiable members}}
empty-class-layout.cpp 136 namespace Test6 {
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 30 int Test6() {
  /external/clang/test/CodeGenCXX/
class-layout.cpp 50 namespace Test6 {
skip-vtable-pointer-initialization.cpp 110 namespace Test6 {
vtable-available-externally.cpp 117 namespace Test6 {
vtt-layout.cpp 71 namespace Test6 {
83 // CHECK: @_ZTVN5Test61AE = unnamed_addr constant [4 x i8*] [i8* null, i8* bitcast ({ i8*, i8* }* @_ZTIN5Test61AE to i8*), i8* bitcast (void ()* @__cxa_deleted_virtual to i8*), i8* bitcast (void (%"struct.Test6::A"*)* @_ZN5Test61A6anchorEv to i8*)]
devirtualize-virtual-function-calls-final.cpp 92 namespace Test6 {
thunks.cpp 132 namespace Test6 {
microsoft-abi-vtables-virtual-inheritance.cpp 184 namespace Test6 {
188 // CHECK-LABEL: VFTable for 'A' in 'Test6::X' (2 entries).
192 // CHECK-NOT: VFTable indices for 'Test6::X'
194 // MANGLING-DAG: @"\01??_7X@Test6@@6B@"
microsoft-abi-vbtables.cpp 86 namespace Test6 {
97 // CHECK-DAG: @"\01??_8G@Test6@@7BB@1@E@1@F@1@@" =
98 // CHECK-DAG: @"\01??_8G@Test6@@7BC@1@E@1@F@1@@" =
99 // CHECK-DAG: @"\01??_8G@Test6@@7BB@1@F@1@@" =
100 // CHECK-DAG: @"\01??_8G@Test6@@7BC@1@F@1@@" =
101 // CHECK-DAG: @"\01??_8G@Test6@@7BB@1@E@1@@" =
102 // CHECK-DAG: @"\01??_8G@Test6@@7BC@1@E@1@@" =
103 // CHECK-DAG: @"\01??_8F@Test6@@7BB@1@E@1@@" = {{.*}} [2 x i32] [i32 0, i32 52]
104 // CHECK-DAG: @"\01??_8F@Test6@@7BC@1@E@1@@" = {{.*}} [2 x i32] [i32 0, i32 44]
105 // CHECK-DAG: @"\01??_8F@Test6@@7BB@1@@" = {{.*}} [2 x i32] [i32 0, i32 24
    [all...]
vtable-layout.cpp 347 namespace Test6 {
360 // CHECK-13: Vtable for 'Test6::C' (6 entries).
362 // CHECK-13-NEXT: 1 | Test6::C RTTI
363 // CHECK-13-NEXT: -- (Test6::A1, 0) vtable address --
364 // CHECK-13-NEXT: -- (Test6::C, 0) vtable address --
365 // CHECK-13-NEXT: 2 | void Test6::C::f()
367 // CHECK-13-NEXT: 4 | Test6::C RTTI
368 // CHECK-13-NEXT: -- (Test6::A2, 16) vtable address --
369 // CHECK-13-NEXT: 5 | void Test6::C::f()
372 // CHECK-13: VTable indices for 'Test6::C' (1 entries)
    [all...]
visibility.cpp 210 namespace Test6 {
    [all...]
  /external/clang/test/Sema/
attr-capabilities.c 20 struct __attribute__((shared_capability("test1", 12))) Test6 {}; // expected-error {{'shared_capability' attribute takes one argument}}
  /external/chromium_org/v8/test/mjsunit/es6/
generators-iteration.js 495 function Test6(iter) {
503 Test6(instantiate(g));
561 function Test6(iter) {
568 Test6(instantiate(g));
650 function Test6(iter) {
659 Test6(instantiate(g));
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 237 void Test6() {
239 fprintf(stderr, "Starting Test6: 3 threads lock/unlock private mutexes\n");
240 // CHECK: Starting Test6
581 LockTest().Test6();

Completed in 304 milliseconds