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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 8940 gfc_symbol *cpte; /* Pointee symbol. */ local
8999 m = gfc_match_symbol (&cpte, 0);
9019 if (!gfc_add_cray_pointee (&cpte->attr, &var_locus))
9022 gfc_set_sym_referenced (cpte);
9024 if (cpte->as == NULL)
9026 if (!gfc_set_array_spec (cpte, as, &var_locus))
9038 if (cpte->as != NULL)
9041 m = gfc_mod_pointee_as (cpte->as);
9047 cpte->cp_pointer = cptr;
decl.cc 8940 gfc_symbol *cpte; /* Pointee symbol. */ local
8999 m = gfc_match_symbol (&cpte, 0);
9019 if (!gfc_add_cray_pointee (&cpte->attr, &var_locus))
9022 gfc_set_sym_referenced (cpte);
9024 if (cpte->as == NULL)
9026 if (!gfc_set_array_spec (cpte, as, &var_locus))
9038 if (cpte->as != NULL)
9041 m = gfc_mod_pointee_as (cpte->as);
9047 cpte->cp_pointer = cptr;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 8869 gfc_symbol *cpte; /* Pointee symbol. */ local
8928 m = gfc_match_symbol (&cpte, 0);
8948 if (!gfc_add_cray_pointee (&cpte->attr, &var_locus))
8951 gfc_set_sym_referenced (cpte);
8953 if (cpte->as == NULL)
8955 if (!gfc_set_array_spec (cpte, as, &var_locus))
8967 if (cpte->as != NULL)
8970 m = gfc_mod_pointee_as (cpte->as);
8976 cpte->cp_pointer = cptr;
decl.cc 8869 gfc_symbol *cpte; /* Pointee symbol. */ local
8928 m = gfc_match_symbol (&cpte, 0);
8948 if (!gfc_add_cray_pointee (&cpte->attr, &var_locus))
8951 gfc_set_sym_referenced (cpte);
8953 if (cpte->as == NULL)
8955 if (!gfc_set_array_spec (cpte, as, &var_locus))
8967 if (cpte->as != NULL)
8970 m = gfc_mod_pointee_as (cpte->as);
8976 cpte->cp_pointer = cptr;

Completed in 119 milliseconds