Searched defs:exec_node (Results 1 – 3 of 3) sorted by relevance
35 exec_node() { function
53 struct exec_node { struct54 struct exec_node *next; argument55 struct exec_node *prev; argument60 exec_node() : next(NULL), prev(NULL) in exec_node() argument
39 fn at(n: &'a exec_node, offset: usize, rev: bool) -> Self { in at()58 let t: *const c_void = (self.n as *const exec_node).cast(); in next() constant66 let t: *const c_void = (self.n as *const exec_node).cast(); in next() constant