HomeSort by: relevance | last modified time | path
    Searched defs:Field (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ArchiveYAML.h 26 struct Field {
27 Field() = default;
28 Field(StringRef Default, unsigned Length)
45 MapVector<StringRef, Field> Fields;
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 478 Field (GNVS, AnyAcc, NoLock, Preserve)
  /src/lib/libc/compat/net/
compat_ns_addr.c 53 static void Field(char *, uint8_t *, int);
69 * First, figure out what he intends as a field separator.
89 Field(buf, addr.x_net.c_net, 4);
96 Field(socketname, (uint8_t *)(void *)&addr.x_port, 2);
99 Field(hostname, addr.x_host.c_host, 6);
105 Field(char *buf, uint8_t *out, int len)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DebugContainerModeling.cpp 91 SymbolRef Field = get(Data);
92 if (Field) {
94 nonloc::SymbolVal(Field));
101 [Cont, Field](PathSensitiveBugReport &BR) -> std::string {
102 if (BR.isInteresting(Field)) {
PaddingChecker.cpp 197 // field, and not the data size. If the field is a record
211 /// 1. Find a close approximation to where we can place our first field.
213 /// 2. Try to find the best field that can legally be placed at the current
220 /// 4. Increment the current offset by the size of the chosen field.
221 /// 5. Remove the chosen field from the set of future possibilities.
232 const FieldDecl *Field;
236 // then large field indices to small field indices
238 Field ? -static_cast<int>(Field->getFieldIndex()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 106 T Field;
109 if (auto EC = consume(Reader, Field))
111 Item.push_back(Field);
129 StringRef Field;
130 if (auto EC = Reader.readCString(Field))
132 Item.push_back(Field);
CodeViewRecordIO.h 189 typename T::value_type Field;
192 if (auto EC = Mapper(*this, Field))
194 Items.push_back(Field);
  /src/games/robots/
extern.c 63 char Field[Y_FIELDSIZE][X_FIELDSIZE]; /* the playing field itself */
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Record.h 25 /// Describes a record field.
26 struct Field {
40 /// Mapping from identifiers to field descriptors.
41 using FieldList = llvm::SmallVector<Field, 8>;
56 /// Returns a field.
57 const Field *getField(const FieldDecl *FD) const;
69 Field *getField(unsigned I) { return &Fields[I]; }
107 /// Mapping from field identifiers to descriptors.
108 llvm::DenseMap<const FieldDecl *, Field *> FieldMap;
Interp.cpp 117 // Get the inactive field descriptor.
126 // Find the active field of the union.
131 const Pointer &Field = U.atField(R->getField(I)->Offset);
132 if (Field.isActive()) {
133 ActiveField = Field.getField();
277 const FieldDecl *Field = Ptr.getField();
278 S.FFDiag(Loc, diag::note_constexpr_access_mutable, 1) << AK_Read << Field;
279 S.Note(Field->getLocation(), diag::note_declared_at);
Pointer.h 69 /// Creates a pointer to a field.
71 unsigned Field = Offset + Off;
72 return Pointer(Pointee, Field, Field);
99 // Pointer is to a field or array element - enter it.
143 /// Checks if the item is a field in an object.
150 /// Returns a pointer to the object of which this pointer is a field.
156 assert(Offset == Base && "not an inner field");
170 /// Accessors for information about the innermost field.
177 /// Returns the type of the innermost field
    [all...]
Program.cpp 57 Pointer Field = Ptr.atIndex(I).narrow();
62 Field.deref<T>() = T::from(CodePoint, BitWidth);
67 Field.deref<T>() = T::from(CodePoint, BitWidth);
72 Field.deref<T>() = T::from(CodePoint, BitWidth);
269 // Reserve space for the field's descriptor and the offset.
272 // Classify the field and add its metadata.
  /src/sys/external/bsd/acpica/dist/compiler/
dtfield.c 55 DT_FIELD *Field,
61 DT_FIELD *Field,
67 DT_FIELD *Field,
81 * Field - Field to be compiled
82 * ByteLength - Byte length of the field
83 * Type - Field type
87 * DESCRIPTION: Compile a field value to binary
94 DT_FIELD *Field,
106 DtCompileInteger (Buffer, Field, ByteLength, Flags)
    [all...]
dtio.c 216 DT_FIELD *Field;
263 * There are two column values. One for the field name,
264 * and one for the field value.
330 /* Create a new field object only if we have a valid value field */
334 Field = UtFieldCacheCalloc ();
335 Field->Name = Name;
336 Field->Value = Value;
337 Field->Line = Line;
338 Field->ByteOffset = Offset
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 79 * DESCRIPTION: Decode and return a package length field.
155 * the package. Consumes the package length field
619 * RETURN: A newly allocated FIELD op
621 * DESCRIPTION: Get next field (NamedField, ReservedField, or AccessField)
630 ACPI_PARSE_OBJECT *Field;
653 /* Determine field type */
687 /* Allocate a new field op */
689 Field = AcpiPsAllocOp (Opcode, Aml);
690 if (!Field)
695 /* Decode the field type *
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h 191 static IITDescriptor get(IITDescriptorKind K, unsigned Field) {
192 IITDescriptor Result = { K, { Field } };
198 unsigned Field = Hi << 16 | Lo;
199 IITDescriptor Result = {K, {Field}};
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp 391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index];
394 mapRequiredHex(IO, Name.c_str(), Field);
396 mapOptionalHex(IO, Name.c_str(), Field, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 458 const Constant *Field = CS->getOperand(i);
460 if (fillGenericConstant(DL, Field, Vals, Offset + SizeSoFar) == false)
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 357 std::pair<StringRef, StringRef> Field = S->getString().split("version");
358 StringRef Name = Field.first.trim();
359 StringRef Version = Field.second.trim();
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 41 Field,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 180 FieldDecl *Field;
182 Field = FieldDecl::Create(
187 Field->setAccess(AS_public);
192 Field->addAttr(*I);
198 Field = FieldDecl::Create(
203 Field->setAccess(AS_public);
207 Field->addAttr(AlignedAttr::CreateImplicit(
214 GlobalizedRD->addDecl(Field);
215 MappedDeclsFields.try_emplace(VD, Field);
504 /// Returns the field in the globalized record for the escaped variable
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 150 const ValueDecl *Field;
153 Field = Init->getIndirectMember();
156 Field = Init->getMember();
160 QualType Ty = Field->getType();
1015 // The field stores the length of a captured variable-length array.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 834 uint64_t Field = cast<ConstantInt>(GEP->getOperand(I))->getZExtValue();
835 // Skip field 0 as the offset is always 0.
836 if (Field != 0) {
839 DL->getStructLayout(StTy)->getElementOffset(Field);
1002 // Notice that we don't remove struct field indices here. If LowerGEP is
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SearchableTableEmitter.cpp 40 int getInt(Record *R, StringRef Field) {
41 return getAsInt(R->getValueInit(Field));
67 SMLoc Loc; // Source location of PrimaryKey or Key field definition.
84 for (const auto &Field : Fields) {
85 if (Name == Field.Name)
86 return &Field;
113 std::string primaryRepresentation(SMLoc Loc, const GenericField &Field,
116 if (Field.IsCode || SI->hasCodeFormat())
124 else if (Field.IsIntrinsic)
126 else if (Field.IsInstruction
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 207 /// A non-discriminated union of a base, field, or array index.
289 const FieldDecl *Field;
545 assert(i < getStructNumFields() && "field index OOB");
557 return ((const UnionData *)(const char *)&Data)->Field;
616 void setUnion(const FieldDecl *Field, const APValue &Value);

Completed in 40 milliseconds

1 2 3