Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h61 typedef struct HexTmp { struct
63 } HexTmp; argument
168 HexTmp tmp; /**< rvalue of temporary type */
H A Dparser-helpers.h75 void tmp_print(Context *c, YYLTYPE *locp, HexTmp *tmp);
H A Dparser-helpers.c110 void tmp_print(Context *c, YYLTYPE *locp, HexTmp *tmp) in tmp_print()