Searched defs:BugType (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h736 std::string BugType; member in class:clang::ento::PathDiagnostic
814 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h736 std::string BugType; member in class:clang::ento::PathDiagnostic
814 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
39 BugType(class CheckName check, StringRef name, StringRef cat) function in class:clang::ento::BugType
41 BugType(const CheckerBase *checker, StringRef name, StringRef cat) function in class:clang::ento::BugType
44 virtual ~BugType() {}
60 class BuiltinBug : public BugType {
65 : BugType(check, name, categories::LogicError), desc(description) {}
69 : BugType(checker, name, categories::LogicError), desc(description) {}
72 : BugType(checke
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
41 BugType(CheckName Check, StringRef Name, StringRef Cat) function in class:clang::ento::BugType
44 BugType(const CheckerBase *Checker, StringRef Name, StringRef Cat) function in class:clang::ento::BugType
47 virtual ~BugType() = default;
54 // In case the BugType object is initialized in the checker's ctor
72 class BuiltinBug : public BugType {
77 : BugType(check, name, categories::LogicError), desc(description) {}
81 : BugType(checke
[all...]
H A DPathDiagnostic.h742 std::string BugType; member in class:clang::ento::PathDiagnostic
820 StringRef getBugType() const { return BugType; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h1 //===--- BugType.h - Bug Information Desciption ----------------*- C++ -*-===//
10 // This file defines BugType, a class representing a bug type.
30 class BugType { class in namespace:clang::ento
41 BugType(CheckName Check, StringRef Name, StringRef Cat) function in class:clang::ento::BugType
44 BugType(const CheckerBase *Checker, StringRef Name, StringRef Cat) function in class:clang::ento::BugType
47 virtual ~BugType() = default;
54 // In case the BugType object is initialized in the checker's ctor
72 class BuiltinBug : public BugType {
77 : BugType(check, name, categories::LogicError), desc(description) {}
81 : BugType(checke
[all...]

Completed in 313 milliseconds

12