Searched refs:createOperatorLoc (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 71 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in reportIdenticalExpr() 256 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in checkComparisonOp()
|
D | MallocOverflowSecurityChecker.cpp | 287 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 70 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in reportIdenticalExpr() 255 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in checkComparisonOp()
|
D | MallocOverflowSecurityChecker.cpp | 289 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 604 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation 755 return PathDiagnosticLocation::createOperatorLoc(B, SM); in createEndOfPath()
|
D | BugReporter.cpp | 758 PathDiagnosticLocation::createOperatorLoc(B, SMgr); in GenerateMinimalPathDiagnostic() 785 PathDiagnosticLocation::createOperatorLoc(B, SMgr); in GenerateMinimalPathDiagnostic()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 284 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 219 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 829 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/ |
D | PathDiagnostic.cpp | 604 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation
|