Home
last modified time | relevance | path

Searched refs:GenericVisitor (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-forward-visitor.c20 typedef bool GenericVisitor (Visitor *, const char *, void **, Error **); typedef
21 #define CAST_VISIT_TYPE(fn) ((GenericVisitor *)(fn))
28 static void *visit_with_forward(const char *srcstr, GenericVisitor *fn) in visit_with_forward()