Searched refs:BT_InvalidArg (Results 1 – 1 of 1) sorted by relevance
696 mutable std::unique_ptr<BugType> BT_InvalidArg; member in __anon09a2c6cc0111::StdLibraryFunctionsChecker737 if (!BT_InvalidArg) in reportBug()738 BT_InvalidArg = std::make_unique<BugType>( in reportBug()741 auto R = std::make_unique<PathSensitiveBugReport>(*BT_InvalidArg, Msg, N); in reportBug()