Home
last modified time | relevance | path

Searched defs:IS_GENPTR (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/debugger/mcs51/
H A Dsymtab.h205 #define IS_GENPTR(x) (IS_DECL(x) && DCL_TYPE(x) == GPOINTER) macro
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCsymt.h535 #define IS_GENPTR(x) (IS_DECL(x) && DCL_TYPE(x) == GPOINTER) macro