Home
last modified time | relevance | path

Searched defs:Fields (Results 1 – 25 of 121) sorted by relevance

12345

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dboost-use-to-string.cpp151 struct Fields { struct
154 Fields* wierd; argument
159 Fields fields; in testFields() argument
/external/pigweed/pw_rpc/size_report/
Dbase_with_nanopb.cc31 using Fields = FieldsType; typedef
34 using Fields = typename NanopbTraits<decltype(pb_decode)>::Fields; typedef
Dserver_with_echo_service.cc48 using Fields = FieldsType; typedef
51 using Fields = typename NanopbTraits<decltype(pb_decode)>::Fields; typedef
/external/pigweed/pw_rpc/nanopb/
Dnanopb_common.cc30 using Fields = FieldsType; typedef
33 using Fields = typename NanopbTraits<decltype(pb_decode)>::Fields; typedef
/external/rust/crates/syn/src/
Ddata.rs75 impl Fields { impl
117 impl IntoIterator for Fields { implementation
130 impl<'a> IntoIterator for &'a Fields { implementation
139 impl<'a> IntoIterator for &'a mut Fields { implementation
Dderive.rs166 ) -> Result<(Option<WhereClause>, Fields, Option<Token![;]>)> { in data_struct() argument
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp176 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
/external/llvm-project/clang/test/SemaCXX/
Dconditional-expr.cpp42 struct Fields { struct
45 struct MixedFields { argument
/external/clang/test/SemaCXX/
Dconditional-expr.cpp41 struct Fields { struct
44 struct MixedFields { argument
/external/curl/docs/
DALTSVC.md22 ## Fields section in Alt-Svc cache file format
/external/llvm-project/clang/include/clang/Sema/
DCXXFieldCollector.h29 SmallVector<FieldDecl*, 32> Fields; variable
/external/clang/include/clang/Sema/
DCXXFieldCollector.h30 SmallVector<FieldDecl*, 32> Fields; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp278 SmallVectorImpl<llvm::MDBuilder::TBAAStructField> & in CollectFields()
326 SmallVector<llvm::MDBuilder::TBAAStructField, 4> Fields; in getTBAAStructInfo() local
338 SmallVector<llvm::MDBuilder::TBAAStructField, 4> Fields; in getBaseTypeInfoHelper() local
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DFields.java21 public abstract class Fields { class
/external/llvm/lib/IR/
DMDBuilder.cpp130 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) { in createTBAAStructNode()
144 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) { in createTBAAStructTypeNode()
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp233 enum Fields { enum in llvm::TypeBuilder
256 enum Fields { enum in llvm::TypeBuilder
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs84 public IList<FieldDescriptor> Fields { get { return fields; } } property in Google.Protobuf.Reflection.OneofDescriptor
DMessageDescriptor.cs198 public FieldCollection Fields { get; } property in Google.Protobuf.Reflection.MessageDescriptor
/external/llvm-project/llvm/lib/IR/
DMDBuilder.cpp197 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) { in createTBAAStructNode()
211 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) { in createTBAAStructTypeNode()
246 ArrayRef<TBAAStructField> Fields) { in createTBAATypeNode()
/external/llvm-project/llvm/lib/Support/
DOptimizedStructLayout.cpp20 static void checkValidLayout(ArrayRef<Field> Fields, uint64_t Size, in checkValidLayout()
42 llvm::performOptimizedStructLayout(MutableArrayRef<Field> Fields) { in performOptimizedStructLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp201 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) { in createTBAAStructNode()
215 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) { in createTBAAStructTypeNode()
250 ArrayRef<TBAAStructField> Fields) { in createTBAATypeNode()
/external/javapoet/
DREADME.md582 ### Fields subsection in JavaPoet
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DArchiveYAML.h45 MapVector<StringRef, Field> Fields; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h52 uint8_t Fields[4] = {0x0, 0x0, 0x0, 0x0}; member
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h52 uint8_t Fields[4] = {0x0, 0x0, 0x0, 0x0}; member

12345