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

References

lib/Analysis/GlobalsModRef.cpp
  581           if (isAllocationFn(Call, &TLI) || isFreeCall(Call, &TLI)) {
  581           if (isAllocationFn(Call, &TLI) || isFreeCall(Call, &TLI)) {
  585           } else if (Function *Callee = Call->getCalledFunction()) {
  588               if (isa<DbgInfoIntrinsic>(Call))