Return true if the return value has attribute Kind.
Synopses
Declared in <llvm/IR/InstrTypes.h>
Return true if the return value has attribute Kind.
bool
hasRetAttr(Attribute::AttrKind Kind) const;
Return true if the return value has attribute Kind.
bool
hasRetAttr(StringRef Kind) const;
Return Value
True if the return has Kind.
Parameters
Name |
Description |
Kind |
Return attribute kind to test. |
Created with MrDocs