Home | History | Annotate | Download | only in libcpp

Lines Matching defs:fun_like

327 /* Return true if NODE is a fun_like macro.  */
337 return node->value.macro->fun_like;
904 if (macro->fun_like && (macro->paramc != 0))
932 if (macro->fun_like && (macro->paramc != 0))
1181 int fun_like = 0;
1194 fun_like = +1;
1199 fun_like = -1;
1204 if (fun_like >= 0)
1210 macro->fun_like = fun_like != 0;