HomeSort by relevance Sort by last modified time
    Searched defs:Test5 (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/CodeGen/
2002-02-16-RenamingTest.c 7 void Test5(double X) {
temporary-lifetime.cpp 122 int Test5() {
123 // CHECK-DTOR-LABEL: Test5
  /external/clang/test/CXX/basic/basic.link/
p7.cpp 62 namespace 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/SemaCXX/
attr-weak.cpp 14 struct Test5 {
15 static void test5() __attribute__((weak)); // no error
microsoft-dtor-lookup.cpp 93 namespace Test5 {
empty-class-layout.cpp 123 namespace Test5 {
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 24 struct Test5 {
  /external/clang/test/CodeGenCXX/
class-layout.cpp 36 namespace Test5 {
42 // CHECK: %"struct.Test5::B" = type { %"struct.Test5::A.base", i8, i8, [5 x i8] }
devirtualize-virtual-function-calls-final.cpp 73 namespace Test5 {
skip-vtable-pointer-initialization.cpp 86 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*)]
microsoft-abi-vbtables.cpp 71 namespace Test5 {
80 // CHECK-DAG: @"\01??_8D@Test5@@7BB@1@@"
81 // CHECK-DAG: @"\01??_8D@Test5@@7BC@1@@"
82 // CHECK-DAG: @"\01??_8C@Test5@@7B@"
83 // CHECK-DAG: @"\01??_8B@Test5@@7B@"
microsoft-abi-vtables-virtual-inheritance.cpp 154 namespace Test5 {
158 // MANGLING-DAG: @"\01??_7X@Test5@@6B@"
163 // CHECK-LABEL: VFTable for 'Test5::Y' (1 entry).
164 // CHECK-NEXT: 0 | void Test5::Y::h()
166 // CHECK-LABEL: VFTable for 'A' in 'Test5::X' in 'Test5::Y' (3 entries).
169 // CHECK-NEXT: 2 | void Test5::X::g()
171 // CHECK-LABEL: VFTable indices for 'Test5::Y' (1 entry).
172 // CHECK-NEXT: 0 | void Test5::Y::h()
174 // MANGLING-DAG: @"\01??_7Y@Test5@@6B01@@
    [all...]
thunks.cpp 120 namespace Test5 {
391 // This is from Test5:
401 // This is from Test5:
vtable-available-externally.cpp 5 // RUN: FileCheck --check-prefix=CHECK-TEST5 %s < %t
111 // CHECK-TEST5-LABEL: define linkonce_odr void @_ZN5Test51A1fEv
112 namespace Test5 {
vtable-layout.cpp 304 namespace Test5 {
323 // CHECK-12: Vtable for 'Test5::C' (9 entries).
325 // CHECK-12-NEXT: 1 | Test5::C RTTI
326 // CHECK-12-NEXT: -- (Test5::A, 0) vtable address --
327 // CHECK-12-NEXT: -- (Test5::B1, 0) vtable address --
328 // CHECK-12-NEXT: -- (Test5::C, 0) vtable address --
329 // CHECK-12-NEXT: 2 | void Test5::B1::f()
330 // CHECK-12-NEXT: 3 | void Test5::A::g()
331 // CHECK-12-NEXT: 4 | void Test5::C::h()
333 // CHECK-12-NEXT: 6 | Test5::C RTT
    [all...]
visibility.cpp 202 namespace Test5 {
523 static void test5();
532 void test5() { function in namespace:Test20
533 B<A<2> >::test5();
    [all...]
  /external/clang/test/Sema/
bitfield.c 65 struct Test5 { unsigned n : 2; } t5;
67 struct Test5 sometest5 = {-1}; // expected-warning {{implicit truncation from 'int' to bitfield changes value from -1 to 3}}
attr-capabilities.c 18 int Test5 __attribute__((release_capability("test5"))); // expected-warning {{'release_capability' attribute only applies to functions}}
23 struct __attribute__((capability)) Test5 {}; // expected-error {{'capability' attribute takes one argument}}
  /external/tensorflow/tensorflow/core/lib/gtl/
manual_constructor_test.cc 39 typedef TestN<5> Test5;
52 CHECK_EQ(sizeof(ManualConstructor<Test5>), sizeof(Test5));
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5755.dir/
a.go 35 func Test5(s []byte) I { return foo5(s) }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/
a.go 35 func Test5(s []byte) I { return foo5(s) }
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 223 void Test5() {
225 fprintf(stderr, "Starting Test5\n");
226 // CHECK: Starting Test5
608 LockTest().Test5();
  /external/flatbuffers/tests/MyGame/Example/
Monster.py 363 def Test5(self, j):
476 def MonsterAddTest5(builder, test5): builder.PrependUOffsetTRelativeSlot(31, flatbuffers.number_types.UOffsetTFlags.py_type(test5), 0)

Completed in 1709 milliseconds

1 2