HomeSort by relevance Sort by last modified time
    Searched refs:test6 (Results 101 - 125 of 264) sorted by null

1 2 3 45 6 7 8 91011

  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp 154 namespace test6 { namespace
169 // CHECK-LABEL: VFTable for 'test6::A' in 'test6::C' in 'test6::X' (1 entry).
170 // CHECK-NEXT: 0 | void test6::A::f()
172 // CHECK-LABEL: VFTable for 'test6::B' in 'test6::C' in 'test6::X' (2 entries).
173 // CHECK-NEXT: 0 | void test6::X::g()
174 // CHECK-NEXT: 1 | void test6::B::h(
    [all...]
visibility-inlines-hidden.cpp 151 namespace test6 { namespace
eh.cpp 92 namespace test6 { namespace
microsoft-abi-virtual-inheritance.cpp 503 namespace test6 { namespace
514 // CHECK-LABEL: define x86_thiscallcc %"class.test6::D"* @"\01??0D@test6@@AAE@XZ"(
515 // CHECK: %[[THIS:.*]] = load %"class.test6::D"*, %"class.test6::D"**
519 // CHECK: %[[C:.*]] = bitcast %"class.test6::D"* %[[THIS]] to %"class.test6::C"*
520 // CHECK: %[[C_i8:.*]] = bitcast %"class.test6::C"* %[[C]] to i8*
microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp 247 namespace test6 { namespace
273 // CHECK-LABEL: VFTable for 'test6::A' in 'test6::E' in 'test6::X' (2 entries).
274 // CHECK-NEXT: 0 | void test6::A::g()
275 // CHECK-NEXT: 1 | void test6::A::h()
277 // CHECK-LABEL: VFTable for 'test6::D' in 'test6::E' in 'test6::X' (4 entries).
278 // CHECK-NEXT: 0 | test6::F *test6::X::foo(
    [all...]
value-init.cpp 198 namespace test6 { namespace
vtable-assume-load.cpp 178 namespace test6 { namespace
  /external/clang/test/Parser/
declarators.c 46 int test6() { return a; } // a should be declared. function
switch-recovery.cpp 60 int test6(int i) { function
  /external/clang/test/SemaCXX/
alignof.cpp 25 const int test6 = __alignof__(S2::x); variable
ast-print.cpp 51 void test6() { function
openmp_default_simd_align.cpp 23 const int test6 = __builtin_omp_required_simd_align(decltype(S2::x)); variable
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}}
warn-global-constructors.cpp 71 namespace test6 { namespace
warn-thread-safety-verbose.cpp 74 void test6() { // expected-note {{Thread warning in function 'test6'}} function in class:Test
warn-unused-filescoped.cpp 166 namespace test6 { namespace
  /external/clang/test/SemaTemplate/
instantiate-self.cpp 64 namespace test6 {
  /external/clang/test/CXX/class.access/
p6.cpp 143 namespace test6 { namespace
153 private_inner c; // expected-error {{'private_inner' is a private member of 'test6::A'}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p3.cpp 56 namespace test6 { namespace
  /external/clang/test/Sema/
asm.c 58 void test6(long i) { function
attr-deprecated.c 58 typedef foo_dep test6(struct bar_dep*); // expected-warning {{'foo_dep' is deprecated}} \ typedef
block-misc.c 75 const char*test6() { function
builtins-arm.c 50 void test6(int a, int b, int c) { function
exprs.c 75 void test6() { function
return.c 46 int test6() { function

Completed in 1782 milliseconds

1 2 3 45 6 7 8 91011