OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShortDesc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
TargetRegistry.cpp
89
const char *
ShortDesc
,
93
assert(Name &&
ShortDesc
&& ArchMatchFn &&
106
T.
ShortDesc
=
ShortDesc
;
/src/sys/external/bsd/acpica/dist/common/
ahpredef.c
55
#define AH_PREDEF(Name,
ShortDesc
, LongDesc) {Name,
ShortDesc
}
57
#define AH_PREDEF(Name,
ShortDesc
, LongDesc) {Name,
ShortDesc
, LongDesc}
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h
771
std::string
ShortDesc
;
792
StringRef bugtype, StringRef verboseDesc, StringRef
shortDesc
,
829
if (!
ShortDesc
.empty())
830
ShortDesc
+= S;
837
return
ShortDesc
.empty() ? VerboseDesc :
ShortDesc
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetRegistry.h
220
///
ShortDesc
- A short description of the target.
221
const char *
ShortDesc
;
321
const char *getShortDescription() const { return
ShortDesc
; }
720
/// @param
ShortDesc
- A short target description. This should be a static
729
static void RegisterTarget(Target &T, const char *Name, const char *
ShortDesc
,
/src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp
122
StringRef verboseDesc, StringRef
shortDesc
, StringRef category,
128
ShortDesc
(StripTrailingDots(
shortDesc
)),
Completed in 20 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026