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

References

lib/IR/Attributes.cpp
 1442   AllocSizeArgs = 0;
 1475     AllocSizeArgs = Attr.getValueAsInt();
 1499     AllocSizeArgs = 0;
 1517   return unpackAllocSizeArgs(AllocSizeArgs);
 1572   AllocSizeArgs = RawArgs;
 1596   if (!AllocSizeArgs)
 1597     AllocSizeArgs = B.AllocSizeArgs;
 1597     AllocSizeArgs = B.AllocSizeArgs;
 1624   if (B.AllocSizeArgs)
 1625     AllocSizeArgs = 0;