/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | property-category-4.m | 9 @interface IDELogNavigator (CAT) category 82 @interface I(CAT) category 86 @implementation I(CAT) category 92 @interface C (CAT) category 118 @interface MyObject (CAT) <MyProtocol> category 121 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method 'anoth… category
|
H A D | dealloc.m | 34 @interface Subclass (CAT) category 38 @implementation Subclass (CAT) category 48 @interface NSError(CAT) category 51 @implementation NSError(CAT) category
|
H A D | property-category-2.m | 13 @interface MyObject (CAT) <MyProtocol> category 16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
|
H A D | deprecate_function_containers.m | 15 @interface I(CAT) category 23 @implementation I(CAT) category
|
H A D | incomplete-implementation.m | 12 @implementation I(CAT) category 24 @implementation I2(CAT) category
|
H A D | property.m | 13 @interface I(CAT) category 25 @implementation I(CAT) category
|
H A D | warn-deprecated-implementations.m | 23 @interface A(CAT) category 27 @implementation A(CAT) category
|
H A D | method-typecheck-1.m | 27 @interface A(CAT) category 32 @implementation A(CAT) category
|
H A D | method-undef-category-warn-1.m | 11 @interface MyClass1(CAT) <P> category 15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol 'P' not implemented}… category
|
H A D | unused.m | 68 @interface TestTransitiveUnused(CAT) category 71 @implementation TestTransitiveUnused(CAT) category
|
H A D | property-user-setter.m | 47 @interface I1(CAT) category 52 @implementation I1(CAT) category
|
H A D | super-dealloc-attribute.m | 59 @interface Bar(CAT) category 64 @implementation Bar(CAT) category
|
H A D | ivar-in-class-extension-error.m | 12 @interface A(CAT) { category
|
H A D | interface-tu-variable.m | 12 @interface XX(CAT) category
|
H A D | writable-property-in-superclass.m | 8 @interface MessageStore (CAT) category
|
H A D | missing-atend-metadata.m | 22 @implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation star… category
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 209 const clang::ConstantArrayType *CAT, in ConstantArrayTypeExportableHelper() 411 const clang::ConstantArrayType *CAT = in TypeExportableHelper() local 659 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI); in ValidateTypeHelper() local 1392 const clang::ConstantArrayType *CAT = in Create() local 1448 const clang::ConstantArrayType *CAT) { in Create() 1684 const RSExportConstantArrayType* CAT = in convertToRTD() local
|
D | slang_rs_reflection_cpp.cpp | 97 const RSExportConstantArrayType *CAT = in GetTypeName() local 683 const RSExportConstantArrayType *CAT = in genGetterAndSetter() local
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/ |
H A D | te_macros.h | 51 #define PERFETTO_I_TE_IMPL(CAT, ...) \ argument 353 #define PERFETTO_TE(CAT, ...) PERFETTO_I_TE_IMPL(CAT, __VA_ARGS__) argument 419 #define PERFETTO_TE_SCOPED(CAT, ...) \ argument
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | overriding-method-comments.mm | 27 @interface Sub (CAT) category 33 @implementation Sub(CAT) category
|
/aosp_15_r20/external/perfetto/include/perfetto/public/ |
H A D | te_macros.h | 51 #define PERFETTO_I_TE_IMPL(CAT, ...) \ argument 385 #define PERFETTO_TE(CAT, ...) PERFETTO_I_TE_IMPL(CAT, __VA_ARGS__) argument 451 #define PERFETTO_TE_SCOPED(CAT, ...) \ argument
|
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/ |
H A D | TinyFrameworkEnumSimple.java | 23 CAT, enumConstant
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | super-classmethod-category.m | 11 @implementation CURRENT(CAT) category
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | selector-warning.m | 16 @implementation Bar(CAT) category
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 977 const ConstantArrayType *CAT = cast<ConstantArrayType>(T); in VisitObjCEncodeExpr() local 1414 const ArrayType *CAT = Context.getAsArrayType(DestType); in EmitConstantValue() local 1607 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) { in EmitNullConstant() local
|