Searched defs:RetOrArg (Results 1 – 1 of 1) sorted by relevance
59 struct RetOrArg { struct in __anonf753ee9d0111::DAE60 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx), in RetOrArg() function62 const Function *F;63 unsigned Idx;64 bool IsArg;67 bool operator<(const RetOrArg &O) const { in operator <()72 bool operator==(const RetOrArg &O) const { in operator ==()76 std::string getDescription() const { in getDescription()