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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 2752 bool not_constant = false; local
2766 not_constant = true;
2781 not_constant = true;
2787 if (not_constant && e->ts.type != BT_INTEGER)
2795 if (not_constant)
resolve.cc 13432 bool not_constant; local
13434 not_constant = false;
13448 not_constant = true;
13452 not_constant = true;
13455 return not_constant;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 2715 bool not_constant = false; local
2729 not_constant = true;
2744 not_constant = true;
2750 if (not_constant && e->ts.type != BT_INTEGER)
2758 if (not_constant)
resolve.cc 12708 bool not_constant; local
12710 not_constant = false;
12724 not_constant = true;
12728 not_constant = true;
12731 return not_constant;

Completed in 92 milliseconds