Home
last modified time | relevance | path

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

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