Home
last modified time | relevance | path

Searched refs:hasReturnedAttr (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h95 bool hasReturnedAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h108 bool hasReturnedAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h108 bool hasReturnedAttr() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp548 [](const Argument &Arg) { return Arg.hasReturnedAttr(); })) in addArgumentReturnedAttrs()
/external/llvm/lib/IR/
DFunction.cpp166 bool Argument::hasReturnedAttr() const { in hasReturnedAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp150 bool Argument::hasReturnedAttr() const { in hasReturnedAttr() function in Argument