Home
last modified time | relevance | path

Searched refs:bind_label (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc5370 char* bind_label; in read_module() local
5379 bind_label = read_string (); in read_module()
5380 if (strlen (bind_label)) in read_module()
5381 info->u.rsym.binding_label = bind_label; in read_module()
5383 XDELETEVEC (bind_label); in read_module()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c5218 char* bind_label; in read_module() local
5227 bind_label = read_string (); in read_module()
5228 if (strlen (bind_label)) in read_module()
5229 info->u.rsym.binding_label = bind_label; in read_module()
5231 XDELETEVEC (bind_label); in read_module()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c798 bind_label (tree name, tree label, struct c_scope *scope, in bind_label() function
3814 bind_label (name, label, current_function_scope, label_vars); in lookup_label()
3919 bind_label (name, label, current_scope, label_vars); in declare_label()
4033 bind_label (name, label, current_function_scope, label_vars); in define_label()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc807 bind_label (tree name, tree label, struct c_scope *scope, in bind_label() function
3878 bind_label (name, label, current_function_scope, label_vars); in lookup_label()
3983 bind_label (name, label, current_scope, label_vars); in declare_label()
4097 bind_label (name, label, current_function_scope, label_vars); in define_label()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919253 (bind_label, set_spot_bindings): New static functions.
19264 defined. Call bind_label rather than bind.
19267 (declare_label): Call bind_label rather than bind.
19271 set_spot_bindings and check_earlier_gotos. Call bind_label
H A DChangeLog-200312087 (insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
13165 (make_label, bind_label): New static functions.
H A DChangeLog-200437469 (any_external_decl, record_external_decl, bind_label, getdecls)