Searched refs:ShortDesc (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TargetRegistry.cpp | 89 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/ |
D | TargetRegistry.cpp | 89 const char *ShortDesc, in RegisterTarget() argument 93 assert(Name && ShortDesc && ArchMatchFn && in RegisterTarget() 106 T.ShortDesc = ShortDesc; in RegisterTarget()
|
/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 92 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/ |
D | PathDiagnostic.h | 773 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/ |
D | PathDiagnostic.h | 721 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/ |
D | TargetRegistry.h | 170 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/ |
D | TargetRegistry.h | 211 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/ |
D | TargetRegistry.h | 211 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/ |
D | PathDiagnostic.cpp | 115 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 128 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()
|