OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrackConstraintBRVisitor
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h
164
class
TrackConstraintBRVisitor
final : public BugReporterVisitor {
175
TrackConstraintBRVisitor
(DefinedSVal constraint, bool assumption)
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
1629
// Implementation of
TrackConstraintBRVisitor
.
1632
void
TrackConstraintBRVisitor
::Profile(llvm::FoldingSetNodeID &ID) const {
1641
const char *
TrackConstraintBRVisitor
::getTag() {
1642
return "
TrackConstraintBRVisitor
";
1645
bool
TrackConstraintBRVisitor
::isUnderconstrained(const ExplodedNode *N) const {
1651
PathDiagnosticPieceRef
TrackConstraintBRVisitor
::VisitNode(
2127
report.addVisitor(std::make_unique<
TrackConstraintBRVisitor
>(
2191
report.addVisitor(std::make_unique<
TrackConstraintBRVisitor
>(
BugReporter.cpp
348
// those that came from
TrackConstraintBRVisitor
,
352
const void *tagLesser =
TrackConstraintBRVisitor
::getTag();
367
/// generated by both ConditionBRVisitor and
TrackConstraintBRVisitor
. Both
Completed in 65 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026