Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c656 enum {Normal, Placeholder, Concat} state = Normal; in substitute() enumerator
676 if (state == Concat) in substitute()
696 if (state == Concat) in substitute()
721 state = Concat; in substitute()
741 if (state == Concat && merge(containing_token(list), added)) { in substitute()