Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDConstraintManager.h66 bool isUnderconstrained() const { return !Val.has_value(); } in isUnderconstrained() function
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp1833 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor