Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h26 struct Field { struct
28 Field(StringRef Default, unsigned Length) in Field() argument
30 StringRef Value;
31 StringRef DefaultValue;
32 unsigned MaxLength;
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtfield.c94 DT_FIELD *Field, in DtCompileOneField() argument
163 DtCompileString(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength) DtCompileString() argument
206 DtCompileUnicode(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength) DtCompileUnicode() argument
245 DtCompileUuid(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength) DtCompileUuid() argument
288 DtCompileInteger(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength,UINT8 Flags) DtCompileInteger() argument
458 DtCompileBuffer(UINT8 * Buffer,char * StringValue,DT_FIELD * Field,UINT32 ByteLength) DtCompileBuffer() argument
526 DtCompileFlag(UINT8 * Buffer,DT_FIELD * Field,ACPI_DMTABLE_INFO * Info) DtCompileFlag() argument
655 DT_FIELD *Field = UtFieldCacheCalloc (); DtCreateField() local
726 DtLinkField(DT_FIELD * Field) DtLinkField() argument
[all...]
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() argument
435 DtGetFieldLength(DT_FIELD * Field,ACPI_DMTABLE_INFO * Info) DtGetFieldLength() argument
[all...]
H A Ddtsubtable.c287 DT_FIELD *Field, in DtGetSubtableLength()
H A Ddtcompile.c483 DT_FIELD **Field, in DtCompileTable()
/netbsd-src/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
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
352 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
396 const GenericField &Field = Index.Fields[0]; in emitLookupFunction() local
407 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
414 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
[all …]
/netbsd-src/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()
383 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
389 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
[all …]
/netbsd-src/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
467 const Pointer &Field = S.Stk.pop<Pointer>().atField(I); in InitField() local
477 const Pointer &Field = S.Stk.pop<Pointer>().atField(F->Offset); in InitBitField() local
[all …]
/netbsd-src/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-src/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-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp31 auto WriteField = [&](StringRef Field, uint8_t Size) { in yaml2archive()
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsargs.c532 ACPI_PARSE_OBJECT *Field; AcpiPsGetNextField() local
793 ACPI_PARSE_OBJECT *Field; AcpiPsGetNextArg() local
[all...]
/netbsd-src/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-src/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c478 Field (GNVS, AnyAcc, NoLock, Preserve) in Field() function
/netbsd-src/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
692 void CodeGenFunction::EmitInitializerForField(FieldDecl *Field, LValue LHS, in EmitInitializerForField()
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()
[all …]
/netbsd-src/lib/libc/compat/net/
H A Dcompat_ns_addr.c104 Field(char *buf, uint8_t *out, int len) in Field() function
/netbsd-src/games/robots/
H A Dextern.c63 char Field[Y_FIELDSIZE][X_FIELDSIZE]; /* the playing field itself */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp346 FieldInfo &Field = Fields.back(); in addField() local
3535 FieldInfo &Field = Struct.addField(Name, FT_INTEGRAL, Size); in addIntegralField() local
3740 FieldInfo &Field = Struct.addField(Name, FT_REAL, Size); in addRealField() local
3828 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
3865 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
3919 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
3959 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
3997 const FieldInfo &Field = Structure.Fields[FieldIndex++]; in parseStructInitializer() local
4022 const FieldInfo &Field = *It; in parseStructInitializer() local
4081 bool MasmParser::emitFieldValue(const FieldInfo &Field, in emitFieldValue()
[all …]
/netbsd-src/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-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp91 SymbolRef Field = get(Data); in analyzerContainerDataField() local

123456