Home | History | Annotate | Download | only in gcc-4.8

Lines Matching defs:find_type

41 def find_type(orig, name):
114 nodetype = find_type(self.val.type, '_Node')
131 nodetype = find_type(self.val.type, '_Node')
160 nodetype = find_type(self.val.type, '_Node')
176 nodetype = find_type(self.val.type, '_Node')
438 rep_type = find_type(self.val.type, '_Rep_type')
439 node = find_type(rep_type, '_Link_type')
477 rep_type = find_type(self.val.type, '_Rep_type')
478 node = find_type(rep_type, '_Link_type')
625 self.node_type = find_type(hash.type, '__node_type').pointer()
728 nodetype = find_type(self.val.type, '_Node')