X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fentity.h;h=1358683c68dc4209e7664d6d0c6d0e9d8aba2eee;hb=d943da8fde5ffff5957ffb5270c06aa48af124f9;hp=c319920cd1d3d221be5ce2c3e068353056851c3c;hpb=b9413ca5ee18dda9ddd280d3cd934a13b35a571a;p=libfirm diff --git a/ir/tr/entity.h b/ir/tr/entity.h index c319920cd..1358683c6 100644 --- a/ir/tr/entity.h +++ b/ir/tr/entity.h @@ -503,6 +503,8 @@ int is_atomic_entity(entity *ent); /** Returns true if the type of the entity is a class, structure, array or union type. */ int is_compound_entity(entity *ent); +/** Returns true if the type of the entity is a Method type. */ +int is_method_entity(entity *ent); /** Returns non-zero if ent1 and ent2 have are equal except for their owner. Two entities are equal if