Searched defs:RetOrArg (Results 1 – 1 of 1) sorted by relevance
58 struct RetOrArg { struct in __anon1518eb950111::DAE59 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx), in RetOrArg() function61 const Function *F;62 unsigned Idx;63 bool IsArg;66 bool operator<(const RetOrArg &O) const { in operator <()71 bool operator==(const RetOrArg &O) const { in operator ==()75 std::string getDescription() const { in getDescription()