Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DTargetRegistry.cpp65 const char *ShortDesc, in RegisterTarget() argument
68 assert(Name && ShortDesc && TQualityFn && in RegisterTarget()
81 T.ShortDesc = ShortDesc; in RegisterTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetRegistry.cpp90 const char *ShortDesc, in RegisterTarget() argument
94 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()
107 T.ShortDesc = ShortDesc; in RegisterTarget()
/external/llvm/lib/Support/
DTargetRegistry.cpp92 const char *ShortDesc, in RegisterTarget() argument
95 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()
108 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 += S; in appendToDesc()
794 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h137 const char *ShortDesc; variable
219 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
527 const char *ShortDesc,
/external/llvm/include/llvm/Support/
DTargetRegistry.h170 const char *ShortDesc; variable
267 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
624 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h206 const char *ShortDesc; variable
302 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
682 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp115 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()