Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h282 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp829 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
850 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
2412 return PathDiagnosticLocation::createOperatorLoc(B, SM); in getLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp604 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation