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

1 2

  /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/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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 738 std::string ShortDesc;
756 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
793 if (!ShortDesc.empty())
794 ShortDesc += S;
811 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 738 std::string ShortDesc;
756 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
793 if (!ShortDesc.empty())
794 ShortDesc += S;
811 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 744 std::string ShortDesc;
762 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
799 if (!ShortDesc.empty())
800 ShortDesc += S;
817 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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 183 /// ShortDesc - A short description of the target.
184 const char *ShortDesc;
278 const char *getShortDescription() const { return ShortDesc; }
643 /// @param ShortDesc - A short target description. This should be a static
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TargetRegistry.h 183 /// ShortDesc - A short description of the target.
184 const char *ShortDesc;
278 const char *getShortDescription() const { return ShortDesc; }
643 /// @param ShortDesc - A short target description. This should be a static
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TargetRegistry.h 183 /// ShortDesc - A short description of the target.
184 const char *ShortDesc;
278 const char *getShortDescription() const { return ShortDesc; }
643 /// @param ShortDesc - A short target description. This should be a static
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 187 /// ShortDesc - A short description of the target.
188 const char *ShortDesc;
280 const char *getShortDescription() const { return ShortDesc; }
646 /// @param ShortDesc - A short target description. This should be a static
651 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TargetRegistry.h 187 /// ShortDesc - A short description of the target.
188 const char *ShortDesc;
280 const char *getShortDescription() const { return ShortDesc; }
646 /// @param ShortDesc - A short target description. This should be a static
651 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TargetRegistry.h 187 /// ShortDesc - A short description of the target.
188 const char *ShortDesc;
280 const char *getShortDescription() const { return ShortDesc; }
646 /// @param ShortDesc - A short target description. This should be a static
651 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]

Completed in 1294 milliseconds

1 2