summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 2d2da1df76..3322ea9640 100644
--- a/ir.h
+++ b/ir.h
@@ -188,6 +188,14 @@ public:
}
/**
+ * Get an iterator for the set of function signatures
+ */
+ exec_list_iterator iterator()
+ {
+ return signatures.iterator();
+ }
+
+ /**
* Find a signature that matches a set of actual parameters.
*/
const ir_function_signature *matching_signature(exec_list *actual_param);