HomeSort by: relevance | last modified time | path
    Searched refs:have_scope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 325 bool have_scope = false;
345 have_scope = true;
351 if (nxt_token->type == CPP_SCOPE || have_scope)
382 if (have_scope)
390 have_scope = true;
423 if (attr_name && (have_scope || !std_syntax))
324 bool have_scope = false; local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 355 bool have_scope = false;
375 have_scope = true;
381 if (nxt_token->type == CPP_SCOPE || have_scope)
383 have_scope = true;
455 if (attr_name && (have_scope || !std_syntax))
354 bool have_scope = false; local

Completed in 36 milliseconds