Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp70 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in reportIdenticalExpr()
255 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in checkComparisonOp()
H A DMallocOverflowSecurityChecker.cpp290 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h281 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp832 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
853 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
2438 return PathDiagnosticLocation::createOperatorLoc(B, SM); in getLocation()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp604 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation