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

Declarations

include/llvm/IR/Attributes.h
  104   static Attribute getWithAllocSizeArgs(LLVMContext &Context,

References

lib/IR/Attributes.cpp
  799       Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second);
unittests/Analysis/MemoryBuiltinsTest.cpp
   32   AllocSizeFn->addFnAttr(Attribute::getWithAllocSizeArgs(Context, 1, None));