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

  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 3970 const char *intent_in; local
4018 if (s->attr.intent == INTENT_IN && !s->attr.value)
4019 intent_in = "const ";
4021 intent_in = "";
4023 fputs (intent_in, dumpfile);
symbol.cc 62 minit ("IN", INTENT_IN),
446 *intent_in = "INTENT(IN)", *intrinsic = "INTRINSIC", local
706 if (attr->volatile_ && attr->intent == INTENT_IN)
709 a2 = intent_in;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 3792 const char *intent_in; local
3840 if (s->attr.intent == INTENT_IN && !s->attr.value)
3841 intent_in = "const ";
3843 intent_in = "";
3845 fputs (intent_in, dumpfile);
symbol.cc 62 minit ("IN", INTENT_IN),
415 *intent_in = "INTENT(IN)", *intrinsic = "INTRINSIC", local
686 if (attr->volatile_ && attr->intent == INTENT_IN)
689 a2 = intent_in;

Completed in 34 milliseconds