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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 10041 tree wsdecl = NULL_TREE;
10047 wsdecl = omp_containing_struct (decl);
10048 if (wsdecl == decl)
10050 omp_mapping_group **wholestruct = grpmap->get (wsdecl);
10052 && TREE_CODE (wsdecl) == MEM_REF
10053 && integer_zerop (TREE_OPERAND (wsdecl, 1)))
10055 tree deref = TREE_OPERAND (wsdecl, 0);
10064 decl = wsdecl;
10038 tree wsdecl = NULL_TREE; local

Completed in 35 milliseconds