Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcode.c2509 static void pCodeLabelDestruct(pCode *pc) in pCodeLabelDestruct() function
2533 pcl->pc.destruct = pCodeLabelDestruct; in newpCodeLabel()
4969 pCodeLabelDestruct(pc); in pBlockRemoveUnusedLabels()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.c3953 static void pCodeLabelDestruct(pCode *pc) in pCodeLabelDestruct() function
3988 pcl->pc.destruct = pCodeLabelDestruct; in pic16_newpCodeLabel()
6764 pCodeLabelDestruct(pc); in pBlockRemoveUnusedLabels()
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog26667 * (pCodeLabelDestruct, pic16_unlinkpCode, pic16_pCodeUnlink): fix