Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h27 struct Field { struct
29 Field(StringRef Default, unsigned Length) in Field() function
31 StringRef Value;
32 StringRef DefaultValue;
33 unsigned MaxLength;
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp38 int getInt(Record *R, StringRef Field) { in getInt()
82 for (const auto &Field : Fields) { in getFieldByName() local
111 std::string primaryRepresentation(SMLoc Loc, const GenericField &Field, in primaryRepresentation()
155 const GenericField &Field, TypeContext Ctx) { in searchableFieldType()
222 for (const auto &Field : Index.Fields) { in compareBy() local
324 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
350 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
394 const GenericField &Field = Index.Fields[0]; in emitLookupFunction() local
405 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
412 for (const auto &Field : Index.Fields) { in emitLookupFunction() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp301 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand()
311 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand()
321 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand()
333 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand()
345 static DecodeStatus decodeBDLAddr12Len4Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len4Operand()
357 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand()
369 static DecodeStatus decodeBDRAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDRAddr12Operand()
381 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand()
393 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
399 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DRecord.h28 struct Field { struct
29 const FieldDecl *Decl; argument
43 using FieldList = llvm::SmallVector<Field, 8>; argument
H A DInterp.h634 const Pointer &Field = Obj.atField(I); in GetField() local
649 const Pointer &Field = Obj.atField(I); in SetField() local
665 const Pointer &Field = Obj.atField(I); in GetFieldPop() local
679 const Pointer &Field = This.atField(I); in GetThisField() local
694 const Pointer &Field = This.atField(I); in SetThisField() local
729 const Pointer &Field = This.atField(I); in InitThisField() local
742 const Pointer &Field = This.atField(F->Offset); in InitThisBitField() local
756 const Pointer &Field = This.atField(I); in InitThisFieldActive() local
769 const Pointer &Field = S.Stk.peek<Pointer>().atField(I); in InitField() local
779 const Pointer &Field = S.Stk.pop<Pointer>().atField(F->Offset); in InitBitField() local
[all …]
H A DInterp.cpp131 const Pointer &Field = U.atField(R->getField(I)->Offset); in CheckActive() local
278 const FieldDecl *Field = Ptr.getField(); in CheckMutable() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcall1.C4 struct Field { struct
10 for_each(const Field& p, IsCompressed, C) in for_each() argument
H A Dcall2.C4 struct Field { struct
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DOptimizedStructLayout.cpp18 using Field = OptimizedStructLayoutField; typedef
25 for (auto &Field : Fields) { in checkValidLayout() local
49 for (auto &Field : Fields) { in performOptimizedStructLayout() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp285 using Field = decltype(Insn); in DecodeMoveHRegInstruction() typedef
314 using Field = decltype(Insn); in DecodeCCRU6Instruction() typedef
327 using Field = decltype(Insn); in DecodeSOPwithRU6() typedef
338 using Field = decltype(Insn); in DecodeSOPwithRS12() typedef
/openbsd-src/gnu/llvm/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.cpp618 FieldDecl *Field = MemberInit->getAnyMember(); in EmitLValueForAnyFieldInitialization() local
640 FieldDecl *Field = MemberInit->getAnyMember(); in EmitMemberInitializer() local
691 void CodeGenFunction::EmitInitializerForField(FieldDecl *Field, LValue LHS, in EmitInitializerForField()
799 for (const auto *Field : ClassDecl->fields()) { in EmitAsanPrologueOrEpilogue() local
1061 FieldDecl *Field = MemberInit->getMember(); in isMemberInitMemcpyable() local
1162 FieldDecl *Field = dyn_cast<FieldDecl>(ME->getMemberDecl()); in getMemcpyableField() local
1182 FieldDecl *Field = dyn_cast<FieldDecl>(IOA->getMemberDecl()); in getMemcpyableField() local
1202 FieldDecl *Field = dyn_cast<FieldDecl>(ME->getMemberDecl()); in getMemcpyableField() local
1364 for (const auto *Field : BaseClassDecl->fields()) in HasTrivialDestructorBody() local
1396 const FieldDecl *Field) in FieldHasTrivialDestructorBody()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp31 auto WriteField = [&](StringRef Field, uint8_t Size) { in yaml2archive()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp232 FieldInfo &Field = Fields.back(); in addField() local
3769 FieldInfo &Field = Struct.addField(Name, FT_INTEGRAL, Size); in addIntegralField() local
3974 FieldInfo &Field = Struct.addField(Name, FT_REAL, Size); in addRealField() local
4064 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
4101 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
4155 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
4195 bool MasmParser::parseFieldInitializer(const FieldInfo &Field, in parseFieldInitializer()
4232 const FieldInfo &Field = Structure.Fields[FieldIndex++]; in parseStructInitializer() local
4255 for (const FieldInfo &Field : llvm::drop_begin(Structure.Fields, FieldIndex)) in parseStructInitializer() local
4312 bool MasmParser::emitFieldValue(const FieldInfo &Field, in emitFieldValue()
[all …]
/openbsd-src/games/robots/
H A Dextern.c53 char Field[Y_FIELDSIZE][X_FIELDSIZE]; /* the playing field itself */ variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h105 T Field; in deserialize() local
128 StringRef Field; in deserialize() local
H A DCodeViewRecordIO.h189 typename T::value_type Field; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp445 struct Field { struct in __anonb993b61d0611::FrameTypeBuilder
446 uint64_t Size;
447 uint64_t Offset;
448 Type *Ty;
449 FieldIDType LayoutFieldIndex;
450 Align Alignment;
451 Align TyAlignment;
452 uint64_t DynamicAlignBuffer;
598 auto Field = B.getLayoutField(getFieldIndex(I)); in updateLayoutIndex() local
751 for (auto &Field : Fields) { in finish() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp92 SymbolRef Field = get(Data); in analyzerContainerDataField() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRDiagsEmitter.h108 Field, enumerator
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp53 for (const FieldDecl *Field : Fields) in createStorageLocation() local
409 for (const FieldDecl *Field : Type->getAsRecordDecl()->fields()) in getFieldsFromClassHierarchy() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRandstruct.cpp56 void Bucket::addField(FieldDecl *Field, int FieldSize) { in addField()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp562 for (const auto *Field : AggregateType->fields()) in getParamType() local
591 for (const auto *Field : AggregateType->fields()) in getParamDecl() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp547 DataMemberRecord &Field) { in visitKnownMember()
554 StaticDataMemberRecord &Field) { in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp492 DataMemberRecord &Field) { in visitKnownMember()
502 StaticDataMemberRecord &Field) { in visitKnownMember()

123456