Searched refs:PASTE_LEFT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dmacro.c437 guaranteed to not have the PASTE_LEFT flag set. */
452 false doesn't work, since we want to clear the PASTE_LEFT flag. */
472 /* We have to remove the PASTE_LEFT flag from the old lhs, but
477 lhs->flags &= ~PASTE_LEFT;
523 while (rhs->flags & PASTE_LEFT);
840 else if ((src->flags & PASTE_LEFT)
841 || (src > macro->exp.tokens && (src[-1].flags & PASTE_LEFT)))
872 else if (src->flags & PASTE_LEFT)
874 else if (src != macro->exp.tokens && (src[-1].flags & PASTE_LEFT))
900 && src != macro->exp.tokens && !(src[-1].flags & PASTE_LEFT))
[all...]
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h171 #define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator. */ macro

Completed in 59 milliseconds