Searched refs:APIMisuse (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 43 class APIMisuse : public BugType { class 45 APIMisuse(const CheckerBase *checker, const char *name) in APIMisuse() function in __anoncdfed0b60111::APIMisuse 102 mutable std::unique_ptr<APIMisuse> BT; 222 BT.reset(new APIMisuse(this, "nil argument")); in generateBugReport() 353 mutable std::unique_ptr<APIMisuse> BT; 528 BT.reset(new APIMisuse(this, "Bad use of CFNumber APIs")); in checkPreStmt() 542 mutable APIMisuse BT{this, "null passed to CF memory management function"}; 613 BT.reset(new APIMisuse( in checkPreObjCMessage() 721 BT.reset(new APIMisuse(this, in checkPreObjCMessage()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6372 {"_ZN12_GLOBAL__N_19APIMisuseD1Ev", "(anonymous namespace)::APIMisuse::~APIMisuse()"}, 6373 {"_ZN12_GLOBAL__N_19APIMisuseD0Ev", "(anonymous namespace)::APIMisuse::~APIMisuse()"}, 25162 {"_ZTVN12_GLOBAL__N_19APIMisuseE", "vtable for (anonymous namespace)::APIMisuse"},
|