reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  339     return nonloc::ConcreteInt(BasicVals.getTruthValue(b));
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  269       return &getTruthValue( V1 < V2 );
  272       return &getTruthValue( V1 > V2 );
  275       return &getTruthValue( V1 <= V2 );
  278       return &getTruthValue( V1 >= V2 );
  281       return &getTruthValue( V1 == V2 );
  284       return &getTruthValue( V1 != V2 );