Home
last modified time | relevance | path

Searched refs:getShortDescription (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/clang/unittests/StaticAnalyzer/
DCheckerRegistration.h30 Output << PD->getCheckerName() << ":" << PD->getShortDescription() << '\n'; in FlushDiagnosticsImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTargetRegistry.cpp130 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/external/llvm-project/llvm/lib/Support/
DTargetRegistry.cpp130 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/external/llvm/lib/Support/
DTargetRegistry.cpp132 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DTextDiagnostics.cpp98 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
DPlistDiagnostics.cpp684 EmitString(o, D->getShortDescription()) << '\n'; in FlushDiagnosticsImpl()
DBugReporter.cpp1319 R->getDescription(), R->getShortDescription(/*UseFallback=*/false), in generateDiagnosticForBasicReport()
1330 R->getDescription(), R->getShortDescription(/*UseFallback=*/false), in generateEmptyDiagnosticForReport()
/external/llvm/lib/Target/
DTargetMachineC.cpp89 return unwrap(T)->getShortDescription(); in LLVMGetTargetDescription()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp387 if (X.getShortDescription() != Y.getShortDescription()) in compare()
388 return X.getShortDescription() < Y.getShortDescription(); in compare()
DPlistDiagnostics.cpp385 EmitString(o, D->getShortDescription()) << '\n'; in FlushDiagnosticsImpl()
DBugReporter.cpp3401 exampleReport->getShortDescription(/*Fallback=*/false), BT.getCategory(), in FlushReport()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp366 if (X.getShortDescription() != Y.getShortDescription()) in compare()
367 return X.getShortDescription() < Y.getShortDescription(); in compare()
/external/llvm-project/llvm/lib/Target/
DTargetMachineC.cpp87 return unwrap(T)->getShortDescription(); in LLVMGetTargetDescription()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp87 return unwrap(T)->getShortDescription(); in LLVMGetTargetDescription()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h184 StringRef getShortDescription(bool UseFallback = true) const {
DPathDiagnostic.h793 StringRef getShortDescription() const { in getShortDescription() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h165 StringRef getShortDescription(bool UseFallback = true) const {
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp118 Diag.Report(WarnLoc, WarnID) << PD->getShortDescription() in FlushDiagnosticsImpl()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp79 PD->getShortDescription()) in FlushDiagnosticsImpl()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h838 StringRef getShortDescription() const { in getShortDescription() function
/external/llvm/include/llvm/Support/
DTargetRegistry.h267 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h307 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function
/external/llvm-project/llvm/include/llvm/Support/
DTargetRegistry.h307 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1043 acct.put("ShortDescription", toNonNullString(data.getShortDescription())); in buildPhoneAccount()