OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShortDesc
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h
721
std::string
ShortDesc
;
739
StringRef bugtype, StringRef verboseDesc, StringRef
shortDesc
,
776
if (!
ShortDesc
.empty())
777
ShortDesc
.append(S);
794
return
ShortDesc
.empty() ? VerboseDesc :
ShortDesc
;
/external/llvm/include/llvm/Support/
TargetRegistry.h
170
///
ShortDesc
- A short description of the target.
171
const char *
ShortDesc
;
270
const char *getShortDescription() const { return
ShortDesc
; }
627
/// @param
ShortDesc
- A short target description. This should be a static
632
static void RegisterTarget(Target &T, const char *Name, const char *
ShortDesc
,
[
all
...]
Completed in 5423 milliseconds