Searched defs:isReturn (Results 1 – 7 of 7) sorted by relevance
44 public static boolean isReturn(int opcode) { in isReturn() method in Util
51 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
286 bool isReturn() const { in isReturn() function
54 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
211 bool isReturn() const { return Flags & (1 << MCID::Return); } in isReturn() function
219 bool isReturn; variable
224 bool isReturn : 1; variable