| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| D | RetainCountChecker.h | 127 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()
|
| D | RetainCountDiagnostics.cpp | 121 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()
|
| D | RetainCountChecker.cpp | 54 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ProfileSummaryInfo.cpp | 106 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeTypeVTShape.cpp | 23 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
|
| D | NativeTypeArray.cpp | 39 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 55 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
|
| D | NativeTypeFunctionSig.cpp | 119 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 155 uint32_t NativeTypeFunctionSig::getCount() const { in getCount() function in NativeTypeFunctionSig
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineSizeOpts.cpp | 85 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph() 102 FunctionCount.getCount())) in isFunctionHotInCallGraphNthPercentile() 115 FunctionCount.getCount())) in isFunctionColdInCallGraphNthPercentile()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | local_cache.h | 37 u32 getCount() const { return Count; } in getCount() function 174 DCHECK_GT(B->getCount(), 0); in refill() 175 C->Count = B->getCount(); in refill()
|
| D | primary64.h | 108 DCHECK_GT(B->getCount(), 0); in popBatch() 109 Region->Stats.PoppedBlocks += B->getCount(); in popBatch() 114 DCHECK_GT(B->getCount(), 0); in pushBatch() 118 Region->Stats.PushedBlocks += B->getCount(); in pushBatch() 401 DCHECK_GT(B->getCount(), 0); in populateFreeList()
|
| D | primary32.h | 126 DCHECK_GT(B->getCount(), 0); in popBatch() 127 Sci->Stats.PoppedBlocks += B->getCount(); in popBatch() 133 DCHECK_GT(B->getCount(), 0); in pushBatch() 137 Sci->Stats.PushedBlocks += B->getCount(); in pushBatch() 393 DCHECK_GT(B->getCount(), 0); in populateFreeList()
|
| D | release.h | 100 uptr getCount() const { return NumCounters; } in getCount() function 244 for (u32 I = 0; I < It.getCount(); I++) { in releaseFreeMemoryToOS() 258 for (u32 I = 0; I < It.getCount(); I++) { in releaseFreeMemoryToOS()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsOptimizePICCall.cpp | 105 unsigned getCount(ValueType Entry); 241 unsigned N = getCount(Entry); in visitNode() 302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() function in OptimizePICCall
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBSymbolTypeVTableShape.h | 26 FORWARD_SYMBOL_METHOD(getCount)
|
| D | PDBSymbolTypeArray.h | 28 FORWARD_SYMBOL_METHOD(getCount)
|
| D | PDBSymbolTypeFunctionSig.h | 35 FORWARD_SYMBOL_METHOD(getCount)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | NativeTypeVTShape.h | 35 uint32_t getCount() const override;
|
| D | NativeTypeArray.h | 37 uint32_t getCount() const override;
|
| D | NativeTypeFunctionSig.h | 46 uint32_t getCount() const override;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | PrettyTypeDumper.cpp | 303 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump() 345 Printer.format("<vtshape ({0} methods)>", Symbol.getCount()); in dump()
|
| D | PrettyVariableDumper.cpp | 125 Printer << '[' << Symbol.getCount() << ']'; in dumpRight()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| D | FileCheck.h | 90 int getCount() const { return Count; } in getCount() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 358 return blocks.front()->getCount(); in getEntryCount() 779 if (b->getCount() == 0) in annotateSource() 822 b->getCount() ? arc->count ? "taken" : "nottaken" : "notexec"; in printSourceToIntermediate() 917 if (b.number != 0 && &b != &exitBlock && b.getCount()) in printFunctionDetails()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/FileCheck/ |
| D | FileCheckImpl.h | 773 int getCount() const { return CheckTy.getCount(); } in getCount() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SymbolManager.h | 99 unsigned getCount() const { return Count; } in getCount() function 232 unsigned getCount() const { return Count; } in getCount() function
|