Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTargetRegistry.cpp93 const char *ShortDesc, in RegisterTarget() argument
96 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()
109 T.ShortDesc = ShortDesc; in RegisterTarget()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h721 std::string ShortDesc; variable
776 if (!ShortDesc.empty()) in appendToDesc()
777 ShortDesc.append(S); in appendToDesc()
794 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/external/llvm/include/llvm/Support/
DTargetRegistry.h171 const char *ShortDesc; variable
270 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
632 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp117 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()