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

  /src/external/gpl3/gcc/dist/gcc/cp/
parser.h 112 tree in_omp_decl_attribute; variable
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 270 tree in_omp_decl_attribute;
15601 if (parser->in_omp_decl_attribute)
15606 OMP_CLAUSE_DECL (u) = parser->in_omp_decl_attribute;
15611 return tree_cons (parser->in_omp_decl_attribute, NULL_TREE, list);
25126 parser->in_omp_decl_attribute = decl;
25131 parser->in_omp_decl_attribute = NULL_TREE;
25164 else if (parser->in_omp_decl_attribute
268 tree in_omp_decl_attribute; variable

Completed in 31 milliseconds