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

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1088   return (AI.getAllocatedType()->isSized() &&
 1090           AI.isStaticAlloca() &&
 1092           getAllocaSizeInBytes(AI) > 0 &&
 1095           !isAllocaPromotable(&AI) &&
 1098           !AI.isUsedWithInAlloca() &&
 1100           !AI.isSwiftError());