/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ASTTableGen.h | 93 WrappedRecord(llvm::Record *record = nullptr) : Record(record) {} in Record() argument 147 HasProperties(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument 160 ASTNode(llvm::Record *record = nullptr) : HasProperties(record) {} in HasProperties() argument 183 DeclNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument 205 TypeNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument 227 StmtNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument 250 PropertyType(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument 334 TypeKindRule(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument 364 TypeCase(llvm::Record *record = nullptr) : HasProperties(record) {} in HasProperties() argument 384 Property(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | 20031108-1.c | 7 typedef struct record struct 9 struct record *Ptr_Comp; argument 10 Enumeration Discr; 11 union { 17 } variant;
|
/openbsd-src/sys/dev/microcode/udl/ |
H A D | udl_huffman.h | 16 struct record { struct 17 uint32_t bit_count; 18 uint32_t bit_pattern;
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | node.c | 177 unsigned char *record, int *reclen) in n_index() 200 int n_split(node *left, unsigned char *record, int *reclen) in n_split() 322 void n_insertx(node *np, unsigned char *record, int reclen) in n_insertx() 349 int n_insert(node *np, unsigned char *record, int *reclen) in n_insert() 369 int n_merge(node *right, node *left, unsigned char *record, int *flag) in n_merge() 424 int n_delete(node *np, unsigned char *record, int *flag) in n_delete()
|
H A D | btree.c | 437 int bt_insertx(node *np, unsigned char *record, int *reclen) in bt_insertx() 485 int bt_insert(btree *bt, unsigned char *record, int reclen) in bt_insert() 557 int bt_deletex(node *np, unsigned char *key, unsigned char *record, int *flag) in bt_deletex() 623 unsigned char record[HFS_MAXRECLEN]; in bt_delete() local
|
H A D | file.c | 229 unsigned char record[HFS_EXTRECMAXLEN]; in f_alloc() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 357 RecordT record(static_cast<SymbolRecordKind>(sym.kind())); in createRecord() local 364 RecordT record = createRecord<RecordT>(sym); in GetSegmentAndOffset() local 370 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentAndOffset() local 375 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentAndOffset() local 381 CoffGroupSym record = createRecord<CoffGroupSym>(sym); in GetSegmentAndOffset() local 386 DataSym record = createRecord<DataSym>(sym); in GetSegmentAndOffset() local 392 ThreadLocalDataSym record = createRecord<ThreadLocalDataSym>(sym); in GetSegmentAndOffset() local 444 RecordT record = createRecord<RecordT>(sym); in GetSegmentOffsetAndLength() local 451 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentOffsetAndLength() local 457 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentOffsetAndLength() local [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/ |
H A D | dhry.h | 412 typedef struct record struct 414 struct record *Ptr_Comp; argument 415 Enumeration Discr; 416 union { 430 } variant;
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 214 auto record = LineRecord::parse(*It); in ParseCompileUnitAtIndex() local 247 if (auto record = FuncRecord::parse(*It)) { in GetOrCreateFunction() local 312 if (auto record = InlineRecord::parse(*It)) { in ParseBlocksRecursive() local 354 auto record = InlineOriginRecord::parse(line); in ParseInlineOriginRecords() local 498 if (auto record = PublicRecord::parse(line)) in AddSymbols() local 514 auto record = StackWinRecord::parse( in GetParameterStackSize() local 678 std::optional<StackCFIRecord> record = StackCFIRecord::parse(*It); in ParseCFIUnwindPlan() local 702 std::optional<StackWinRecord> record = StackWinRecord::parse(*It); in ParseWinUnwindPlan() local 801 auto record = FileRecord::parse(line); in ParseFileRecords() local 831 if (auto record = FuncRecord::parse(*It)) { in ParseCUData() local [all …]
|
/openbsd-src/sys/dev/ic/ |
H A D | wdcevent.h | 66 u_int8_t record[20]; in WDC_LOG_ATAPI_CMD() local 77 char record[3] = {flags >> 8, flags & 0xff, error}; in WDC_LOG_ATAPI_DONE() local 88 char record[8] = { head, features, cylinhi, cylinlo, in WDC_LOG_ATA_CMDLONG() local 102 char record[3]; in WDC_LOG_REG() local 115 char record[9] = { lba_hi1, lba_hi2, lba_mi1, lba_mi2, in WDC_LOG_ATA_CMDEXT() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ExceptionRecord.h | 27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord() 46 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord()
|
H A D | NativeProcessWindows.h | 154 const ExceptionRecord &record) override { in OnDebugException()
|
H A D | LocalDebugDelegate.cpp | 30 const ExceptionRecord &record) { in OnDebugException()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | oasys.c | 33 oasys_read_record (bfd *abfd, oasys_record_union_type *record) in oasys_read_record() 50 oasys_string_length (oasys_record_union_type *record) in oasys_string_length() 69 oasys_record_union_type record; in oasys_slurp_symbol_table() local 255 oasys_module_table_type record; in oasys_archive_p() local 341 oasys_record_union_type record; in oasys_slurp_section_data() local 564 oasys_record_union_type record; in oasys_object_p() local 755 oasys_record_union_type *record, in oasys_write_record()
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | oasys.c | 94 oasys_read_record (abfd, record) in oasys_read_record() argument 112 oasys_string_length (record) in oasys_string_length() argument 139 oasys_record_union_type record; local 344 oasys_module_table_type record; local 465 oasys_record_union_type record; local 615 oasys_record_union_type record; local 917 oasys_write_record (abfd, type, record, size) in oasys_write_record() argument
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | spfwalk.c | 113 lookup_record(int type, char *record, struct target *tgt) in lookup_record() 172 char *record, *end; in dispatch_txt() local 364 parse_target(char *record, struct target *tgt) in parse_target()
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_ras_eeprom.c | 476 struct eeprom_table_record *record, in __encode_table_record_to_buf() 504 struct eeprom_table_record *record, in __decode_table_record_from_buf() 606 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append_table() 819 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append() 902 struct eeprom_table_record *record, in amdgpu_ras_eeprom_read() 1135 struct eeprom_table_record record; in amdgpu_ras_debugfs_table_read() local
|
/openbsd-src/usr.sbin/rmt/ |
H A D | rmt.c | 52 char *record; variable 301 checkbuf(char *record, int size) in checkbuf()
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/bios/ |
H A D | bios_parser.c | 226 ATOM_I2C_RECORD *record; in bios_parser_get_i2c_info() local 271 ATOM_HPD_INT_RECORD *record = NULL; in bios_parser_get_hpd_info() local 295 ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) in bios_parser_get_device_tag_record() argument 337 ATOM_CONNECTOR_DEVICE_TAG_RECORD *record = NULL; bios_parser_get_device_tag() local 1477 ATOM_ENCODER_CAP_RECORD_V2 *record = NULL; bios_parser_get_encoder_cap_info() local 1839 get_gpio_i2c_info(struct bios_parser * bp,ATOM_I2C_RECORD * record,struct graphics_object_i2c_info * info) get_gpio_i2c_info() argument 2603 ATOM_BRACKET_LAYOUT_RECORD *record; update_slot_layout_info() local [all...] |
H A D | bios_parser2.c | 391 struct atom_i2c_record *record; in bios_parser_get_i2c_info() local 456 struct atom_i2c_record *record, in get_gpio_i2c_info() argument 565 struct atom_hpd_int_record *record = NULL; bios_parser_get_hpd_info() local 2066 struct atom_encoder_caps_record *record = NULL; bios_parser_get_encoder_cap_info() local 2231 struct atom_disp_connector_caps_record *record = NULL; bios_parser_get_disp_connector_caps_info() local 2316 struct atom_connector_speed_record *record; bios_parser_get_connector_speed_cap_info() local 3128 struct atom_bracket_layout_record *record; update_slot_layout_info() local 3243 struct atom_bracket_layout_record_v2 *record; update_slot_layout_info_v2() local [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | inline21.C | 15 Record record; member
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 120 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { in addTypedData() 124 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, in addTypedData() 790 const RecordDecl *record) { in mustPassRecordIndirectly() 813 auto record = recordType->getDecl(); in classifyType() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 18 RecordT record(static_cast<SymbolRecordKind>(sym.kind())); in createRecord() local
|
/openbsd-src/lib/libc/gen/ |
H A D | getcap.c | 202 char *record, *cbuf; in getent() local 667 char *record = NULL; in cgetnext() local
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 346 Dissecting the sample:
|