Searched refs:glabel (Results 1 – 2 of 2) sorted by relevance
2388 tree glabel; in ffeste_labeldef_branch() local2390 glabel = ffecom_lookup_label (label); in ffeste_labeldef_branch()2391 assert (glabel != NULL_TREE); in ffeste_labeldef_branch()2392 if (TREE_CODE (glabel) == ERROR_MARK) in ffeste_labeldef_branch()2395 assert (DECL_INITIAL (glabel) == NULL_TREE); in ffeste_labeldef_branch()2397 DECL_INITIAL (glabel) = error_mark_node; in ffeste_labeldef_branch()2398 DECL_SOURCE_FILE (glabel) = ffelab_definition_filename (label); in ffeste_labeldef_branch()2399 DECL_SOURCE_LINE (glabel) = ffelab_definition_filelinenum (label); in ffeste_labeldef_branch()2403 expand_label (glabel); in ffeste_labeldef_branch()2869 tree glabel; in ffeste_R836() local[all …]
11978 tree glabel; in ffecom_lookup_label() local11990 glabel = build_decl (LABEL_DECL, get_identifier (labelname), in ffecom_lookup_label()11992 DECL_CONTEXT (glabel) = current_function_decl; in ffecom_lookup_label()11993 DECL_MODE (glabel) = VOIDmode; in ffecom_lookup_label()11997 glabel = build_decl (VAR_DECL, in ffecom_lookup_label()12004 TREE_CONSTANT (glabel) = 1; in ffecom_lookup_label()12005 TREE_STATIC (glabel) = 1; in ffecom_lookup_label()12006 DECL_CONTEXT (glabel) = current_function_decl; in ffecom_lookup_label()12007 DECL_INITIAL (glabel) = NULL; in ffecom_lookup_label()12008 make_decl_rtl (glabel, NULL); in ffecom_lookup_label()[all …]