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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.h 37 stmtblock_t; typedef in typeref:struct:__anon13691
43 stmtblock_t pre;
44 stmtblock_t post;
48 stmtblock_t finalblock;
368 stmtblock_t pre;
369 stmtblock_t post;
393 stmtblock_t code[GFC_MAX_DIMENSIONS];
437 tree gfc_resize_class_size_with_len (stmtblock_t *, tree, tree);
454 void gfc_reset_vptr (stmtblock_t *, gfc_expr *, tree = NULL_TREE);
455 void gfc_reset_len (stmtblock_t *, gfc_expr *)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.h 37 stmtblock_t; typedef in typeref:struct:__anon16123
43 stmtblock_t pre;
44 stmtblock_t post;
359 stmtblock_t pre;
360 stmtblock_t post;
384 stmtblock_t code[GFC_MAX_DIMENSIONS];
428 tree gfc_resize_class_size_with_len (stmtblock_t *, tree, tree);
445 void gfc_reset_vptr (stmtblock_t *, gfc_expr *);
446 void gfc_reset_len (stmtblock_t *, gfc_expr *);
451 bool gfc_add_finalizer_call (stmtblock_t *, gfc_expr *)
    [all...]

Completed in 26 milliseconds