/external/clang/test/SemaObjC/ |
D | property-category-4.m | 9 @interface IDELogNavigator (CAT) category 15 …cts = _selectedObjects; // expected-error {{property declared in category 'CAT' cannot be implemen… 16 @dynamic d_selectedObjects; // expected-error {{property declared in category 'CAT' cannot be imple…
|
D | property-category-2.m | 13 @interface MyObject (CAT) <MyProtocol> category 16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
|
D | incomplete-implementation.m | 11 @implementation I(CAT) category 23 @implementation I2(CAT) category
|
D | property.m | 13 @interface I(CAT) category 25 @implementation I(CAT) // expected-warning {{property 'd1' requires method 'd1' to be defined }} \ category 28 …bad; // expected-error {{property implementation must have its declaration in the category 'CAT'}}
|
D | method-typecheck-1.m | 27 @interface A(CAT) category 32 @implementation A(CAT) category
|
D | method-undef-category-warn-1.m | 11 @interface MyClass1(CAT) <P> // expected-note {{required for direct or indirect protocol 'P'}} category 15 @implementation MyClass1(CAT) // expected-warning {{incomplete implementation}} \ category
|
D | property-user-setter.m | 47 @interface I1(CAT) category 52 @implementation I1(CAT) category
|
D | writable-property-in-superclass.m | 7 @interface MessageStore (CAT) category
|
D | ivar-in-class-extension-error.m | 12 @interface A(CAT) { category
|
D | missing-atend-metadata.m | 22 @implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation star… category
|
D | interface-tu-variable.m | 12 @interface XX(CAT) category
|
D | protocol-implementing-class-methods.m | 39 @implementation I(CAT) category
|
D | synth-provisional-ivars.m | 42 @implementation I(CAT) category
|
D | comptypes-10.m | 37 @interface NSObject (CAT) category
|
D | default-synthesize-3.m | 37 @interface Deep(CAT) // expected-error {{attributes may not be specified on a category}} category
|
/external/openssh/ |
D | opensshd.init.in | 8 CAT=@CAT@ 43 PID=`${CAT} ${PIDFILE}`
|
/external/clang/test/CodeGenObjC/ |
D | super-classmethod-category.m | 11 @implementation CURRENT(CAT) category
|
/external/clang/test/PCH/ |
D | selector-warning.m | 16 @implementation Bar(CAT) category
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 883 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType()); in VisitObjCEncodeExpr() local 887 Str.resize(CAT->getSize().getZExtValue(), '\0'); in VisitObjCEncodeExpr() 1180 const ArrayType *CAT = Context.getAsArrayType(DestType); in EmitConstantValue() local 1191 CAT->getElementType(), CGF); in EmitConstantValue() 1199 CAT->getElementType(), CGF); in EmitConstantValue() 1271 if (const ConstantArrayType *CAT = in FillInNullDataMemberPointers() local 1273 QualType ElementTy = CAT->getElementType(); in FillInNullDataMemberPointers() 1276 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) { in FillInNullDataMemberPointers() 1463 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) { in EmitNullConstant() local 1467 QualType ElementTy = CAT->getElementType(); in EmitNullConstant() [all …]
|
/external/kernel-headers/original/asm-mips/ |
D | asm.h | 22 #ifndef CAT 28 #define CAT(str1, str2) __CAT(str1, str2) macro
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 103 const ConstantArrayType *CAT = in findMostDerivedSubobject() local 105 Type = CAT->getElementType(); in findMostDerivedSubobject() 106 ArraySize = CAT->getSize().getZExtValue(); in findMostDerivedSubobject() 204 void addArrayUnchecked(const ConstantArrayType *CAT) { in addArrayUnchecked() 210 MostDerivedType = CAT->getElementType(); in addArrayUnchecked() 211 MostDerivedArraySize = CAT->getSize().getZExtValue(); in addArrayUnchecked() 760 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) { in addArray() 762 Designator.addArrayUnchecked(CAT); in addArray() 1537 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in ExtractSubobject() local 1538 assert(CAT && "vla in literal type?"); in ExtractSubobject() [all …]
|
D | MicrosoftMangle.cpp | 955 const ConstantArrayType *CAT = in mangleExtraDimensions() local 957 Dimensions.push_back(CAT->getSize()); in mangleExtraDimensions() 958 ElementTy = CAT->getElementType(); in mangleExtraDimensions()
|
/external/icu4c/tools/tzcode/ |
D | tz.alias | 33 CAT Africa/Harare
|
D | icuzones | 48 Link Africa/Harare CAT
|
/external/icu4c/data/zone/ |
D | root.txt | 107 ss{"CAT"}
|