Return true if this function has no formal arguments.

Synopsis

Declared in <llvm/IR/Function.h>

bool
arg_empty() const;

Return Value

True if this function has no formal arguments.

Created with MrDocs