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

  /src/external/gpl3/gcc/dist/gcc/
omp-general.h 236 /* These are the kinds that a STRUCTURE_BASE or ARRAY_BASE (except
247 ARRAY_BASE or STRUCTURE_BASE (structure_base_kinds) or ACCESS_METHOD
253 STRUCTURE_BASE,
omp-general.cc 3631 tree structure_base = expr; local
3637 addr_tokens.safe_push (new omp_addr_token (STRUCTURE_BASE, struct_base_kind,
3638 structure_base));
3762 case STRUCTURE_BASE:
gimplify.cc 11199 || addr_tokens[base_token]->type == STRUCTURE_BASE)
11419 if (addr_tokens[base_token]->type == STRUCTURE_BASE
11455 if (addr_tokens[base_token]->type == STRUCTURE_BASE
11468 if (addr_tokens[base_token]->type == STRUCTURE_BASE
12479 && addr_tokens[0]->type == STRUCTURE_BASE
12533 if (addr_tokens[0]->type == STRUCTURE_BASE
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 4102 && addr_tokens[i]->type == STRUCTURE_BASE
4113 && addr_tokens[i]->type == STRUCTURE_BASE
4141 && addr_tokens[i + 1]->type == STRUCTURE_BASE
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 6251 if ((addr_tokens[0]->type == STRUCTURE_BASE
8514 && addr_tokens[0]->type == STRUCTURE_BASE
8624 || addr_tokens[0]->type == STRUCTURE_BASE)
8633 = (addr_tokens[0]->type == STRUCTURE_BASE
8642 if (addr_tokens[0]->type == STRUCTURE_BASE
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 14737 if ((addr_tokens[0]->type == STRUCTURE_BASE
15861 && addr_tokens[0]->type == STRUCTURE_BASE
15969 || addr_tokens[0]->type == STRUCTURE_BASE)
15980 if (addr_tokens[0]->type == STRUCTURE_BASE

Completed in 59 milliseconds