Home
last modified time | relevance | path

Searched refs:getCount (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h127 unsigned getCount() const { return Cnt; } in getCount() function
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, in autorelease()
206 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in withIvarAccess()
212 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in releaseViaIvar()
H A DRetainCountDiagnostics.cpp121 if (PrevV.getCount() == CurrV.getCount()) { in shouldGenerateNote()
131 if (PrevV.getCount() > CurrV.getCount()) in shouldGenerateNote()
136 if (unsigned Count = CurrV.getCount()) in shouldGenerateNote()
406 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch()
407 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch()
449 if (CurrT->getCount() == 1) { in annotateStartParameter()
452 assert(CurrT->getCount() == 0); in annotateStartParameter()
838 << RV->getCount(); in getEndPath()
H A DRetainCountChecker.cpp54 unsigned cnt = getCount(); in print()
61 unsigned cnt = getCount(); in print()
68 unsigned cnt = getCount(); in print()
75 unsigned cnt = getCount(); in print()
804 assert(V.getCount() > 0); in updateSymbol()
805 if (V.getCount() == 1) { in updateSymbol()
820 if (V.getCount() > 0) { in updateSymbol()
1000 unsigned cnt = X.getCount(); in processReturn()
1008 unsigned cnt = X.getCount(); in processReturn()
1082 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp106 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()
119 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()
148 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
179 isHotCountNthPercentile(PercentileCutoff, FunctionCount.getCount())) in isFunctionHotOrColdInCallGraphNthPercentile()
182 !isColdCountNthPercentile(PercentileCutoff, FunctionCount.getCount())) in isFunctionHotOrColdInCallGraphNthPercentile()
233 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp23 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
H A DNativeTypeArray.cpp39 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
55 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
H A DNativeTypeFunctionSig.cpp119 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
155 uint32_t NativeTypeFunctionSig::getCount() const { in getCount() function in NativeTypeFunctionSig
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp85 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
102 FunctionCount.getCount())) in isFunctionHotInCallGraphNthPercentile()
115 FunctionCount.getCount())) in isFunctionColdInCallGraphNthPercentile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp105 unsigned getCount(ValueType Entry);
241 unsigned N = getCount(Entry); in visitNode()
302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() function in OptimizePICCall
/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/external/apache2/llvm/dist/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;
H A DNativeRawSymbol.h80 uint32_t getCount() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp303 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump()
345 Printer.format("<vtshape ({0} methods)>", Symbol.getCount()); in dump()
H A DPrettyVariableDumper.cpp125 Printer << '[' << Symbol.getCount() << ']'; in dumpRight()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h90 int getCount() const { return Count; } in getCount() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DOperation.h147 inline unsigned getCount() const { return m_operations.size(); } in getCount() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp345 return blocks.front()->getCount(); in getEntryCount()
766 if (b->getCount() == 0) in annotateSource()
809 b->getCount() ? arc->count ? "taken" : "nottaken" : "notexec"; in printSourceToIntermediate()
904 if (b.number != 0 && &b != &exitBlock && b.getCount()) in printFunctionDetails()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h773 int getCount() const { return CheckTy.getCount(); } in getCount() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h99 unsigned getCount() const { return Count; } in getCount() function
232 unsigned getCount() const { return Count; } in getCount() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h278 uint64_t getCount() const { return count; } in getCount() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h75 uint32_t getCount() const override;

12