/external/llvm-project/clang/test/SemaObjC/ |
D | warning-missing-selector-name.m | 7 -(void) Name1:(id)Arg1 Name2:(id)Arg2; // Name1:Name2: 8 -(void) Name1:(id) Name2:(id)Arg2; // expected-warning {{'Name2' used as the name of the previous p… 9 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \ 10 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em… 11 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3; // Name1:Name2:Name3: 12 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3; // expected-warning {{'Name3' used as the name of… 23 -(void) Name1:(id)Arg1 Name2:(id)Arg2{} 24 -(void) Name1:(id) Name2:(id)Arg2 {} // expected-warning {{'Name2' used as the name of the previous… 25 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \ 26 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em… [all …]
|
/external/clang/test/SemaObjC/ |
D | warning-missing-selector-name.m | 7 -(void) Name1:(id)Arg1 Name2:(id)Arg2; // Name1:Name2: 8 -(void) Name1:(id) Name2:(id)Arg2; // expected-warning {{'Name2' used as the name of the previous p… 9 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \ 10 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em… 11 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3; // Name1:Name2:Name3: 12 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3; // expected-warning {{'Name3' used as the name of… 23 -(void) Name1:(id)Arg1 Name2:(id)Arg2{} 24 -(void) Name1:(id) Name2:(id)Arg2 {} // expected-warning {{'Name2' used as the name of the previous… 25 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \ 26 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em… [all …]
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/ |
D | TwoInheritedDefaultMethods.java | 17 public class TwoInheritedDefaultMethods implements Name1, Name2 { 20 return Name1.super.name() + ":" + Name2.super.name(); in name() 32 interface Name2 { interface
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/ |
D | Name2.java | 12 public final class Name2 extends Name class 16 Name2(String name, int hash, int quad1, int quad2) { in Name2() method in Name2
|
/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 108 const IdentifierInfo *Name2); 112 const DeclarationName Name2) { in IsStructurallyEquivalent() argument 113 if (Name1.getNameKind() != Name2.getNameKind()) in IsStructurallyEquivalent() 120 Name2.getAsIdentifierInfo()); in IsStructurallyEquivalent() 126 Name2.getCXXNameType()); in IsStructurallyEquivalent() 131 Name2.getCXXDeductionGuideTemplate()->getDeclName())) in IsStructurallyEquivalent() 135 Name2.getCXXDeductionGuideTemplate()); in IsStructurallyEquivalent() 139 return Name1.getCXXOverloadedOperator() == Name2.getCXXOverloadedOperator(); in IsStructurallyEquivalent() 143 Name2.getCXXLiteralIdentifier()); in IsStructurallyEquivalent() 392 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument [all …]
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | flags_test.cpp | 78 const char *Name2 = "flag2") { in testTwoFlags() argument 83 Parser.registerFlag(Name2, FlagDesc, scudo::FlagType::FT_int, &Flag2); in testTwoFlags()
|
/external/scudo/standalone/tests/ |
D | flags_test.cpp | 78 const char *Name2 = "flag2") { in testTwoFlags() argument 83 Parser.registerFlag(Name2, FlagDesc, scudo::FlagType::FT_int, &Flag2); in testTwoFlags()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 376 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument 377 if (!Name1 || !Name2) in IsStructurallyEquivalent() 378 return Name1 == Name2; in IsStructurallyEquivalent() 380 return Name1->getName() == Name2->getName(); in IsStructurallyEquivalent() 966 IdentifierInfo *Name2 = Field2->getIdentifier(); in IsStructurallyEquivalent() local 967 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent() 1450 IdentifierInfo *Name2 = Record2->getIdentifier(); in Finish() local 1451 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish() 1452 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish() 1453 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish() [all …]
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
D | testdata_desugared_java8_jar_toc_golden.txt | 95 com/google/devtools/build/android/desugar/testdata/java8/Name2.class
|
/external/python/cpython2/PC/VS7.1/ |
D | python20.wse | 35 Variable Name2=_TCLDIR_
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 431 *ParamCustomFoo Name2/Text 2: order type minimum maximum
|
/external/pcre/dist2/testdata/ |
D | testinput1 | 5686 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
|
D | testoutput1 | 9041 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
|