Searched refs:EXPR_WFL_COLNO (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.h94 && ((EXPR_WFL_COLNO (node) > EXPR_WFL_COLNO (l)) \
481 EXPR_WFL_COLNO ((WFL)))
H A Dparse.c5161 ctxp->elc.col = (EXPR_WFL_COLNO (cl) == 0xfff ? -1 :
5162 (EXPR_WFL_COLNO (cl) == 0xffe ? -2 : EXPR_WFL_COLNO (cl)));
5443 EXPR_WFL_COLNO (type_or_wfl));
H A Dparse.y2504 ctxp->elc.col = (EXPR_WFL_COLNO (cl) == 0xfff ? -1 :
2505 (EXPR_WFL_COLNO (cl) == 0xffe ? -2 : EXPR_WFL_COLNO (cl)));
2786 EXPR_WFL_COLNO (type_or_wfl));
/haiku-buildtools/legacy/gcc/gcc/
H A Dprint-tree.c585 EXPR_WFL_LINENO (node), EXPR_WFL_COLNO (node));
H A Dtree.h709 #define EXPR_WFL_COLNO(NODE) (EXPR_CHECK (NODE)->exp.complexity & 0xfff)
704 #define EXPR_WFL_COLNO macro

Completed in 96 milliseconds