| /external/clang/lib/CodeGen/ |
| D | CodeGenTBAA.cpp | 176 SmallVectorImpl<llvm::MDBuilder::TBAAStructField> & in CollectFields() 222 SmallVector<llvm::MDBuilder::TBAAStructField, 4> Fields; in getTBAAStructInfo() local 256 SmallVector <std::pair<llvm::MDNode*, uint64_t>, 4> Fields; in getTBAAStructTypeInfo() local
|
| D | MicrosoftCXXABI.cpp | 2825 llvm::SmallVector<llvm::Constant *, 4> Fields; in MemberPointerConstantIsNull() local 3501 llvm::Constant *Fields[] = { in getClassHierarchyDescriptor() local 3579 llvm::Constant *Fields[] = { in getBaseClassDescriptor() local 3623 llvm::Constant *Fields[] = { in getCompleteObjectLocator() local 3724 llvm::Constant *Fields[] = { in getAddrOfRTTIDescriptor() local 3965 llvm::Constant *Fields[] = { in getCatchableType() local 4082 llvm::Constant *Fields[] = { in getCatchableTypeArray() local 4156 llvm::Constant *Fields[] = { in getThrowInfo() local
|
| /external/clang/include/clang/Sema/ |
| D | CXXFieldCollector.h | 30 SmallVector<FieldDecl*, 32> Fields; variable
|
| /external/clang/test/SemaCXX/ |
| D | conditional-expr.cpp | 41 struct Fields { struct 44 struct MixedFields { argument
|
| /external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
| D | Fields.java | 21 public abstract class Fields { class
|
| /external/swiftshader/third_party/LLVM/unittests/Support/ |
| D | TypeBuilderTest.cpp | 201 enum Fields { enum in llvm::TypeBuilder 224 enum Fields { enum in llvm::TypeBuilder
|
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | OneofDescriptor.cs | 82 public IList<FieldDescriptor> Fields { get { return fields; } } property in Google.Protobuf.Reflection.OneofDescriptor
|
| D | MessageDescriptor.cs | 179 public FieldCollection Fields { get; } property in Google.Protobuf.Reflection.MessageDescriptor
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | MDBuilder.cpp | 158 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) { in createTBAAStructNode() 172 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) { in createTBAAStructTypeNode() 207 ArrayRef<TBAAStructField> Fields) { in createTBAATypeNode()
|
| /external/syzkaller/vendor/google.golang.org/api/storage/v1/ |
| D | storage-gen.go | 1849 func (c *BucketAccessControlsDeleteCall) Fields(s ...googleapi.Field) *BucketAccessControlsDeleteCa… func 1969 func (c *BucketAccessControlsGetCall) Fields(s ...googleapi.Field) *BucketAccessControlsGetCall { func 2128 func (c *BucketAccessControlsInsertCall) Fields(s ...googleapi.Field) *BucketAccessControlsInsertCa… func 2273 func (c *BucketAccessControlsListCall) Fields(s ...googleapi.Field) *BucketAccessControlsListCall { func 2427 func (c *BucketAccessControlsPatchCall) Fields(s ...googleapi.Field) *BucketAccessControlsPatchCall… func 2583 func (c *BucketAccessControlsUpdateCall) Fields(s ...googleapi.Field) *BucketAccessControlsUpdateCa… func 2751 func (c *BucketsDeleteCall) Fields(s ...googleapi.Field) *BucketsDeleteCall { func 2902 func (c *BucketsGetCall) Fields(s ...googleapi.Field) *BucketsGetCall { func 3080 func (c *BucketsGetIamPolicyCall) Fields(s ...googleapi.Field) *BucketsGetIamPolicyCall { func 3278 func (c *BucketsInsertCall) Fields(s ...googleapi.Field) *BucketsInsertCall { func [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
| D | TypeBuilderTest.cpp | 233 enum Fields { enum in llvm::TypeBuilder 256 enum Fields { enum in llvm::TypeBuilder
|
| /external/llvm/lib/IR/ |
| D | MDBuilder.cpp | 130 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) { in createTBAAStructNode() 144 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) { in createTBAAStructTypeNode()
|
| /external/llvm/unittests/IR/ |
| D | TypeBuilderTest.cpp | 233 enum Fields { enum in llvm::TypeBuilder 256 enum Fields { enum in llvm::TypeBuilder
|
| /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
| D | compute-gen.go | 17899 func (c *AcceleratorTypesAggregatedListCall) Fields(s ...googleapi.Field) *AcceleratorTypesAggregat… func 18088 func (c *AcceleratorTypesGetCall) Fields(s ...googleapi.Field) *AcceleratorTypesGetCall { func 18316 func (c *AcceleratorTypesListCall) Fields(s ...googleapi.Field) *AcceleratorTypesListCall { func 18577 func (c *AddressesAggregatedListCall) Fields(s ...googleapi.Field) *AddressesAggregatedListCall { func 18784 func (c *AddressesDeleteCall) Fields(s ...googleapi.Field) *AddressesDeleteCall { func 18938 func (c *AddressesGetCall) Fields(s ...googleapi.Field) *AddressesGetCall { func 19120 func (c *AddressesInsertCall) Fields(s ...googleapi.Field) *AddressesInsertCall { func 19339 func (c *AddressesListCall) Fields(s ...googleapi.Field) *AddressesListCall { func 19557 func (c *AddressesSetLabelsCall) Fields(s ...googleapi.Field) *AddressesSetLabelsCall { func 19720 func (c *AddressesTestIamPermissionsCall) Fields(s ...googleapi.Field) *AddressesTestIamPermissions… func [all …]
|
| /external/javapoet/ |
| D | README.md | 528 ### Fields subsection in JavaPoet
|
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| D | FixedLenDecoderEmitter.h | 32 std::vector<EncodingField> Fields; member
|
| /external/scapy/doc/scapy/ |
| D | build_dissect.rst | 844 Fields chapter
|
| /external/swiftshader/third_party/LLVM/test/Scripts/ |
| D | coff-dump.py | 237 Fields = {} variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
| D | SearchableTableEmitter.cpp | 66 SmallVector<GenericField, 1> Fields; member 74 SmallVector<GenericField, 2> Fields; member 665 std::vector<StringRef> Fields = TableRec->getValueAsListOfStrings("Fields"); in run() local
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitcodeHeader.h | 159 std::vector<NaClBitcodeHeaderField *> Fields; variable
|
| /external/v8/tools/clang/blink_gc_plugin/ |
| D | RecordInfo.h | 81 typedef std::map<clang::FieldDecl*, FieldPoint, FieldDeclCmp> Fields; typedef
|
| /external/v8/src/builtins/ |
| D | builtins-async-gen.cc | 21 enum Fields { kDoneSlot = Context::MIN_CONTEXT_SLOTS, kLength }; enum in v8::internal::__anon331f15f70111::ValueUnwrapContext
|
| D | builtins-async-function-gen.cc | 41 enum Fields { kGeneratorSlot = Context::MIN_CONTEXT_SLOTS, kLength }; enum in v8::internal::__anon967df98a0111::AwaitContext
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | PaddingChecker.cpp | 215 SmallVector<CharUnitPair, 20> Fields; in calculateOptimalPad() local
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Struct.cs | 114 public pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> Fields { property in Google.Protobuf.WellKnownTypes.Struct
|