HomeSort by relevance Sort by last modified time
    Searched defs:evalComplement (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 208 nonloc::ConcreteInt::evalComplement(SValBuilder &svalBuilder) const {
SimpleSValBuilder.cpp 35 virtual SVal evalComplement(NonLoc val);
170 SVal SimpleSValBuilder::evalComplement(NonLoc X) {
173 return X.castAs<nonloc::ConcreteInt>().evalComplement(*this);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 445 SVal evalComplement(SVal X) {
446 return X.isValid() ? svalBuilder.evalComplement(X.castAs<NonLoc>()) : X;

Completed in 712 milliseconds