Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h100 std::string ShortDescription; variable
172 : BT(bt), ShortDescription(shortDesc), Description(desc), in BugReport()
212 if (ShortDescription.empty() && UseFallback)
214 return ShortDescription;
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Dasltypes.h248 const char *ShortDescription; member
H A Daslutils.c615 AslGbl_Files[i].ShortDescription, in UtDisplaySummary()
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Dadisasm.c582 AslGbl_Files[ASL_FILE_MAP_OUTPUT].ShortDescription, in AdDisassembleOneTable()