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 98 const char *ShortDesc,
101 assert(Name && ShortDesc && ArchMatchFn &&
114 T.ShortDesc = ShortDesc;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 718 std::string ShortDesc;
736 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
773 if (!ShortDesc.empty())
774 ShortDesc.append(S);
791 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 164 /// ShortDesc - A short description of the target.
165 const char *ShortDesc;
257 const char *getShortDescription() const { return ShortDesc; }
581 /// @param ShortDesc - A short target description. This should be a static
588 const char *ShortDesc,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 112 StringRef shortDesc, StringRef category,
119 ShortDesc(StripTrailingDots(shortDesc)),
    [all...]

Completed in 201 milliseconds