Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcode.h608 typedef struct pCodeWild struct
624 } pCodeWild; argument
773 #define PCW(x) ((pCodeWild *)(x))
H A Dpcode.c2285 pCodeWild *pcw; in newpCodeWild()
2287 pcw = Safe_alloc(sizeof(pCodeWild)); in newpCodeWild()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.h765 typedef struct pCodeWild struct
781 } pCodeWild; typedef
947 #define PCW(x) ((pCodeWild *)(x))
H A Dpcode.c3700 pCodeWild *pcw; in pic16_newpCodeWild()
3702 pcw = Safe_alloc(sizeof(pCodeWild)); in pic16_newpCodeWild()