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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dmacro.c1040 const cpp_token **from, **paste_flag; local
1048 paste_flag = 0;
1068 paste_flag = dest - 1;
1072 paste_flag = dest - 1;
1091 paste_flag = dest - 1;
1110 if (paste_flag)
1113 token->type = (*paste_flag)->type;
1114 token->val = (*paste_flag)->val;
1116 token->flags = (*paste_flag)->flags | PASTE_LEFT;
1118 token->flags = (*paste_flag)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dmacro.c873 const cpp_token **from, **paste_flag; local
881 paste_flag = 0;
901 paste_flag = dest - 1;
905 paste_flag = dest - 1;
924 paste_flag = dest - 1;
932 if (paste_flag)
935 token->type = (*paste_flag)->type;
936 token->val = (*paste_flag)->val;
938 token->flags = (*paste_flag)->flags | PASTE_LEFT;
940 token->flags = (*paste_flag)
[all...]

Completed in 206 milliseconds