HomeSort by relevance Sort by last modified time
    Searched refs:ShortDesc (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
TargetRegistry.cpp 93 const char *ShortDesc,
96 assert(Name && ShortDesc && ArchMatchFn &&
109 T.ShortDesc = ShortDesc;
  /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...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 110 StringRef shortDesc, StringRef category,
117 ShortDesc(StripTrailingDots(shortDesc)),
    [all...]

Completed in 738 milliseconds