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

  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 2704 const char *blocktype, *sname = NULL; local
2712 blocktype = "SELECT TYPE";
2718 blocktype = "ASSOCIATE";
2720 blocktype = "BLOCK";
2722 fprintf (dumpfile, "%s ", blocktype);
2738 fprintf (dumpfile, "END %s ", blocktype);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 2545 const char* blocktype; local
2550 blocktype = "ASSOCIATE";
2552 blocktype = "BLOCK";
2554 fprintf (dumpfile, "%s ", blocktype);
2570 fprintf (dumpfile, "END %s ", blocktype);
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 418 int blocktype;
828 top_stack->blocktype = sh->st;
868 top_stack->blocktype = stBlock;
1136 if (top_stack->blocktype == stProc
1137 || top_stack->blocktype == stStaticProc)
1139 top_stack->blocktype = stNil;
1143 top_stack->blocktype = stBlock;
1158 (top_stack->blocktype == stProc ||
1159 top_stack->blocktype == stStaticProc))
1223 else if (sh->sc == scText && top_stack->blocktype == stBlock
412 int blocktype; member in struct:parse_stack
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 418 int blocktype;
828 top_stack->blocktype = sh->st;
868 top_stack->blocktype = stBlock;
1136 if (top_stack->blocktype == stProc
1137 || top_stack->blocktype == stStaticProc)
1139 top_stack->blocktype = stNil;
1143 top_stack->blocktype = stBlock;
1158 (top_stack->blocktype == stProc ||
1159 top_stack->blocktype == stStaticProc))
1223 else if (sh->sc == scText && top_stack->blocktype == stBlock
412 int blocktype; member in struct:parse_stack
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 5041 match_blocktype (char blocktype, unsigned char *dataptr, void *data)
5045 if (*wantedp == blocktype)
5061 int (*callback) (char blocktype,
5080 char blocktype; local
5091 blocktype = *dataptr++;
5093 if ((*callback) (blocktype, dataptr, data))
5096 switch (blocktype)
5119 tfnum, blocktype);
5388 build_traceframe_info_xml (char blocktype, unsigned char *dataptr, void *data)
5392 switch (blocktype)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 5041 match_blocktype (char blocktype, unsigned char *dataptr, void *data)
5045 if (*wantedp == blocktype)
5061 int (*callback) (char blocktype,
5080 char blocktype; local
5091 blocktype = *dataptr++;
5093 if ((*callback) (blocktype, dataptr, data))
5096 switch (blocktype)
5119 tfnum, blocktype);
5388 build_traceframe_info_xml (char blocktype, unsigned char *dataptr, void *data)
5392 switch (blocktype)
    [all...]

Completed in 38 milliseconds