Searched defs:TYPENAME (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/qom/ |
H A D | object.h | 175 #define DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \ argument 192 #define DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME) \ argument 214 #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
|