Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp58 auto ReportBug = [&](const llvm::StringLiteral &Msg) { in checkArrayBounds() local
73 ReportBug(Msg_BadVarIndex); in checkArrayBounds()
86 ReportBug(Msg_LargeArrayIndex); in checkArrayBounds()
98 ReportBug(Msg_NegativeArrayIndex); in checkArrayBounds()