Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp71 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in reportIdenticalExpr()
256 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in checkComparisonOp()
DMallocOverflowSecurityChecker.cpp287 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp70 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in reportIdenticalExpr()
255 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in checkComparisonOp()
DMallocOverflowSecurityChecker.cpp289 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp604 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation
755 return PathDiagnosticLocation::createOperatorLoc(B, SM); in createEndOfPath()
DBugReporter.cpp758 PathDiagnosticLocation::createOperatorLoc(B, SMgr); in GenerateMinimalPathDiagnostic()
785 PathDiagnosticLocation::createOperatorLoc(B, SMgr); in GenerateMinimalPathDiagnostic()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h284 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h219 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp829 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
850 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
2413 return PathDiagnosticLocation::createOperatorLoc(B, SM); in getLocation()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp604 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation