Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/hexdump/
H A Dodsyntax.c70 #define TYPE_OFFSET 7 in oldsyntax() macro
81 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg; in oldsyntax()
82 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()
273 fshead->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
274 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
276 fshead->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
277 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h443 TYPE_OFFSET = 1, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp829 RECORD(TYPE_OFFSET); in WriteBlockInfoBlock()
3196 Abbrev->Add(BitCodeAbbrevOp(TYPE_OFFSET)); in WriteTypeDeclOffsets()
3202 RecordData::value_type Record[] = {TYPE_OFFSET, TypeOffsets.size(), in WriteTypeDeclOffsets()
H A DASTReader.cpp3342 case TYPE_OFFSET: { in ReadASTBlock()