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

  /external/clang/lib/StaticAnalyzer/Core/
Checker.cpp 26 CheckerProgramPointTag::CheckerProgramPointTag(StringRef CheckerName,
30 CheckerProgramPointTag::CheckerProgramPointTag(const CheckerBase *Checker,
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.cpp 75 static CheckerProgramPointTag Tag("MPI-Checker", "UnmatchedWait");
109 static CheckerProgramPointTag Tag("MPI-Checker", "MissingWait");
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 498 class CheckerProgramPointTag : public SimpleProgramPointTag {
500 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
501 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 493 class CheckerProgramPointTag : public SimpleProgramPointTag {
495 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
496 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 609 static CheckerProgramPointTag Tag(this, "NullReturnedFromNonnull");
645 static CheckerProgramPointTag Tag(this, "NullableReturnedFromNonnull");
    [all...]
DynamicTypePropagation.cpp 589 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion");
770 static CheckerProgramPointTag Tag(this, "ArgTypeMismatch");
    [all...]
CallAndMessageChecker.cpp 533 static CheckerProgramPointTag Tag(this, "NilReceiver");
MacOSKeychainAPIChecker.cpp 578 static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak");
LocalizationChecker.cpp 687 static CheckerProgramPointTag Tag("NonLocalizedStringChecker",
    [all...]

Completed in 200 milliseconds