Searched refs:BT_InvalidArg (Results 1 – 1 of 1) sorted by relevance
826 const BugType BT_InvalidArg{this, "Function call with invalid argument"}; member in __anon4d759d9c0111::StdLibraryFunctionsChecker878 auto R = std::make_unique<PathSensitiveBugReport>(BT_InvalidArg, Msg, N); in reportBug()