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

  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 1 /* Build up a list of intrinsic subroutines and functions for the
30 /* Namespace to hold the resolved symbols for intrinsic subroutines. */
42 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
350 /*********** Subroutines to build the intrinsic list ****************/
1046 gfc_intrinsic_sym *start = subroutines;
1102 sym = find_sym (subroutines, nsub, name);
1140 /* Intrinsic subroutines are not allowed as actual arguments. */
3449 /* Add intrinsic subroutines. */
3738 /* The following subroutines are part of ISO_C_BINDING. */
4200 subroutines = functions + nfunc
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 1 /* Build up a list of intrinsic subroutines and functions for the
29 /* Namespace to hold the resolved symbols for intrinsic subroutines. */
41 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
349 /*********** Subroutines to build the intrinsic list ****************/
1045 gfc_intrinsic_sym *start = subroutines;
1101 sym = find_sym (subroutines, nsub, name);
1139 /* Intrinsic subroutines are not allowed as actual arguments. */
3445 /* Add intrinsic subroutines. */
3734 /* The following subroutines are part of ISO_C_BINDING. */
4196 subroutines = functions + nfunc
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 22 function called `recog' plus its subroutines. These functions
180 splitting out substates into subroutines. This limit is about avoiding
2903 /* Add the routine to the global list, after the subroutines
3112 split them into subroutines. */
3315 out into subroutines. */
3405 better split into subroutines. Accumulate all such subroutines in PROCS.
3406 Return the size of the new state tree (excluding subroutines). */
3442 on it to see how big it is after subroutines have been
5262 auto_vec <state *> subroutines;
5258 auto_vec <state *> subroutines; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 22 function called `recog' plus its subroutines. These functions
180 splitting out substates into subroutines. This limit is about avoiding
2903 /* Add the routine to the global list, after the subroutines
3112 split them into subroutines. */
3315 out into subroutines. */
3405 better split into subroutines. Accumulate all such subroutines in PROCS.
3406 Return the size of the new state tree (excluding subroutines). */
3442 on it to see how big it is after subroutines have been
5262 auto_vec <state *> subroutines;
5258 auto_vec <state *> subroutines; local
    [all...]

Completed in 46 milliseconds