Searched refs:struct_name (Results 1 – 4 of 4) sorted by relevance
267 auto&& struct_name = *$2;270 DEBUG() << "Struct " << struct_name << " with no parent";272 … auto struct_definition = new StructDef(std::move(struct_name), std::move(field_definition_list));281 auto&& struct_name = *$2;285 DEBUG() << "Struct " << struct_name << " with parent " << parent_struct_name << "\n";291 << " used as parent for " << struct_name;297 …auto struct_definition = new StructDef(std::move(struct_name), std::move(field_definition_list), (…307 auto&& struct_name = *$2;315 << " used as parent for " << struct_name;322 …auto struct_definition = new StructDef(std::move(struct_name), std::move(field_definition_list), (…
76 def Dump(struct_name, values): argument77 print('static struct label %s[] = {' % (struct_name))
320 my $struct_name = $args[1];331 print "static MallocEntry ${struct_name}[] = {\n";
1416 struct_name = b.tokens[i + 1].id1417 if struct_name in kernel_struct_replacements:1418 extra_includes.append("<bits/%s.h>" % struct_name)