Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetRegistry.cpp131 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/external/llvm/lib/Support/
DTargetRegistry.cpp132 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/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/lib/Target/
DTargetMachineC.cpp89 return unwrap(T)->getShortDescription(); in LLVMGetTargetDescription()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachineC.cpp88 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/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp118 Diag.Report(WarnLoc, WarnID) << PD->getShortDescription() in FlushDiagnosticsImpl()
/external/llvm/include/llvm/Support/
DTargetRegistry.h267 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h302 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java991 acct.put("ShortDescription", toNonNullString(data.getShortDescription())); in buildPhoneAccount()