Searched refs:ShortDesc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | TargetRegistry.cpp | 90 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 D | ahpredef.c | 163 #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 D | PathDiagnostic.h | 772 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 D | TargetRegistry.h | 206 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 D | PathDiagnostic.cpp | 139 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()
|