Home
last modified time | relevance | path

Searched defs:CAT (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dproperty-category-4.m9 @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 Ddealloc.m34 @interface Subclass (CAT) category
38 @implementation Subclass (CAT) category
48 @interface NSError(CAT) category
51 @implementation NSError(CAT) category
H A Dproperty-category-2.m13 @interface MyObject (CAT) <MyProtocol> category
16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
H A Ddeprecate_function_containers.m15 @interface I(CAT) category
23 @implementation I(CAT) category
H A Dincomplete-implementation.m12 @implementation I(CAT) category
24 @implementation I2(CAT) category
H A Dproperty.m13 @interface I(CAT) category
25 @implementation I(CAT) category
H A Dwarn-deprecated-implementations.m23 @interface A(CAT) category
27 @implementation A(CAT) category
H A Dmethod-typecheck-1.m27 @interface A(CAT) category
32 @implementation A(CAT) category
H A Dmethod-undef-category-warn-1.m11 @interface MyClass1(CAT) <P> category
15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol 'P' not implemented}… category
H A Dunused.m68 @interface TestTransitiveUnused(CAT) category
71 @implementation TestTransitiveUnused(CAT) category
H A Dproperty-user-setter.m47 @interface I1(CAT) category
52 @implementation I1(CAT) category
H A Dsuper-dealloc-attribute.m59 @interface Bar(CAT) category
64 @implementation Bar(CAT) category
H A Divar-in-class-extension-error.m12 @interface A(CAT) { category
H A Dinterface-tu-variable.m12 @interface XX(CAT) category
H A Dwritable-property-in-superclass.m8 @interface MessageStore (CAT) category
H A Dmissing-atend-metadata.m22 @implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation star… category
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_type.cpp209 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
Dslang_rs_reflection_cpp.cpp97 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 Dte_macros.h51 #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 Doverriding-method-comments.mm27 @interface Sub (CAT) category
33 @implementation Sub(CAT) category
/aosp_15_r20/external/perfetto/include/perfetto/public/
H A Dte_macros.h51 #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 DTinyFrameworkEnumSimple.java23 CAT, enumConstant
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dsuper-classmethod-category.m11 @implementation CURRENT(CAT) category
/aosp_15_r20/external/clang/test/PCH/
H A Dselector-warning.m16 @implementation Bar(CAT) category
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp977 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

1234