Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp289 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h282 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp829 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
850 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
2430 return PathDiagnosticLocation::createOperatorLoc(B, SM); in getLocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp604 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation