HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 251 - 275 of 474) sorted by null

<<111213141516171819

  /external/clang/test/Parser/
switch-recovery.cpp 44 int test4(int i) { function
  /external/clang/test/Sema/
complex-int.c 51 void test4(_Complex float *x) { function
  /external/clang/test/SemaCXX/
alignof.cpp 21 int test4 = __alignof__(x); // ok member in struct:S2
anonymous-union.cpp 131 namespace test4 { namespace
ast-print.cpp 42 void test4() { new X; } function
openmp_default_simd_align.cpp 19 int test4 = __builtin_omp_required_simd_align(decltype(x)); // ok member in struct:S2
references.cpp 46 void test4() { function
warn-global-constructors.cpp 54 namespace test4 { namespace
warn-redundant-move.cpp 57 C test4(A& a1, B& b1) { function
warn-thread-safety-verbose.cpp 64 void test4() { // expected-note {{Thread warning in function 'test4'}} function in class:Test
  /external/clang/test/SemaTemplate/
instantiate-self.cpp 39 namespace test4 { namespace
  /external/ltp/testcases/commands/eject/
eject-tests.sh 125 test4() function
  /external/ltp/testcases/commands/ld/
ld01 77 test4() function
  /external/clang/test/CXX/class.access/
p4.cpp 158 namespace test4 { namespace
172 // expected-error {{cannot cast 'test4::Derived1' to its private base class}}
173 Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its private base class}} \
190 Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member of 'test4::Base'}} \
191 // expected-error {{cannot cast 'test4::Derived3' to its private base class}}
390 int test4(A<int> &a) { function in class:test15::A
415 int test4(B<int> &b) { function in class:test15::B
p6.cpp 109 namespace test4 { namespace
  /external/ltp/testcases/network/nfsv4/acl/
acl1.c 183 static void test4(char *file) function
314 test4(path);
343 test4(argv[1]);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13799.go 28 test4(iter)
117 func test4(iter int) { func
121 m := &x // ERROR "test4 &x does not escape$"
127 fn = func() { // ERROR "test4 func literal does not escape$"
139 panic(fmt.Sprintf("iter %d: maxI = %d, *m = %d", iter, maxI, *m)) // ERROR "\*m escapes to heap$" "iter escapes to heap$" "maxI escapes to heap$" "test4 ... argument does not escape$"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13799.go 28 test4(iter)
117 func test4(iter int) { func
121 m := &x // ERROR "test4 &x does not escape$"
127 fn = func() { // ERROR "test4 func literal does not escape$"
139 panic(fmt.Sprintf("iter %d: maxI = %d, *m = %d", iter, maxI, *m)) // ERROR "\*m escapes to heap$" "iter escapes to heap$" "maxI escapes to heap$" "test4 ... argument does not escape$"
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p3.cpp 39 namespace test4 { namespace
  /external/clang/test/CodeGenCXX/
eh.cpp 62 void test4() { function
microsoft-abi-virtual-inheritance.cpp 376 namespace test4{ namespace
394 // CHECK-LABEL: define x86_thiscallcc void @"\01??1C@test4@@UAE@XZ"(%"struct.test4::C"* %this)
399 // CHECK: %[[VFPTR_i8:.*]] = bitcast %"struct.test4::C"* %{{.*}} to i32 (...)***
400 // CHECK: store i32 (...)** bitcast ([1 x i8*]* @"\01??_7C@test4@@6BB@1@@" to i32 (...)**), i32 (...)*** %[[VFPTR_i8]]
407 // CHECK-LABEL: define void @"\01?destroy@test4@@YAXPAUC@1@@Z"(%"struct.test4::C"* %obj)
410 // CHECK: %[[VPTR:.*]] = bitcast %"struct.test4::C"* %[[OBJ:.*]] to i8* (%"struct.test4::C"*, i32)***
411 // CHECK: %[[VFTABLE:.*]] = load i8* (%"struct.test4::C"*, i32)**, i8* (%"struct.test4::C"*, i32)*** %[[VPTR]
    [all...]
microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp 140 namespace test4 { namespace
166 // CHECK-LABEL: VFTable for 'test4::D' in 'test4::X' (3 entries).
167 // CHECK-NEXT: 0 | test4::F *test4::X::foo()
168 // CHECK-NEXT: [return adjustment (to type 'struct test4::B *'): 8 non-virtual]
169 // CHECK-NEXT: 1 | void test4::D::z()
170 // CHECK-NEXT: 2 | test4::F *test4::X::foo()
172 // CHECK-LABEL: Thunks for 'test4::F *test4::X::foo()' (1 entry)
    [all...]
pointers-to-data-members.cpp 188 namespace test4 { namespace
194 // CHECK-GLOBAL: @_ZN5test41dE = global %"struct.test4::D" { %"struct.test4::C.base" zeroinitializer, i32* null, %"struct.test4::B.base" { i32 (...)** null, i64 -1 }, %"struct.test4::A" zeroinitializer }, align 8
template-instantiation.cpp 129 namespace test4 { namespace
vtable-assume-load.cpp 123 namespace test4 { namespace
141 // CHECK4: call void @_ZN5test41CC1Ev(%"struct.test4::C"*
155 } // test4

Completed in 798 milliseconds

<<111213141516171819