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

References

lib/Analysis/Lint.cpp
  423   Assert(!isa<ConstantPointerNull>(UnderlyingObject),
  425   Assert(!isa<UndefValue>(UnderlyingObject),
  427   Assert(!isa<ConstantInt>(UnderlyingObject) ||
  428              !cast<ConstantInt>(UnderlyingObject)->isMinusOne(),
  430   Assert(!isa<ConstantInt>(UnderlyingObject) ||
  431              !cast<ConstantInt>(UnderlyingObject)->isOne(),
  435     if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject))
  438     Assert(!isa<Function>(UnderlyingObject) &&
  439                !isa<BlockAddress>(UnderlyingObject),
  443     Assert(!isa<Function>(UnderlyingObject), "Unusual: Load from function body",
  445     Assert(!isa<BlockAddress>(UnderlyingObject),
  449     Assert(!isa<BlockAddress>(UnderlyingObject),
  453     Assert(!isa<Constant>(UnderlyingObject) ||
  454                isa<BlockAddress>(UnderlyingObject),