Searched refs:ShortDesc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | TargetRegistry.cpp | 88 const char *ShortDesc, in RegisterTarget() argument 92 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget() 105 T.ShortDesc = ShortDesc; in RegisterTarget()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 768 std::string ShortDesc; variable 826 if (!ShortDesc.empty()) in appendToDesc() 827 ShortDesc += S; in appendToDesc() 834 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 277 const char *ShortDesc; variable 392 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() 849 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 122 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()
|