Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp71 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in reportIdenticalExpr()
256 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in checkComparisonOp()
H A DMallocOverflowSecurityChecker.cpp290 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp660 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation
851 return PathDiagnosticLocation::createOperatorLoc(B, SM); in createEndOfPath()
H A DBugReporter.cpp649 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
668 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h242 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,