Home
last modified time | relevance | path

Searched refs:ShortDesc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTargetRegistry.cpp90 const char *ShortDesc, in RegisterTarget() argument
94 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()
107 T.ShortDesc = ShortDesc; in RegisterTarget()
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Dahpredef.c163 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc} argument
165 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc, LongDesc}
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h772 std::string ShortDesc; variable
830 if (!ShortDesc.empty()) in appendToDesc()
831 ShortDesc += S; in appendToDesc()
843 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h206 const char *ShortDesc; variable
302 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
682 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp139 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()