Searched refs:getDescription (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp51 new BugReport(*BT_undef, BT_undef->getDescription(), N);
74 new BugReport(*BT_null, BT_null->getDescription(), N);
H A DFixedAddressChecker.cpp59 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
H A DArrayBoundChecker.cpp78 new BugReport(*BT, BT->getDescription(), N);
H A DCastToStructChecker.cpp65 BugReport *R = new BugReport(*BT,BT->getDescription(), N);
H A DPointerArithChecker.cpp60 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
H A DPointerSubChecker.cpp68 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
H A DReturnPointerRangeChecker.cpp82 new BugReport(*BT, BT->getDescription(), N);
H A DCastSizeChecker.cpp75 BugReport *R = new BugReport(*BT, BT->getDescription(),
H A DUndefBranchChecker.cpp101 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
H A DBoolAssignmentChecker.cpp38 C.emitReport(new BugReport(*BT, BT->getDescription(), N));
H A DReturnUndefChecker.cpp87 BugReport *Report = new BugReport(BT, BT.getDescription(), N);
H A DDereferenceChecker.cpp165 buf.empty() ? BT_null->getDescription() : buf.str(),
186 new BugReport(*BT_undef, BT_undef->getDescription(), N);
H A DChrootChecker.cpp149 BT_BreakJail->getDescription(), N);
H A DStreamChecker.cpp277 BT_illegalwhence->getDescription(), N);
353 BugReport *R =new BugReport(*BT_nullfp, BT_nullfp->getDescription(), N);
385 BT_doubleclose->getDescription(), N);
413 BT_ResourceLeak->getDescription(), N);
H A DRetainCountChecker.cpp1551 virtual const char *getDescription() const = 0;
1560 const char *getDescription() const { function in class:__anon3582::UseAfterRelease
1569 const char *getDescription() const { function in class:__anon3582::BadRelease
1580 const char *getDescription() const { function in class:__anon3582::DeallocGC
1590 const char *getDescription() const { function in class:__anon3582::DeallocNotOwned
1600 const char *getDescription() const { function in class:__anon3582::OverAutorelease
1610 const char *getDescription() const { function in class:__anon3582::ReturnedNotOwnedForOwned
1624 const char *getDescription() const { return ""; } function in class:__anon3582::Leak
1686 : BugReport(D, D.getDescription(), n) {
1695 : BugReport(D, D.getDescription(), endTex
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp41 Node->getDescription());
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h72 const char *getDescription() const { return Description; } function in class:llvm::MachinePassRegistryNode
136 Node->getDescription());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLangStandard.h54 /// getDescription - Get the description of this standard.
55 const char *getDescription() const { return Description; } function in struct:clang::LangStandard
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h65 StringRef getDescription() const { return desc; } function in class:clang::ento::BuiltinBug
H A DBugReporter.h182 const StringRef getDescription() const { return Description; } function in class:clang::ento::BugReport
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp56 StringRef getDescription() const { function in struct:__anon3173::StaticDiagInfoRec
264 /// getDescription - Return the description of the specified custom
266 StringRef getDescription(unsigned DiagID) const { function in class:clang::diag::CustomDiagInfo
360 /// getDescription - Given a diagnostic ID, return a description of the
362 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const { function in class:DiagnosticIDs
364 return Info->getDescription();
365 return CustomDiagInfo->getDescription(DiagID);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h138 StringRef getDescription(unsigned DiagID) const;
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1273 outs().indent(NumSpaces) << " - " << getDescription(i) << '\n';
1281 printHelpStr(getDescription(i), GlobalWidth, std::strlen(Option) + 8);
1546 if ((*Category)->getDescription() != 0)
1547 outs() << (*Category)->getDescription() << "\n\n";
/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp78 std::string getDescription() const { function in struct:__anon2688::DAE::RetOrArg
697 DEBUG(dbgs() << "DAE - Marking " << RA.getDescription() << " live\n");
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h153 const char *getDescription() { return Description; } function in class:llvm::cl::OptionCategory
551 // getDescription - Return description N
552 virtual const char *getDescription(unsigned N) const = 0;
645 const char *getDescription(unsigned N) const { function in class:llvm::cl::parser

Completed in 106 milliseconds

12