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

  /external/swiftshader/third_party/LLVM/lib/Support/
TargetRegistry.cpp 65 const char *ShortDesc,
68 assert(Name && ShortDesc && TQualityFn &&
81 T.ShortDesc = ShortDesc;
  /external/llvm/lib/Support/
TargetRegistry.cpp 92 const char *ShortDesc,
95 assert(Name && ShortDesc && ArchMatchFn &&
108 T.ShortDesc = ShortDesc;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
TargetRegistry.cpp 90 const char *ShortDesc,
94 assert(Name && ShortDesc && ArchMatchFn &&
107 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 += S;
794 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 169 /// ShortDesc - A short description of the target.
170 const char *ShortDesc;
267 const char *getShortDescription() const { return ShortDesc; }
619 /// @param ShortDesc - A short target description. This should be a static
624 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 136 /// ShortDesc - A short description of the target.
137 const char *ShortDesc;
219 const char *getShortDescription() const { return ShortDesc; }
519 /// @param ShortDesc - A short target description. This should be a static
527 const char *ShortDesc,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TargetRegistry.h 205 /// ShortDesc - A short description of the target.
206 const char *ShortDesc;
302 const char *getShortDescription() const { return ShortDesc; }
673 /// @param ShortDesc - A short target description. This should be a static
682 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 108 StringRef shortDesc, StringRef category,
115 ShortDesc(StripTrailingDots(shortDesc)),
    [all...]

Completed in 342 milliseconds