Searched refs:readInt (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp140 S->setIsOMPStructuredBlock(Record.readInt());
147 S->NullStmtBits.HasLeadingEmptyMacro = Record.readInt();
153 unsigned NumStmts = Record.readInt();
163 Record.recordSwitchCaseID(S, Record.readInt());
170 bool CaseStmtIsGNURange = Record.readInt();
198 uint64_t NumAttrs = Record.readInt();
212 S->setConstexpr(Record.readInt());
213 bool HasElse = Record.readInt();
214 bool HasVar = Record.readInt();
215 bool HasInit = Record.readInt();
[all...]
H A DASTReaderDecl.cpp104 uint64_t LocalOffset = Record.readInt();
135 for (unsigned I = 0, Size = Record.readInt(); I != Size; ++I)
152 return Record.getGlobalSubmoduleID(Record.readInt());
505 if (Record.readInt())
508 CD->setNumCtorInitializers(Record.readInt());
547 if (Record.readInt())
581 D->setInvalidDecl(Record.readInt());
582 if (Record.readInt()) { // hasAttrs
589 D->setImplicit(Record.readInt());
590 D->Used = Record.readInt();
2717 uint64_t readInt() { function in class:__anon3254::AttrReader
[all...]
H A DASTReader.cpp6429 TL.setWrittenTypeSpec(static_cast<DeclSpec::TST>(Reader.readInt()));
6430 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Reader.readInt()));
6431 TL.setWrittenWidthSpec(static_cast<DeclSpec::TSW>(Reader.readInt()));
6432 TL.setModeAttr(Reader.readInt());
7053 unsigned NumArgsAsWritten = readInt();
7181 unsigned NumBases = Record.readInt();
8618 unsigned NumTPLists = readInt();
8634 unsigned NumParams = readInt();
8651 unsigned NumTemplateArgs = readInt();
8659 unsigned NumDecls = readInt();
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp38 if (!Buffer.readInt(Checksum))
68 if (!Buffer.readInt(GCDAChecksum))
86 if (!Buffer.readInt(Length))
88 if (!Buffer.readInt(Dummy))
90 if (!Buffer.readInt(Dummy))
92 if (!Buffer.readInt(RunCount))
98 if (!Buffer.readInt(Length))
133 if (!Buff.readInt(Dummy))
135 if (!Buff.readInt(Ident))
137 if (!Buff.readInt(Checksu
[all...]
H A DSampleProfReader.cpp971 if (!GcovBuffer.readInt(dummy))
979 if (GcovBuffer.readInt(Val) && Val <= std::numeric_limits<T>::max())
1022 if (!GcovBuffer.readInt(Tag))
1039 if (!GcovBuffer.readInt(Size))
1057 if (!GcovBuffer.readInt(NumFunctions))
1077 if (!GcovBuffer.readInt(NameIdx))
1083 if (!GcovBuffer.readInt(NumPosCounts))
1087 if (!GcovBuffer.readInt(NumCallsites))
1116 if (!GcovBuffer.readInt(Offset))
1120 if (!GcovBuffer.readInt(NumTarget
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h69 uint64_t readInt() { return Record[Idx++]; } function in class:clang::ASTRecordReader
108 uint64_t Kind = readInt();
169 return Qualifiers::fromOpaqueValue(readInt());
287 bool readBool() { return readInt() != 0; }
291 return uint32_t(readInt());
296 return readInt();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h136 template <class T> Expected<bool> readInt(Object &Obj);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp48 return readInt<int8_t>(Obj);
51 return readInt<int16_t>(Obj);
54 return readInt<int32_t>(Obj);
57 return readInt<int64_t>(Obj);
191 template <class T> Expected<bool> Reader::readInt(Object &Obj) { function in class:Reader
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h199 bool readInt(uint32_t &Val) { function in class:llvm::GCOVBuffer
212 if (!readInt(Lo) || !readInt(Hi))
223 if (!readInt(Len))
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Ddecodecorpus.c1722 static unsigned readInt(const char** argument) function
1836 seed = readInt(&argument);
1840 numFiles = readInt(&argument);
1844 testDuration = readInt(&argument);

Completed in 274 milliseconds