Home
last modified time | relevance | path

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

12345

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h26 struct Field { struct
28 Field(StringRef Default, unsigned Length) in Field() function
30 StringRef Value;
31 StringRef DefaultValue;
32 unsigned MaxLength;
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Ddtfield.c94 DT_FIELD *Field, in DtCompileOneField()
163 DT_FIELD *Field, in DtCompileString()
206 DT_FIELD *Field, in DtCompileUnicode()
245 DT_FIELD *Field, in DtCompileUuid()
288 DT_FIELD *Field, in DtCompileInteger()
458 DT_FIELD *Field, in DtCompileBuffer()
526 DT_FIELD *Field, in DtCompileFlag()
655 DT_FIELD *Field = UtFieldCacheCalloc (); in DtCreateField() local
726 DT_FIELD *Field) in DtLinkField()
H A Ddtexpress.c82 DT_FIELD *Field, in DtResolveIntegerExpression()
373 DT_FIELD *Field) in DtInsertLabelField()
H A Ddtio.c216 DT_FIELD *Field; in DtParseLine() local
919 DT_FIELD *Field) in DtDumpFieldList()
1042 DT_FIELD *Field, in DtWriteFieldToListing()
H A Ddtutils.c253 DT_FIELD *Field) in DtGetFieldValue()
435 DT_FIELD *Field, in DtGetFieldLength()
H A Ddtsubtable.c287 DT_FIELD *Field, in DtGetSubtableLength()
H A Ddtcompile.c483 DT_FIELD **Field, in DtCompileTable()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp40 int getInt(Record *R, StringRef Field) { in getInt()
84 for (const auto &Field : Fields) { in getFieldByName() local
224 for (const auto &Field : Index.Fields) { in compareBy() local
407 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
414 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
432 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
460 for (const auto &Field : Index.Fields) in emitLookupFunction() local
478 for (const auto &Field : Index.Fields) in emitLookupDeclaration() local
613 for (auto &Field : Table.Fields) { in collectTableEntries() local
640 for (auto &Field : Table.Fields) { in collectTableEntries() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/
H A 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()
420 uint64_t Field, in decodeBDLAddr64Disp12Len4Operand()
427 uint64_t Field, in decodeBDLAddr64Disp12Len8Operand()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DRecord.h26 struct Field { struct
27 const FieldDecl *Decl; argument
41 using FieldList = llvm::SmallVector<Field, 8>; argument
H A DInterp.h337 const Pointer &Field = Obj.atField(I); in GetField() local
352 const Pointer &Field = Obj.atField(I); in SetField() local
366 const Pointer &Field = Obj.atField(I); in GetFieldPop() local
380 const Pointer &Field = This.atField(I); in GetThisField() local
395 const Pointer &Field = This.atField(I); in SetThisField() local
430 const Pointer &Field = This.atField(I); in InitThisField() local
443 const Pointer &Field = This.atField(F->Offset); in InitThisBitField() local
457 const Pointer &Field = This.atField(I); in InitThisFieldActive() local
488 const Pointer &Field = Ptr.atField(I); in InitFieldActive() local
545 Pointer Field = Ptr.atField(Off); in GetPtrActiveField() local
[all …]
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defilink.h147 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(intptr_t)(&(((TYPE *) 0)->Field))) argument
154 #define _CR(Record, TYPE, Field) \ argument
163 #define CR(Record, TYPE, Field, Sig) \ argument
168 #define CR(Record, TYPE, Field, Signature) \ argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DOptimizedStructLayout.cpp17 using Field = OptimizedStructLayoutField; typedef
24 for (auto &Field : Fields) { in checkValidLayout() local
48 for (auto &Field : Fields) { in performOptimizedStructLayout() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp31 auto WriteField = [&](StringRef Field, uint8_t Size) { in yaml2archive()
/netbsd/sys/external/bsd/acpica/dist/parser/
H A Dpsargs.c532 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local
793 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local
/netbsd/libexec/ftpd/
H A Dconf.c189 #define CONF_FLAG(Field) \ in parse_conf() argument
198 #define CONF_STRING(Field) \ in parse_conf() argument
207 #define CONF_LL(Field,Arg,Min,Max) \ in parse_conf() argument
/netbsd/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c478 Field (GNVS, AnyAcc, NoLock, Preserve) in Field() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp79 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind; enumerator
320 for (const auto *Field : D->fields()) { in lowerUnion() local
373 for (RecordDecl::field_iterator Field = D->field_begin(), in accumulateFields() local
393 CGRecordLowering::accumulateBitFields(RecordDecl::field_iterator Field, in accumulateBitFields()
549 const FieldDecl *Field = I.first; in computeVolatileBitfields() local
H A DCGClass.cpp619 FieldDecl *Field = MemberInit->getAnyMember(); in EmitLValueForAnyFieldInitialization() local
641 FieldDecl *Field = MemberInit->getAnyMember(); in EmitMemberInitializer() local
800 for (const auto *Field : ClassDecl->fields()) { in EmitAsanPrologueOrEpilogue() local
1070 FieldDecl *Field = MemberInit->getMember(); in isMemberInitMemcpyable() local
1171 FieldDecl *Field = dyn_cast<FieldDecl>(ME->getMemberDecl()); in getMemcpyableField() local
1191 FieldDecl *Field = dyn_cast<FieldDecl>(IOA->getMemberDecl()); in getMemcpyableField() local
1211 FieldDecl *Field = dyn_cast<FieldDecl>(ME->getMemberDecl()); in getMemcpyableField() local
1373 for (const auto *Field : BaseClassDecl->fields()) in HasTrivialDestructorBody() local
1405 const FieldDecl *Field) in FieldHasTrivialDestructorBody()
1434 for (const auto *Field : ClassDecl->fields()) in CanSkipVTablePointerInitialization() local
[all …]
/netbsd/lib/libc/compat/net/
H A Dcompat_ns_addr.c104 Field(char *buf, uint8_t *out, int len) in Field() function
/netbsd/games/robots/
H A Dextern.c63 char Field[Y_FIELDSIZE][X_FIELDSIZE]; /* the playing field itself */ variable
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp346 FieldInfo &Field = Fields.back(); in addField() local
3740 FieldInfo &Field = Struct.addField(Name, FT_REAL, Size); in addRealField() local
4022 const FieldInfo &Field = *It; in parseStructInitializer() local
4081 bool MasmParser::emitFieldValue(const FieldInfo &Field, in emitFieldValue()
4091 bool MasmParser::emitFieldValue(const FieldInfo &Field, in emitFieldValue()
4100 bool MasmParser::emitFieldValue(const FieldInfo &Field, in emitFieldValue()
4113 bool MasmParser::emitFieldValue(const FieldInfo &Field) { in emitFieldValue()
4125 bool MasmParser::emitFieldInitializer(const FieldInfo &Field, in emitFieldInitializer()
4195 const auto &Field = Structure.Fields[Index++]; in emitStructInitializer() local
4205 const auto &Field = *It; in emitStructInitializer() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h106 T Field; in deserialize() local
129 StringRef Field; in deserialize() local
H A DCodeViewRecordIO.h189 typename T::value_type Field; variable
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp91 SymbolRef Field = get(Data); in analyzerContainerDataField() local

12345