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

12

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUDiagnosticInfoUnsupported.cpp25 DP << "unsupported " << getDescription() << " in " << Fn.getName();
H A DAMDGPUDiagnosticInfoUnsupported.h37 const Twine &getDescription() const { return Description; } function in class:llvm::DiagnosticInfoUnsupported
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp51 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);
75 llvm::make_unique<BugReport>(*BT_null, BT_null->getDescription(), N);
H A DFixedAddressChecker.cpp60 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
H A DArrayBoundChecker.cpp79 auto report = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
H A DCastToStructChecker.cpp66 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
H A DPointerArithChecker.cpp61 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
H A DPointerSubChecker.cpp69 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
H A DReturnPointerRangeChecker.cpp83 auto report = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
H A DUndefBranchChecker.cpp99 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
H A DBoolAssignmentChecker.cpp38 C.emitReport(llvm::make_unique<BugReport>(*BT, BT->getDescription(), N));
H A DCastSizeChecker.cpp136 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), errorNode);
H A DReturnUndefChecker.cpp87 auto Report = llvm::make_unique<BugReport>(BT, BT.getDescription(), N);
H A DChrootChecker.cpp149 *BT_BreakJail, BT_BreakJail->getDescription(), N));
H A DStreamChecker.cpp281 *BT_illegalwhence, BT_illegalwhence->getDescription(), N));
357 *BT_nullfp, BT_nullfp->getDescription(), N));
388 *BT_doubleclose, BT_doubleclose->getDescription(), N));
416 *BT_ResourceLeak, BT_ResourceLeak->getDescription(), N));
H A DDereferenceChecker.cpp178 *BT_null, buf.empty() ? BT_null->getDescription() : StringRef(buf), N);
199 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);
H A DRetainCountChecker.cpp1665 virtual const char *getDescription() const = 0;
1675 const char *getDescription() const override {
1684 const char *getDescription() const override {
1695 const char *getDescription() const override {
1705 const char *getDescription() const override {
1715 const char *getDescription() const override {
1725 const char *getDescription() const override {
1738 const char *getDescription() const override { return ""; }
1800 : BugReport(D, D.getDescription(), n) {
1809 : BugReport(D, D.getDescription(), endTex
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp41 Node->getDescription());
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h72 const char *getDescription() const { return Description; } function in class:llvm::MachinePassRegistryNode
137 Node->getDescription());
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLangStandard.h55 /// getDescription - Get the description of this standard.
56 const char *getDescription() const { return Description; } function in struct:clang::LangStandard
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h75 StringRef getDescription() const { return desc; } function in class:clang::ento::BuiltinBug
H A DBugReporter.h182 StringRef getDescription() const { return Description; } function in class:clang::ento::BugReport
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp57 StringRef getDescription() const { function in struct:__anon3733::StaticDiagInfoRec
260 /// getDescription - Return the description of the specified custom
262 StringRef getDescription(unsigned DiagID) const {
357 /// getDescription - Given a diagnostic ID, return a description of the
359 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const {
361 return Info->getDescription();
363 return CustomDiagInfo->getDescription(DiagID);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h147 StringRef getDescription(unsigned DiagID) const;
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h167 const char *getDescription() const { return Description; } function in class:llvm::cl::OptionCategory
578 // getDescription - Return description N
579 virtual const char *getDescription(unsigned N) const = 0;
667 const char *getDescription(unsigned N) const override {

Completed in 282 milliseconds

12