Searched refs:APIMisuse (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp41 class APIMisuse : public BugType { class in namespace:__anon739
43 APIMisuse(const CheckerBase *checker, const char *name) function in class:__anon739::APIMisuse
99 mutable std::unique_ptr<APIMisuse> BT;
212 BT.reset(new APIMisuse(this, "nil argument"));
343 mutable std::unique_ptr<APIMisuse> BT;
521 BT.reset(new APIMisuse(this, "Bad use of CFNumber APIs"));
535 mutable APIMisuse BT{this, "null passed to CF memory management function"};
609 BT.reset(new APIMisuse(
717 BT.reset(new APIMisuse(this,

Completed in 106 milliseconds