Home
last modified time | relevance | path

Searched refs:Field (Results 1 – 25 of 248) sorted by relevance

12345678910

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c163 DT_FIELD *Field,
234 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength); in DtCompileOneField()
323 AsciiString = Field->Value; in DtCompileUnicode()
360 InString = Field->Value; in DtCompileUuid()
766 Field->StringLength = 0; in DtCreateField()
769 Field->Name = in DtCreateField()
776 Field->Value = in DtCreateField()
781 Field->ByteOffset = Offset; in DtCreateField()
784 DtLinkField (Field); in DtCreateField()
850 Prev->Next = Field; in DtLinkField()
[all …]
H A Ddtio.c437 Field->Name = Name; in DtParseLine()
438 Field->Value = Value; in DtParseLine()
439 Field->Line = Line; in DtParseLine()
442 Field->Column = Column; in DtParseLine()
445 DtLinkField (Field); in DtParseLine()
1039 while (Field) in DtDumpFieldList()
1043 Field->Line, Field->ByteOffset, Field->NameColumn, in DtDumpFieldList()
1044 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList()
1045 Field->Name, Field->Value); in DtDumpFieldList()
1047 Field = Field->Next; in DtDumpFieldList()
[all …]
H A Ddtexpress.c163 DT_FIELD *Field);
190 DT_FIELD *Field, in DtResolveIntegerExpression() argument
197 Field->Value); in DtResolveIntegerExpression()
199 AslGbl_CurrentField = Field; in DtResolveIntegerExpression()
201 Result = DtEvaluateExpression (Field->Value); in DtResolveIntegerExpression()
481 DT_FIELD *Field) in DtInsertLabelField() argument
487 ACPI_GET_FUNCTION_NAME, Field->Value, Field->TableOffset); in DtInsertLabelField()
489 Field->NextLabel = AslGbl_LabelList; in DtInsertLabelField()
490 AslGbl_LabelList = Field; in DtInsertLabelField()
H A Ddtcompile.c170 DT_FIELD **Field);
590 DT_FIELD **Field, in DtCompileTable() argument
607 if (!Field || !Info) in DtCompileTable()
611 if (!*Field) in DtCompileTable()
623 strcmp ((*Field)->Name, Info->Name)) in DtCompileTable()
647 LocalField = *Field; in DtCompileTable()
695 *Field = LocalField; in DtCompileTable()
723 *Field = LocalField; in DtCompileTable()
731 *Field = LocalField; in DtCompileTable()
769 LocalField = *Field; in DtCompileTable()
[all …]
H A Ddtsubtable.c395 DT_FIELD *Field, in DtGetSubtableLength() argument
412 if (!Field) in DtGetSubtableLength()
417 ByteLength += DtGetFieldLength (Field, Info); in DtGetSubtableLength()
444 if (!Field) in DtGetSubtableLength()
449 Field = Field->Next; in DtGetSubtableLength()
456 if (!Field) in DtGetSubtableLength()
H A Ddtcompiler.h291 DT_FIELD **Field,
333 DT_FIELD *Field);
338 DT_FIELD *Field,
356 DT_FIELD *Field,
394 DT_FIELD *Field,
417 DT_FIELD *Field,
425 DT_FIELD *Field,
433 DT_FIELD *Field,
439 DT_FIELD *Field,
447 DT_FIELD *Field);
[all …]
H A Ddtutils.c361 DT_FIELD *Field) in DtGetFieldValue() argument
363 if (!Field) in DtGetFieldValue()
368 return (Field->Value); in DtGetFieldValue()
543 DT_FIELD *Field, in DtGetFieldLength() argument
672 Value = DtGetFieldValue (Field); in DtGetFieldLength()
688 Value = DtGetFieldValue (Field); in DtGetFieldLength()
721 Value = DtGetFieldValue (Field); in DtGetFieldLength()
764 Value = DtGetFieldValue (Field); in DtGetFieldLength()
773 DtFatal (ASL_MSG_COMPILER_INTERNAL, Field, "Invalid table opcode"); in DtGetFieldLength()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp85 return &Field; in getFieldByName()
179 } else if (Field.Enum || Field.IsIntrinsic || Field.IsInstruction) in searchableFieldType()
229 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
355 Index.Loc, Field, Entry.first->getValueInit(Field.Name)); in emitLookupFunction()
399 Index.Loc, Field, IndexRows[0]->getValueInit(Field.Name)); in emitLookupFunction()
401 Index.Loc, Field, IndexRows.back()->getValueInit(Field.Name)); in emitLookupFunction()
462 OS << " ||\n Key." << Field.Name << " != Idx->" << Field.Name; in emitLookupFunction()
481 << Field.Name; in emitLookupDeclaration()
538 Field.RecType = RecordRecTy::get(Field.Enum->Class); in parseFieldType()
558 if (!Field) in parseSearchIndex()
[all …]
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexfield.c322 ObjDesc->Field.BitLength); in AcpiExReadDataFromField()
352 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExReadDataFromField()
367 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength)); in AcpiExReadDataFromField()
369 memcpy (Buffer, ObjDesc->Field.RegionObj->Field.InternalPccBuffer + in AcpiExReadDataFromField()
371 ObjDesc->Field.BitLength)); in AcpiExReadDataFromField()
462 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExWriteDataToField()
492 ObjDesc->Field.BitLength); in AcpiExWriteDataToField()
493 memcpy (ObjDesc->Field.RegionObj->Field.InternalPccBuffer + in AcpiExWriteDataToField()
494 ObjDesc->Field.BaseByteOffset, in AcpiExWriteDataToField()
497 if (MASTER_SUBSPACE_COMMAND (ObjDesc->Field.BaseByteOffset)) in AcpiExWriteDataToField()
[all …]
H A Dexserial.c196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadGpio()
258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteGpio()
316 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExReadSerialBus()
321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16); in AcpiExReadSerialBus()
332 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus()
449 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExWriteSerialBus()
454 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16); in AcpiExWriteSerialBus()
465 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()
H A Dexprep.c609 ObjDesc->Field.AccessLength = Info->AccessLength; in AcpiExPrepFieldValue()
624 ObjDesc->Field.ResourceBuffer = in AcpiExPrepFieldValue()
626 ObjDesc->Field.ResourceLength = in AcpiExPrepFieldValue()
631 ObjDesc->Field.ResourceBuffer = Info->ResourceBuffer; in AcpiExPrepFieldValue()
635 ObjDesc->Field.PinNumberIndex = Info->PinNumberIndex; in AcpiExPrepFieldValue()
656 ObjDesc->Field.StartFieldBitOffset, in AcpiExPrepFieldValue()
657 ObjDesc->Field.BaseByteOffset, in AcpiExPrepFieldValue()
658 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue()
659 ObjDesc->Field.RegionObj)); in AcpiExPrepFieldValue()
679 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp25 for (auto &Field : Fields) { in checkValidLayout() local
26 assert(Field.hasFixedOffset() && in checkValidLayout()
28 assert(isAligned(Field.Alignment, Field.Offset) && in checkValidLayout()
30 assert(Field.Offset >= LastEnd && in checkValidLayout()
32 LastEnd = Field.getEndOffset(); in checkValidLayout()
49 for (auto &Field : Fields) { in performOptimizedStructLayout() local
51 if (Field.hasFixedOffset()) { in performOptimizedStructLayout()
107 [](const Field *lhs, const Field *rhs) -> int { in performOptimizedStructLayout()
250 static Field *getNext(Field *Cur) { in performOptimizedStructLayout()
295 auto spliceFromQueue = [&](AlignmentQueue *Queue, Field *Last, Field *Cur) { in performOptimizedStructLayout()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp385 for (++Field; Field != FieldEnd && Field->isBitField(); ++Field); in accumulateFields()
391 bitsToCharUnits(getFieldBitOffset(*Field)), MemberInfo::Field, in accumulateFields()
395 *Field)); in accumulateFields()
396 ++Field; in accumulateFields()
398 ++Field; in accumulateFields()
417 for (; Field != FieldEnd; ++Field) { in accumulateBitFields()
429 Run = Field; in accumulateBitFields()
440 MemberInfo::Field, nullptr, *Field)); in accumulateBitFields()
476 Run = Field; in accumulateBitFields()
482 ++Field; in accumulateBitFields()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h23 class Field {
27 Field(std::string name, unsigned start, unsigned end);
30 Field(std::string name, unsigned bit_position) in Field() function
49 bool Overlaps(const Field &other) const;
54 unsigned PaddingDistance(const Field &other) const;
61 bool operator<(const Field &rhs) const {
65 bool operator==(const Field &rhs) const {
85 const std::vector<Field> &fields);
90 void SetFields(const std::vector<Field> &fields);
109 const std::vector<Field> &GetFields() const { return m_fields; } in GetFields()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp20 RegisterFlags::Field::Field(std::string name, unsigned start, unsigned end) in Field() function in RegisterFlags::Field
25 void RegisterFlags::Field::log(Log *log) const { in log()
30 bool RegisterFlags::Field::Overlaps(const Field &other) const { in Overlaps()
36 unsigned RegisterFlags::Field::PaddingDistance(const Field &other) const { in PaddingDistance()
63 std::vector<Field> provided_fields = fields; in SetFields()
73 std::optional<Field> previous_field; in SetFields()
100 const std::vector<Field> &fields) in RegisterFlags()
107 for (const Field &field : m_fields) in log()
144 for (const RegisterFlags::Field &field : m_fields) { in AsTable()
202 for (const Field &field : m_fields) { in ToXML()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp38 for (auto [Field, DstFieldLoc] : Dst.children()) { in copyRecord()
39 StorageLocation *SrcFieldLoc = Src.getChild(*Field); in copyRecord()
41 assert(Field->getType()->isReferenceType() || in copyRecord()
44 if (Field->getType()->isRecordType()) { in copyRecord()
47 } else if (Field->getType()->isReferenceType()) { in copyRecord()
48 Dst.setChild(*Field, SrcFieldLoc); in copyRecord()
87 for (auto [Field, FieldLoc1] : Loc1.children()) { in recordsEqual()
88 StorageLocation *FieldLoc2 = Loc2.getChild(*Field); in recordsEqual()
90 assert(Field->getType()->isReferenceType() || in recordsEqual()
93 if (Field->getType()->isRecordType()) { in recordsEqual()
[all …]
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c640 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local
695 if (!Field) in AcpiPsGetNextField()
710 AcpiPsSetName (Field, Name); in AcpiPsGetNextField()
724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()
851 AcpiPsFreeOp (Field); in AcpiPsGetNextField()
862 AcpiPsAppendArg (Field, Arg); in AcpiPsGetNextField()
872 return_PTR (Field); in AcpiPsGetNextField()
901 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local
949 if (!Field) in AcpiPsGetNextArg()
960 Arg = Field; in AcpiPsGetNextArg()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp331 for (auto &Field : *Descriptor) { in parseRewriteFunctionDescriptor()
338 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteFunctionDescriptor()
344 Value = dyn_cast<yaml::ScalarNode>(Field.getValue()); in parseRewriteFunctionDescriptor()
356 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
369 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
400 for (auto &Field : *Descriptor) { in parseRewriteGlobalVariableDescriptor()
407 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalVariableDescriptor()
413 Value = dyn_cast<yaml::ScalarNode>(Field.getValue()); in parseRewriteGlobalVariableDescriptor()
463 for (auto &Field : *Descriptor) { in parseRewriteGlobalAliasDescriptor()
470 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalAliasDescriptor()
[all …]
/freebsd/contrib/libxo/doc/
H A Dfield-modifiers.rst2 .. index:: Field Modifiers
5 Field Modifiers
40 .. index:: Field Modifiers; Argument
46 .. index:: Field Modifiers; Argument
67 .. index:: Field Modifiers; Colon
73 .. index:: Field Modifiers; Colon
86 .. index:: Field Modifiers; Display
194 .. index:: Field Modifiers; Key
200 .. index:: Field Modifiers; Key
317 .. index:: Field Modifiers; Trim
[all …]
H A Dfield-roles.rst2 .. index:: Field Roles
5 Field Roles
45 .. index:: Field Roles; Color
138 .. index:: Field Roles; Gettext
173 .. index:: Field Roles; Label
188 .. index:: Field Roles; Note
198 .. index:: Field Roles; Padding
213 .. index:: Field Roles; Title
237 .. index:: Field Roles; Units
263 .. index:: Field Roles; Value
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h28 struct Field { struct
44 using FieldList = llvm::SmallVector<Field, 8>; argument
62 const Field *getField(const FieldDecl *FD) const;
82 const Field *getField(unsigned I) const { return &Fields[I]; } in getField()
83 Field *getField(unsigned I) { return &Fields[I]; } in getField()
125 llvm::DenseMap<const FieldDecl *, Field *> FieldMap;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp285 using Field = decltype(Insn); in DecodeMoveHRegInstruction() typedef
286 Field H = fieldFromInstruction(Insn, 5, 3) | in DecodeMoveHRegInstruction()
288 Field G = fieldFromInstruction(Insn, 8, 3) | in DecodeMoveHRegInstruction()
314 using Field = decltype(Insn); in DecodeCCRU6Instruction() typedef
315 Field U6Field = fieldFromInstruction(Insn, 6, 6); in DecodeCCRU6Instruction()
327 using Field = decltype(Insn); in DecodeSOPwithRU6() typedef
328 Field U6 = fieldFromInstruction(Insn, 6, 6); in DecodeSOPwithRU6()
338 using Field = decltype(Insn); in DecodeSOPwithRS12() typedef
339 Field Lower = fieldFromInstruction(Insn, 6, 6); in DecodeSOPwithRS12()
340 Field Upper = fieldFromInstruction(Insn, 0, 5); in DecodeSOPwithRS12()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp31 auto WriteField = [&](StringRef Field, uint8_t Size) { in yaml2archive() argument
32 Out.write(Field.data(), Field.size()); in yaml2archive()
33 for (size_t I = Field.size(); I != Size; ++I) in yaml2archive()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h27 struct Field { struct
28 Field() = default;
29 Field(StringRef Default, unsigned Length) in Field() function
46 MapVector<StringRef, Field> Fields;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp85 SymbolRef Field = get(Data); in analyzerContainerDataField() local
86 if (Field) { in analyzerContainerDataField()
88 nonloc::SymbolVal(Field)); in analyzerContainerDataField()
95 [Cont, Field](PathSensitiveBugReport &BR) -> std::string { in analyzerContainerDataField()
96 if (BR.isInteresting(Field)) { in analyzerContainerDataField()

12345678910