Searched refs:TYPE_OFFSET (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/hexdump/
H A Dodsyntax.c64 #define TYPE_OFFSET 7 macro
75 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg;
76 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] =
267 fshead->nextfu->fmt[TYPE_OFFSET] = 'x';
268 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x';
270 fshead->nextfu->fmt[TYPE_OFFSET] = 'd';
271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd';
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h433 /// The TYPE_OFFSET constant describes the record that occurs
441 /// TYPE_OFFSET block to determine the offset of that type's
443 TYPE_OFFSET = 1, enumerator in enum:clang::serialization::ASTRecordTypes
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp829 RECORD(TYPE_OFFSET);
3196 Abbrev->Add(BitCodeAbbrevOp(TYPE_OFFSET));
3202 RecordData::value_type Record[] = {TYPE_OFFSET, TypeOffsets.size(),
H A DASTReader.cpp3342 case TYPE_OFFSET: {
3346 "duplicate TYPE_OFFSET record in AST file");

Completed in 161 milliseconds