Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp291 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h281 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp831 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
852 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
2438 return PathDiagnosticLocation::createOperatorLoc(B, SM); in getLocation()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp602 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation