Home
last modified time | relevance | path

Searched defs:Field (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/external/skqp/src/sksl/ir/
DSkSLField.h24 struct Field : public Symbol { struct
25 Field(int offset, const Variable& owner, int fieldIndex) in Field() function
31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName; in description() argument
35 const int fFieldIndex; argument
37 typedef Symbol INHERITED;
DSkSLType.h29 struct Field { struct
30 Field(Modifiers modifiers, StringFragment name, const Type* type) in Field() argument
35 const String description() const { in description()
39 Modifiers fModifiers;
40 StringFragment fName;
41 const Type* fType;
/external/rust/crates/thiserror-impl/src/
Dprop.rs5 pub(crate) fn from_field(&self) -> Option<&Field> { in from_field()
9 pub(crate) fn source_field(&self) -> Option<&Field> { in source_field()
13 pub(crate) fn backtrace_field(&self) -> Option<&Field> { in backtrace_field()
46 pub(crate) fn from_field(&self) -> Option<&Field> { in from_field()
50 pub(crate) fn source_field(&self) -> Option<&Field> { in source_field()
54 pub(crate) fn backtrace_field(&self) -> Option<&Field> { in backtrace_field()
59 impl Field<'_> { implementation
Dast.rs36 pub struct Field<'a> { struct
37 pub original: &'a syn::Field, argument
60 let fields = Field::multiple_from_syn(&data.fields, span)?; in from_syn() argument
117 impl<'a> Field<'a> { implementation
126 fn from_syn(i: usize, node: &'a syn::Field, span: Span) -> Result<Self> { in from_syn()
Dvalid.rs96 impl Field<'_> { implementation
201 fn same_member(one: &Field, two: &Field) -> bool { in same_member()
/external/llvm-project/clang/test/CodeGenCXX/
Dskip-vtable-pointer-initialization.cpp41 struct Field { struct
42 ~Field() { } in ~Field()
67 struct Field { struct
68 ~Field() { f(); } in ~Field()
91 struct Field { struct
119 struct Field { struct
120 NonTrivialDestructorBody nonTrivialDestructorBody;
147 struct Field : NonTrivialDestructorBody { }; struct
173 struct Field : virtual NonTrivialDestructorBody { }; struct
/external/clang/test/CodeGenCXX/
Dskip-vtable-pointer-initialization.cpp41 struct Field { struct
42 ~Field() { } in ~Field()
67 struct Field { struct
68 ~Field() { f(); } in ~Field()
91 struct Field { struct
119 struct Field { struct
120 NonTrivialDestructorBody nonTrivialDestructorBody;
147 struct Field : NonTrivialDestructorBody { }; struct
173 struct Field : virtual NonTrivialDestructorBody { }; struct
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DArchiveYAML.h26 struct Field { struct
28 Field(StringRef Default, unsigned Length) in Field() function
30 StringRef Value;
31 StringRef DefaultValue;
32 unsigned MaxLength;
/external/perfetto/src/traced/probes/ftrace/format_parser/
Dformat_parser.h32 struct Field { struct
56 // Allow gtest to pretty print FtraceEvent::Field. argument
/external/perfetto/src/protozero/filtering/
Dfilter_util.h81 struct Field { struct
82 std::string name;
83 std::string type; // "uint32", "string", "message"
87 Message* nested_type = nullptr;
88 bool is_simple() const { return nested_type == nullptr; } in is_simple()
/external/rust/cxx/tests/ui/
Dgeneric_enum.rs4 Field, enumerator
8 Field, enumerator
12 Field, enumerator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h35 struct Field { struct
41 // Field index that refers to backing tensor, not any aliased field. argument
/external/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp40 int getInt(Record *R, StringRef Field) { in getInt()
84 for (const auto &Field : Fields) { in getFieldByName() local
113 std::string primaryRepresentation(SMLoc Loc, const GenericField &Field, in primaryRepresentation()
157 const GenericField &Field, TypeContext Ctx) { in searchableFieldType()
224 for (const auto &Field : Index.Fields) { in compareBy() local
326 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
353 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
401 const GenericField &Field = Index.Fields[0]; in emitLookupFunction() local
412 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
419 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
[all …]
/external/perfetto/src/traced/probes/ftrace/
Devent_info_constants.h138 struct Field { struct
141 FtraceFieldType ftrace_type; argument
153 std::vector<Field> fields; argument
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DField.java33 public final class Field extends FieldOrMethod { class
58 public Field(final Field c) { in Field() method in Field
67 Field(final DataInput file, final ConstantPool constant_pool) throws IOException, in Field() method in Field
80 …public Field(final int access_flags, final int name_index, final int signature_index, final Attrib… in Field() method in Field
/external/llvm-project/llvm/unittests/Support/
DOptimizedStructLayoutTest.cpp17 struct Field { struct in __anon9b35b3670111::LayoutTest
18 uint64_t Size;
19 Align Alignment;
20 uint64_t ForcedOffset;
21 uint64_t ExpectedOffset;
/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.h74 struct Field { struct
85 void AddField(Proto::Field field);
/external/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp291 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand()
301 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand()
311 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand()
323 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand()
335 static DecodeStatus decodeBDLAddr12Len4Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len4Operand()
347 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand()
359 static DecodeStatus decodeBDRAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDRAddr12Operand()
371 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand()
383 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
389 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp291 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand()
301 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand()
311 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand()
323 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand()
335 static DecodeStatus decodeBDLAddr12Len4Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len4Operand()
347 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand()
359 static DecodeStatus decodeBDRAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDRAddr12Operand()
371 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand()
383 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
389 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
[all …]
/external/rust/crates/serde_derive/src/internals/
Dast.rs42 pub struct Field<'a> { struct
44 pub attrs: attr::Field, argument
46 pub original: &'a syn::Field, argument
185 fields: &'a Punctuated<syn::Field, Token![,]>, in fields_from_ast()
/external/capstone/arch/SystemZ/
DSystemZDisassembler.c257 static DecodeStatus decodeBDAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr12Operand()
270 static DecodeStatus decodeBDAddr20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr20Operand()
282 static DecodeStatus decodeBDXAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr12Operand()
297 static DecodeStatus decodeBDXAddr20Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr20Operand()
312 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst *Inst, uint64_t Field, in decodeBDLAddr12Len8Operand()
327 static DecodeStatus decodeBDRAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDRAddr12Operand()
342 static DecodeStatus decodeBDVAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDVAddr12Operand()
357 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
363 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
369 static DecodeStatus decodeBDAddr64Disp12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr64Disp12Operand()
[all …]
/external/llvm-project/clang/lib/AST/Interp/
DRecord.h26 struct Field { struct
27 const FieldDecl *Decl; argument
41 using FieldList = llvm::SmallVector<Field, 8>; argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-equals-default-copy.cpp9 int Field; member
32 int Field; member
51 int Field; member
88 int Field; member
97 int Field; member
104 int Field; member
239 int Field; member
254 T Field; member
268 T Field; member
317 int Field; member
[all …]
/external/libchrome/base/
Dvalue_conversions.cc24 struct Field { struct
25 uint64_t high;
26 uint64_t low;
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp268 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand()
278 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand()
288 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand()
300 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand()
312 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand()
324 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand()
336 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
342 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
348 static DecodeStatus decodeBDAddr64Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr64Disp12Operand()
354 static DecodeStatus decodeBDAddr64Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr64Disp20Operand()
[all …]

12345678910>>...17