Searched refs:getCount (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeVTableShape.h26 FORWARD_SYMBOL_METHOD(getCount)
H A DPDBSymbolTypeArray.h28 FORWARD_SYMBOL_METHOD(getCount)
H A DPDBSymbolTypeFunctionSig.h35 FORWARD_SYMBOL_METHOD(getCount)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp23 dumpSymbolField(OS, "count", getCount(), Indent);
35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } function in class:NativeTypeVTShape
H A DNativeTypeArray.cpp39 dumpSymbolField(OS, "count", getCount(), Indent);
55 uint32_t NativeTypeArray::getCount() const { function in class:NativeTypeArray
H A DNativeTypeFunctionSig.cpp119 dumpSymbolField(OS, "count", getCount(), Indent);
155 uint32_t NativeTypeFunctionSig::getCount() const { function in class:NativeTypeFunctionSig
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h35 uint32_t getCount() const override;
H A DNativeTypeArray.h37 uint32_t getCount() const override;
H A DNativeTypeFunctionSig.h46 uint32_t getCount() const override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h127 unsigned getCount() const { return Cnt; } function in class:clang::ento::retaincountchecker::RefVal
185 return RefVal(getKind(), getObjKind(), getCount() - i,
190 return RefVal(getKind(), getObjKind(), getCount() + i,
195 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(),
200 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1,
206 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(),
212 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(),
H A DRetainCountDiagnostics.cpp118 if (PrevV.getCount() == CurrV.getCount()) {
128 if (PrevV.getCount() > CurrV.getCount())
133 if (unsigned Count = CurrV.getCount())
399 unsigned CountBefore = CountBeforeCall->getCount();
400 unsigned CountAfter = CountAtExit->getCount();
442 if (CurrT->getCount() == 1) {
445 assert(CurrT->getCount() == 0);
805 "count of +" << RV->getCount();
[all...]
H A DRetainCountChecker.cpp54 unsigned cnt = getCount();
61 unsigned cnt = getCount();
68 unsigned cnt = getCount();
75 unsigned cnt = getCount();
804 assert(V.getCount() > 0);
805 if (V.getCount() == 1) {
820 if (V.getCount() > 0) {
1000 unsigned cnt = X.getCount();
1008 unsigned cnt = X.getCount();
1082 if (X.isReturnedOwned() && X.getCount()
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h79 uptr getCount() const { return N; } function in class:scudo::PackedCounterArray
203 for (u32 I = 0; I < It.getCount(); I++) {
212 for (u32 I = 0; I < It.getCount(); I++) {
226 for (uptr I = 0; I < Counters.getCount(); I++)
240 for (uptr I = 0; I < Counters.getCount(); I++) {
H A Dprimary32.h109 DCHECK_GT(B->getCount(), 0);
110 Sci->Stats.PoppedBlocks += B->getCount();
116 DCHECK_GT(B->getCount(), 0);
120 Sci->Stats.PushedBlocks += B->getCount();
288 if (B && B->getCount() == MaxCount) {
340 DCHECK_GT(B->getCount(), 0);
H A Dprimary64.h112 DCHECK_GT(B->getCount(), 0);
113 Region->Stats.PoppedBlocks += B->getCount();
118 DCHECK_GT(B->getCount(), 0);
122 Region->Stats.PushedBlocks += B->getCount();
251 if (B && B->getCount() == MaxCount) {
335 DCHECK_GT(B->getCount(), 0);
H A Dlocal_cache.h36 u32 getCount() const { return Count; } function in struct:scudo::SizeClassAllocatorLocalCache::TransferBatch
159 DCHECK_GT(B->getCount(), 0);
160 C->Count = B->getCount();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp52 if (!PSI->isColdCount(FunctionCount.getCount()))
69 FunctionCount.getCount()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp137 return FunctionCount && isHotCount(FunctionCount.getCount());
150 if (isHotCount(FunctionCount.getCount()))
179 if (!isColdCount(FunctionCount.getCount()))
204 if (isHotCountNthPercentile(PercentileCutoff, FunctionCount.getCount()))
237 return FunctionCount && isColdCount(FunctionCount.getCount());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCheck.h78 int getCount() const { return Count; } function in class:llvm::Check::FileCheckType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp105 unsigned getCount(ValueType Entry);
242 unsigned N = getCount(Entry);
303 unsigned OptimizePICCall::getCount(ValueType Entry) { function in class:OptimizePICCall
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp342 return Blocks.front()->getCount();
348 return Blocks.back()->getCount();
544 Count += Block->getCount();
780 if (Block->getCount()) {
787 } else if (!LineExecs[Function] && Block->getCount()) {
840 if (Block.getNumDstEdges() && Block.getCount())
853 if (Block.getCount() == 0)
856 OS << format("%9" PRIu64 ":", Block.getCount());
868 if (Block.getCount())
877 if (Block.getCount())
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp303 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount();
345 Printer.format("<vtshape ({0} methods)>", Symbol.getCount());
H A DPrettyVariableDumper.cpp125 Printer << '[' << Symbol.getCount() << ']';
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h505 int getCount() const { return CheckTy.getCount(); } function in class:llvm::Pattern
H A DFileCheck.cpp1301 if (Pat.getCount() > 1)
1302 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str();
1363 if (Pat.getCount() > 1)
1364 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str();
1433 assert(Pat.getCount() != 0 && "pattern count can not be zero");
1434 for (int i = 1; i <= Pat.getCount(); i++) {

Completed in 263 milliseconds

123