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

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c40 static bool last_was_use_stmt = false; variable
124 last_was_use_stmt = false;
164 last_was_use_stmt = true;
170 if (last_was_use_stmt)
324 last_was_use_stmt = true;
331 if (last_was_use_stmt)
906 verify_token_free (const char* token, int length, bool last_was_use_stmt) argument
917 if (last_was_use_stmt)
1013 verify_token_free ("$omp", 4, last_was_use_stmt);
1024 verify_token_free ("omp", 3, last_was_use_stmt);
1057 verify_token_fixed(const char *token, int length, bool last_was_use_stmt) argument
[all...]

Completed in 92 milliseconds