Home
last modified time | relevance | path

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

/trueos/usr.bin/hexdump/
HDodsyntax.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()
/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTBitCodes.h311 TYPE_OFFSET = 1, enumerator
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp805 RECORD(TYPE_OFFSET); in WriteBlockInfoBlock()
2636 Abbrev->Add(BitCodeAbbrevOp(TYPE_OFFSET)); in WriteTypeDeclOffsets()
2642 Record.push_back(TYPE_OFFSET); in WriteTypeDeclOffsets()
HDASTReader.cpp2118 case TYPE_OFFSET: { in ReadASTBlock()