Home
last modified time | relevance | path

Searched refs:Test5 (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbitfield-layout.cpp37 struct Test5 { struct
41 CHECK_SIZE(Test5, 1); argument
42 CHECK_ALIGN(Test5, 1);
H A Dattr-weak.cpp14 struct Test5 { struct
H A Dmicrosoft-dtor-lookup.cpp93 namespace Test5 { namespace
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-funcs-json.cpp8 void Test5() &&;
26 constexpr void Test5(void);
H A Dast-dump-attr.m31 @property (readonly) [[clang::iboutlet]] NSObject *Test5; property
32 // CHECK: ObjCPropertyDecl{{.*}} Test5 'NSObject *' readonly
39 // CHECK: ObjCMethodDecl{{.*}} implicit{{.*}} Test5
H A Dast-dump-c-attr.c27 [[deprecated("Frobble")]] int Test5, Test6; member
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp113 class Test5 { class
115 template <typename T> Test5(T &&n);
117 Test5(Test5 &&rhs) = delete;
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-ivar-mismatch.m16 @interface Test5 interface
23 @implementation Test5 implementation
H A Ddefault-synthesize-2.m73 @interface Test5 interface
81 @implementation Test5 implementation
83 Test5 *foo = 0;
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp135 namespace Test5 { namespace
138 using namespace Test5;
/llvm-project-15.0.7/clang/test/Sema/
H A Dbitfield.c65 struct Test5 { unsigned n : 2; } t5; argument
67 struct Test5 sometest5 = {-1};
H A Dattr-capabilities.c18 int Test5 __attribute__((release_capability("test5"))); // expected-warning {{'release_capability' … variable
23 struct __attribute__((capability)) Test5 {}; // expected-error {{'capability' attribute takes one a… struct
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m49 // Test5 - conforms to P3 because it implement's P3's property.
58 @interface Test5 : NSObject<P3> interface
61 @implementation Test5 implementation
H A Dobjcmt-protocol-conformance.m.result49 // Test5 - conforms to P3 because it implement's P3's property.
58 @interface Test5 : NSObject<P3, P4>
61 @implementation Test5
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-02-16-RenamingTest.c7 void Test5(double X) { in Test5() function
H A Dtemporary-lifetime.cpp122 int Test5() { in Test5() function
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dinterleave.td20 // CHECK: Test5 = "foo & bar & zoo & snork & quux & grits";
27 string Test5 = !interleave(!listconcat(StringList, ["grits"]), " & ");
/llvm-project-15.0.7/clang/test/Index/
H A Dsingle-file-parse.m30 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test5
31 @interface Test5 @end interface
H A Dretain-excluded-conditional-blocks.m26 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test5
27 @interface Test5 @end interface
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-unopt.m52 @class Test5;
54 Test5 *x, *y;
/llvm-project-15.0.7/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h24 struct Test5 { struct
/llvm-project-15.0.7/clang/test/CXX/basic/basic.link/
H A Dp7.cpp62 namespace Test5 { namespace
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Dunroll-opt-attribute.ll138 define i32 @Test5() !prof !14 {
154 ; PGSO-LABEL: @Test5
157 ; NPGSO-LABEL: @Test5
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dclass-layout.cpp36 namespace Test5 { namespace
H A Dskip-vtable-pointer-initialization.cpp86 namespace Test5 { namespace

123