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

Lines Matching defs:find_type

32 def find_type(orig, name):
103 nodetype = find_type(self.val.type, '_Node')
120 nodetype = find_type(self.val.type, '_Node')
149 nodetype = find_type(self.val.type, '_Node')
165 nodetype = find_type(self.val.type, '_Node')
427 rep_type = find_type(self.val.type, '_Rep_type')
428 node = find_type(rep_type, '_Link_type')
466 rep_type = find_type(self.val.type, '_Rep_type')
467 node = find_type(rep_type, '_Link_type')
614 self.node_type = find_type(hash.type, '_Node').pointer()
705 nodetype = find_type(self.val.type, '_Node')