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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  477     if (Ty->isRealFloatingType()) {
  479           llvm::APFloat::getZero(Ctx.getFloatTypeSemantics(Ty));
  484     if (Ty->isIntegralOrEnumerationType() || Ty->isAnyPointerType() ||
  484     if (Ty->isIntegralOrEnumerationType() || Ty->isAnyPointerType() ||
  485         Ty->isBlockPointerType() || Ty->isReferenceType()) {
  485         Ty->isBlockPointerType() || Ty->isReferenceType()) {
  488       bool isSigned = Ty->isSignedIntegerOrEnumerationType();
  489       if (Ty->isBooleanType())
  494           Solver->mkBitvector(llvm::APSInt("0"), Ctx.getTypeSize(Ty)),