Home
last modified time | relevance | path

Searched refs:BT_InvalidArg (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp696 mutable std::unique_ptr<BugType> BT_InvalidArg; member in __anon09a2c6cc0111::StdLibraryFunctionsChecker
737 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()