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

/netbsd-current/usr.bin/hexdump/
H A Dodsyntax.c83 #define TYPE_OFFSET 7 macro
95 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg;
96 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] =
389 fshead->nextfu->fmt[TYPE_OFFSET] = 'x';
390 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x';
392 fshead->nextfu->fmt[TYPE_OFFSET] = 'd';
393 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd';
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h430 /// The TYPE_OFFSET constant describes the record that occurs
438 /// TYPE_OFFSET block to determine the offset of that type's
440 TYPE_OFFSET = 1, enumerator in enum:clang::serialization::ASTRecordTypes
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp739 RECORD(TYPE_OFFSET);
2912 Abbrev->Add(BitCodeAbbrevOp(TYPE_OFFSET));
2918 RecordData::value_type Record[] = {TYPE_OFFSET, TypeOffsets.size(),
H A DASTReader.cpp3121 case TYPE_OFFSET: {
3123 Error("duplicate TYPE_OFFSET record in AST file");

Completed in 277 milliseconds