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

Lines Matching defs:find_type

85 def find_type(orig, name):
158 nodetype = find_type(self.val.type, '_Node')
175 nodetype = find_type(self.val.type, '_Node')
204 nodetype = find_type(self.val.type, '_Node')
220 nodetype = find_type(self.val.type, '_Node')
501 rep_type = find_type(self.val.type, '_Rep_type')
502 node = find_type(rep_type, '_Link_type')
541 rep_type = find_type(self.val.type, '_Rep_type')
542 node = find_type(rep_type, '_Link_type')
691 self.node_type = find_type(hash.type, '_Node').pointer()
720 self.node_type = find_type(hash.type, '__node_type').pointer()
831 nodetype = find_type(self.val.type, '_Node')