Home
last modified time | relevance | path

Searched refs:isPieceMessageGeneric (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h514 static bool isPieceMessageGeneric(const PathDiagnosticPiece *Piece);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp361 return ConditionBRVisitor::isPieceMessageGeneric(X) ? Y : X; in eventsDescribeSameCondition()
364 return ConditionBRVisitor::isPieceMessageGeneric(Y) ? X : Y; in eventsDescribeSameCondition()
H A DBugReporterVisitors.cpp3095 bool ConditionBRVisitor::isPieceMessageGeneric( in isPieceMessageGeneric() function in ConditionBRVisitor