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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp 64 namespace test4 { namespace
  /external/clang/test/CXX/conv/conv.mem/
p4.cpp 48 namespace test4 { namespace
50 struct Derived : Base, virtual A {}; // expected-warning {{direct base 'Base' is inaccessible due to ambiguity:\n struct test4::Derived -> struct Base\n struct test4::Derived -> struct test4::A -> struct Base}}
52 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test4::Derived':}}
53 int (Derived::*m)() = method_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test4::Derived':}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 67 void test4() { function in struct:test1::B
110 void test4() { function in struct:test2::B
156 void test4() {
187 namespace test4 { namespace
  /external/clang/test/CodeGen/
alignment.c 56 void test4(float4align64 *p) { function
59 // CHECK: @test4(
arm64-aapcs-arguments.c 31 // CHECK: void @test4([3 x <16 x i8>] %v0_v2.coerce, [3 x <16 x i8>] %v3_v5.coerce, [3 x <16 x i8>] %sp.coerce, double %sp48, [3 x <16 x i8>] %sp64.coerce)
34 void test4(BigHFA v0_v2, BigHFA v3_v5, BigHFA sp, double sp48, BigHFA sp64) { function
builtin-memfns.c 34 // CHECK: @test4
36 void test4(char *P, char *Q) { function
conditional.c 17 void test4() { function
packed-nest-unpacked.c 29 void test4() { function
30 // CHECK: @test4
  /external/clang/test/CodeGenCXX/
assign-construct-memcpy.cpp 51 foo *test4(foo &&x) { function
53 // CHECK-POD: test4
56 // CHECK-NONPOD: test4
debug-info-enum-class.cpp 78 namespace test4 { namespace in namespace:A::B::PR14029
80 // CHECK-SAME: scope: [[TEST4:![0-9]+]]
83 // CHECK: [[TEST4]] = !DINamespace(name: "test4"
delete.cpp 107 namespace test4 { namespace
member-expressions.cpp 48 namespace test4 { namespace
microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp 142 namespace test4 { namespace
157 // BITCODE-LABEL: define {{.*}}\01?ffun@test4@@YAXAAUC@1@@Z
162 // BITCODE: [[THIS1:%.+]] = bitcast %"struct.test4::C"* {{.*}} to i8*
168 // BITCODE-LABEL: define {{.*}}\01?fop@test4@@YAXAAUC@1@@Z
173 // BITCODE: [[THIS1:%.+]] = bitcast %"struct.test4::C"* {{.*}} to i8*
partial-destruction.cpp 177 namespace test4 { namespace
  /external/clang/test/Layout/
ms-x86-declspec-empty_bases.cpp 197 namespace test4 { namespace
217 // CHECK-NEXT: 0 | struct test4::A
223 // CHECK-NEXT: 0 | struct test4::B (empty)
228 // CHECK-NEXT: 0 | struct test4::C
229 // CHECK-NEXT: 0 | struct test4::A (base)
231 // CHECK-NEXT: 4 | struct test4::B b (empty)
236 // CHECK-NEXT: 0 | struct test4::D (empty)
241 // CHECK-NEXT: 0 | struct test4::E
247 // CHECK-NEXT: 0 | struct test4::F
248 // CHECK-NEXT: 0 | struct test4::D (base) (empty
    [all...]
  /external/clang/test/Sema/
arm-neon-types.c 24 int32x4_t test4(int32x4_t a, vSInt32 b) { function
block-args.c 39 void test4() { function
block-literal.c 53 void test4() {
extern-redecl.c 37 void test4() { function
  /external/clang/test/SemaCXX/
attr-nonnull.cpp 44 namespace test4 { namespace
condition.cpp 56 void test4(bool (&x)(void)) {
linkage.cpp 70 // CHECK: define void @test4(
71 extern "C" void test4(void) {} function in namespace:__anon16823
undefined-inline.cpp 20 namespace test4 { namespace
21 inline void error_on_zero(int); // expected-warning{{inline function 'test4::error_on_zero' is not defined}}
warn-new-overaligned.cpp 54 namespace test4 { namespace
70 new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
  /external/python/cpython3/Lib/test/
test_global.py 46 def test4(self): function

Completed in 1037 milliseconds

1 2 3 4 56 7 8 91011>>