| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A 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()
|
| H A 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()
|
| H A 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A 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
|
| H A D | NativeTypeArray.cpp | 39 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 55 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
|
| H A D | NativeTypeFunctionSig.cpp | 119 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 D | MachineSizeOpts.cpp | 85 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 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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeVTableShape.h | 26 FORWARD_SYMBOL_METHOD(getCount)
|
| H A D | PDBSymbolTypeArray.h | 28 FORWARD_SYMBOL_METHOD(getCount)
|
| H A D | PDBSymbolTypeFunctionSig.h | 35 FORWARD_SYMBOL_METHOD(getCount)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeVTShape.h | 35 uint32_t getCount() const override;
|
| H A D | NativeTypeArray.h | 37 uint32_t getCount() const override;
|
| H A D | NativeTypeFunctionSig.h | 46 uint32_t getCount() const override;
|
| H A D | NativeRawSymbol.h | 80 uint32_t getCount() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypeDumper.cpp | 303 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump() 345 Printer.format("<vtshape ({0} methods)>", Symbol.getCount()); in dump()
|
| H A D | PrettyVariableDumper.cpp | 125 Printer << '[' << Symbol.getCount() << ']'; in dumpRight()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 90 int getCount() const { return Count; } in getCount() function
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | Operation.h | 147 inline unsigned getCount() const { return m_operations.size(); } in getCount() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 345 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 D | FileCheckImpl.h | 773 int getCount() const { return CheckTy.getCount(); } in getCount() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 99 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 D | GCOV.h | 278 uint64_t getCount() const { return count; } in getCount() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 75 uint32_t getCount() const override;
|