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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  670           BinaryOperator::Opcode opc = symIntExpr->getOpcode();
  703             assert(symIntExpr->getType()->isBooleanType() ||
  704                    getContext().hasSameUnqualifiedType(symIntExpr->getType(),
  708             return makeNonLoc(symIntExpr->getLHS(), opc,
  709                 symIntExpr->getRHS(), resultTy);
  718             BinaryOperator::Opcode lop = symIntExpr->getOpcode();
  728               const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
  739               lhs = nonloc::SymbolVal(symIntExpr->getLHS());
  746           return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);