Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTargetRegistry.cpp89 const char *ShortDesc, in RegisterTarget() argument
93 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()
106 T.ShortDesc = ShortDesc; in RegisterTarget()
/external/llvm-project/llvm/lib/Support/
DTargetRegistry.cpp89 const char *ShortDesc, in RegisterTarget() argument
93 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget()
106 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/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h773 std::string ShortDesc; variable
831 if (!ShortDesc.empty()) in appendToDesc()
832 ShortDesc += S; in appendToDesc()
839 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/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/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-10.0/llvm/include/llvm/Support/
DTargetRegistry.h211 const char *ShortDesc; variable
307 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
691 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
/external/llvm-project/llvm/include/llvm/Support/
DTargetRegistry.h211 const char *ShortDesc; variable
307 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
693 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp115 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp128 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()