/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-equals-default-copy.cpp | 61 WI(const WI &Other) : Field1(Other.Field1), Field2(Other.Field1) {} in WI() 63 int Field1, Field2; member 66 Field1 = Other.Field1; in operator =() 67 Field2 = Other.Field1; in operator =() 73 MF(const MF &Other) : Field1(Other.Field1), Field2(Other.Field2) {} in MF() 75 int Field1, Field2, Field3; member 78 Field1 = Other.Field1; in operator =() 121 BF(const BF &Other) : Field1(Other.Field1), Field2(Other.Field2), Field3(Other.Field3), in BF() 128 unsigned Field1 : 3; member 136 Field1 = Other.Field1; in operator =() [all …]
|
D | objc-nsinvocation-argument-lifetime.m | 17 __unsafe_unretained id Field1; field 60 [Invocation getArgument:&Bar.Field1 atIndex:2]; 91 [Invocation getReturnValue:&(self->Bar.Field1)];
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 145 public string Field1 { property in Benchmarks.Proto3.GoogleMessage1 604 if (Field1 != other.Field1) return false; in Equals() 651 if (Field1.Length != 0) hash ^= Field1.GetHashCode(); in GetHashCode() 705 if (Field1.Length != 0) { in WriteTo() 707 output.WriteString(Field1); in WriteTo() 874 if (Field1.Length != 0) { in CalculateSize() 875 size += 1 + pb::CodedOutputStream.ComputeStringSize(Field1); in CalculateSize() 1006 if (other.Field1.Length != 0) { in MergeFrom() 1007 Field1 = other.Field1; in MergeFrom() 1142 Field1 = input.ReadString(); in MergeFrom() [all …]
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | bug_976753.in | 20 xfa.host.setFocus('form1.Field1'); 24 <field x="100pt" y="100pt" w="100pt" h="100pt" name="Field1">
|
D | bug_1017494.in | 13 <draw name="Field1">
|
/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 1214 FieldDecl *Field1, FieldDecl *Field2) { in IsStructurallyEquivalent() argument 1220 if (Field1->isAnonymousStructOrUnion() && in IsStructurallyEquivalent() 1222 RecordDecl *D1 = Field1->getType()->castAs<RecordType>()->getDecl(); in IsStructurallyEquivalent() 1228 IdentifierInfo *Name1 = Field1->getIdentifier(); in IsStructurallyEquivalent() 1238 Context.Diag1(Field1->getLocation(), diag::note_odr_field_name) in IsStructurallyEquivalent() 1239 << Field1->getDeclName(); in IsStructurallyEquivalent() 1244 if (!IsStructurallyEquivalent(Context, Field1->getType(), in IsStructurallyEquivalent() 1253 Context.Diag1(Field1->getLocation(), diag::note_odr_field) in IsStructurallyEquivalent() 1254 << Field1->getDeclName() << Field1->getType(); in IsStructurallyEquivalent() 1259 if (Field1->isBitField()) in IsStructurallyEquivalent() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 304 public string Field1 { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions 353 if (Field1 != other.Field1) return false; in Equals() 362 if (Field1.Length != 0) hash ^= Field1.GetHashCode(); in GetHashCode() 378 if (Field1.Length != 0) { in WriteTo() 380 output.WriteString(Field1); in WriteTo() 394 if (Field1.Length != 0) { in CalculateSize() 395 size += 1 + pb::CodedOutputStream.ComputeStringSize(Field1); in CalculateSize() 411 if (other.Field1.Length != 0) { in MergeFrom() 412 Field1 = other.Field1; in MergeFrom() 432 Field1 = input.ReadString(); in MergeFrom()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 951 FieldDecl *Field1, FieldDecl *Field2) { in IsStructurallyEquivalent() argument 957 if (Field1->isAnonymousStructOrUnion() && in IsStructurallyEquivalent() 959 RecordDecl *D1 = Field1->getType()->castAs<RecordType>()->getDecl(); in IsStructurallyEquivalent() 965 IdentifierInfo *Name1 = Field1->getIdentifier(); in IsStructurallyEquivalent() 971 Field1->getType(), Field2->getType())) { in IsStructurallyEquivalent() 977 Context.Diag1(Field1->getLocation(), diag::note_odr_field) in IsStructurallyEquivalent() 978 << Field1->getDeclName() << Field1->getType(); in IsStructurallyEquivalent() 983 if (Field1->isBitField() != Field2->isBitField()) { in IsStructurallyEquivalent() 987 if (Field1->isBitField()) { in IsStructurallyEquivalent() 988 Context.Diag1(Field1->getLocation(), diag::note_odr_bit_field) in IsStructurallyEquivalent() [all …]
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10537 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible() argument 10538 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 10541 if (Field1->isBitField() != Field2->isBitField()) in isLayoutCompatible() 10544 if (Field1->isBitField()) { in isLayoutCompatible() 10546 unsigned Bits1 = Field1->getBitWidthValue(C); in isLayoutCompatible() 10589 Field1 = RD1->field_begin(), in isLayoutCompatibleStruct() local 10591 for ( ; Field1 != Field1End && Field2 != Field2End; ++Field1, ++Field2) { in isLayoutCompatibleStruct() 10592 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 10595 if (Field1 != Field1End || Field2 != Field2End) in isLayoutCompatibleStruct() 10610 for (auto *Field1 : RD1->fields()) { in isLayoutCompatibleUnion() local [all …]
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 405 Field1: ... 411 Field1: ... 417 Field1: ...
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 15243 static bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, in isLayoutCompatible() argument 15245 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 15248 if (Field1->isBitField() != Field2->isBitField()) in isLayoutCompatible() 15251 if (Field1->isBitField()) { in isLayoutCompatible() 15253 unsigned Bits1 = Field1->getBitWidthValue(C); in isLayoutCompatible() 15295 Field1 = RD1->field_begin(), in isLayoutCompatibleStruct() local 15297 for ( ; Field1 != Field1End && Field2 != Field2End; ++Field1, ++Field2) { in isLayoutCompatibleStruct() 15298 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 15301 if (Field1 != Field1End || Field2 != Field2End) in isLayoutCompatibleStruct() 15315 for (auto *Field1 : RD1->fields()) { in isLayoutCompatibleUnion() local [all …]
|