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

  /src/external/gpl3/gcc/dist/gcc/
omp-general.h 254 COMPONENT_SELECTOR,
omp-general.cc 3640 addr_tokens.safe_push (new omp_addr_token (COMPONENT_SELECTOR,
3729 case COMPONENT_SELECTOR:
3730 fputs ("component_selector", stderr);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 3926 /* Translate "component_selector access_method" to OMP mapping clauses. */
4130 && addr_tokens[i]->type == COMPONENT_SELECTOR
4140 && addr_tokens[i]->type == COMPONENT_SELECTOR
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 8517 && addr_tokens[2]->type == COMPONENT_SELECTOR
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 15864 && addr_tokens[2]->type == COMPONENT_SELECTOR

Completed in 78 milliseconds