Searched defs:isReturn (Results 1 – 11 of 11) sorted by relevance
45 public static boolean isReturn(int opcode) { in isReturn() method in Util
54 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
211 bool isReturn() const { return Flags & (1 << MCID::Return); } in isReturn() function
57 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
274 bool isReturn() const { return Flags & (1ULL << MCID::Return); } in isReturn() function
259 bool isReturn() const { return Flags & (1ULL << MCID::Return); } in isReturn() function
67 static bool isReturn(const MatchFinder::MatchResult &Result, const Expr *Node) { in isReturn() function
69 fun AbstractInsnNode.isReturn() = in AbstractInsnNode() method
224 bool isReturn : 1; variable
237 bool isReturn : 1; variable