From d943da8fde5ffff5957ffb5270c06aa48af124f9 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 19 May 2006 02:24:22 +0000 Subject: [PATCH] is_method_entity() added [r7770] --- ir/tr/entity.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1