Searched defs:TYPENAME (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/qom/ |
H A D | object.h | 176 #define DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \ argument 193 #define DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME) \ argument 215 #define DECLARE_OBJ_CHECKERS(InstanceType, ClassType, OBJ_NAME, TYPENAME) \ argument
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 3521 TYPENAME = {UNKNOWN: "unknown", BOOL: "bool", TRISTATE: "tristate", variable
|