xo-gc: cosmetic: rename xo::mm::role -> xo::mm::Role

This commit is contained in:
Roland Conybeare 2026-04-06 23:33:05 -04:00
commit d7c2ae295a
11 changed files with 40 additions and 39 deletions

View file

@ -51,7 +51,7 @@
noexcept: false,
attributes: [],
},
// Generation generation_of(role r, const void * addr) const noexcept;
// Generation generation_of(Role r, const void * addr) const noexcept;
{
name: "generation_of",
doc: [
@ -60,7 +60,7 @@
],
return_type: "Generation",
args: [
{type: "role", name: "r"},
{type: "Role", name: "r"},
{type: "const void *", name: "addr"},
],
const: true,