Home
last modified time | relevance | path

Searched refs:ShortDescription (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h131 std::string ShortDescription; variable
141 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport() argument
143 : K(K), BT(BT), ShortDescription(ShortDescription), in BugReport()
166 if (ShortDescription.empty() && UseFallback)
168 return ShortDescription;
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Dasltypes.h306 const char *ShortDescription; member
H A Daslutils.c674 AslGbl_FileDescs[i].ShortDescription, in UtDisplayOneSummary()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Dadisasm.c597 AslGbl_FileDescs[ASL_FILE_MAP_OUTPUT].ShortDescription, in AdDisassembleOneTable()