Home
last modified time | relevance | path

Searched defs:isUnderconstrained (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h66 bool isUnderconstrained() const { return !Val.has_value(); } in isUnderconstrained() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1829 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { isUnderconstrained() function in TrackConstraintBRVisitor