Home
last modified time | relevance | path

Searched defs:Test4 (Results 1 – 25 of 111) sorted by relevance

12345

/external/llvm-project/clang/test/AST/
Dast-dump-c-attr.c26 struct [[deprecated]] Test4 { struct
30 // CHECK: RecordDecl{{.*}}Test4 argument
/external/llvm-project/clang/test/SemaCXX/
Ddeclspec-selectany.cpp15 struct Test4 { struct
18 __declspec(selectany) constexpr int Test4::sdm; // no warning argument
Dbitfield-layout.cpp31 struct Test4 { struct
34 CHECK_SIZE(Test4, 8); argument
/external/llvm-project/clang/test/SemaObjC/
Dproperty-ivar-mismatch.m4 @interface Test4 interface
11 @implementation Test4 implementation
Ddefault-synthesize-2.m59 @interface Test4 { interface
67 @implementation Test4 implementation
Dmethod-conflict-1.m77 @interface Test4 {} interface
81 @implementation Test4 implementation
Dmethod-conflict-2.m38 @interface Test4 {} interface
42 @implementation Test4 implementation
Dobjc-mixed-bridge-attribute.m46 void Test4(NSAttributedString *ns_attrStr, NSMutableAttributedString *ns_mutable_attr_Str) { function
/external/clang/test/SemaObjC/
Dproperty-ivar-mismatch.m4 @interface Test4 interface
11 @implementation Test4 implementation
Ddefault-synthesize-2.m59 @interface Test4 { interface
67 @implementation Test4 implementation
Dmethod-conflict-1.m77 @interface Test4 {} interface
81 @implementation Test4 implementation
Dmethod-conflict-2.m38 @interface Test4 {} interface
42 @implementation Test4 implementation
Dobjc-mixed-bridge-attribute.m46 void Test4(NSAttributedString *ns_attrStr, NSMutableAttributedString *ns_mutable_attr_Str) { function
/external/clang/test/Sema/
Dbitfield.c47 struct Test4 { struct
52 void test4(struct Test4 *t) { in test4() argument
/external/llvm-project/clang/test/Sema/
Dbitfield.c47 struct Test4 { struct
52 void test4(struct Test4 *t) { in test4() argument
/external/googletest/googletest/test/
Dgoogletest-failfast-unittest_.cc56 TEST_F(HasFixtureTest, Test4) { FAIL() << "Expected failure."; } in TEST_F() argument
68 TEST(HasSimpleTest, Test4) { FAIL() << "Expected failure."; } in TEST() argument
80 TEST(HasDisabledTest, Test4) { FAIL() << "Expected failure."; } in TEST() argument
98 TEST(HasDeathTest, Test4) { in TEST() argument
112 TEST(DISABLED_HasDisabledSuite, Test4) { FAIL() << "Expected failure."; } in TEST() argument
159 TEST(HasSkipTest, Test4) { FAIL() << "Expected failure."; } in TEST() argument
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
Dp1.cpp37 class Test4 {}; // expected-note {{previous definition}} class
40 class Test4 {}; // expected-error {{redefinition of 'Test4'}} class
/external/clang/test/SemaCXX/
Dbitfield-layout.cpp25 struct Test4 { struct
28 CHECK_SIZE(Test4, 8); argument
/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
Dp1.cpp37 class Test4 {}; // expected-note {{previous definition}} class
40 class Test4 {}; // expected-error {{redefinition of 'Test4'}} class
/external/clang/test/Index/
Dget-cursor.m63 @interface Test4 interface
65 @interface Test4(Dido) interface in Dido
67 @implementation Test4(Dido) implementation in Dido
/external/llvm-project/clang/test/Index/
Dget-cursor.m63 @interface Test4 interface
65 @interface Test4(Dido) interface in Dido
67 @implementation Test4(Dido) implementation in Dido
/external/clang/test/CodeGenObjC/
Darc-unopt.m41 @interface Test4 { id x; } @end interface
/external/llvm-project/clang/test/CodeGenObjC/
Darc-unopt.m41 @interface Test4 { id x; } @end interface
/external/llvm-project/clang/test/CodeGen/
Dtemporary-lifetime.cpp108 void Test4() { in Test4() function
/external/clang/test/CodeGen/
Dtemporary-lifetime.cpp108 void Test4() { in Test4() function

12345