Searched defs:Subroutine (Results 1 – 7 of 7) sorted by relevance
33 struct Subroutine struct35 Subroutine(Function *f) : f(f) { } in Subroutine() function40 Subroutine *getSubroutine(unsigned ip); argument
29 public class Subroutine { class35 public Subroutine(int start, int caller) { in Subroutine() method in Subroutine
38 void Subroutine() { in Subroutine() function
30 public interface Subroutine{ interface
3069 struct Subroutine { struct3073 t;
2771 void SubprogramVisitor::Post(const parser::InterfaceBody::Subroutine &) { in Post()