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

  /src/external/gpl2/lvm2/dist/include/
label.h 80 void (*destroy_label) (struct labeller * l, struct label * label); member in struct:label_ops
  /src/external/gpl2/lvm2/dist/lib/label/
label.h 80 void (*destroy_label) (struct labeller * l, struct label * label); member in struct:label_ops
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 1874 tree destroy_label = create_named_label_with_ctx (loc, buf, actor); local
1958 tree d_l = build_address (destroy_label);
1986 add_stmt (build_stmt (loc, GOTO_EXPR, destroy_label)); /* goto destroy; */
1989 add_stmt (build_stmt (loc, LABEL_EXPR, destroy_label));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 1664 tree destroy_label = create_named_label_with_ctx (loc, buf, actor); local
1745 tree d_l = build_address (destroy_label);
1780 r = build1_loc (loc, GOTO_EXPR, void_type_node, destroy_label);
1791 destroy_label = build_stmt (loc, LABEL_EXPR, destroy_label);
1792 append_to_statement_list (destroy_label, &body_list);

Completed in 36 milliseconds