Home
last modified time | relevance | path

Searched refs:end_lbl (Results 1 – 6 of 6) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dtct3stm.cpp347 CTcCodeLabel *end_lbl; in gen_code() local
389 break_lbl_ = end_lbl; in gen_code()
548 end_lbl = 0; in gen_code()
579 break_lbl_ = end_lbl; in gen_code()
600 if (end_lbl != 0) in gen_code()
644 break_lbl_ = end_lbl; in gen_code()
706 break_lbl_ = end_lbl; in gen_code()
839 end_lbl = 0; in gen_code()
914 if (end_lbl != 0) in gen_code()
1186 end_lbl = 0; in gen_code()
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DLayout.hs228 end_lbl <- newBlockId
240 <*> mkBranch end_lbl
243 <*> mkLabel end_lbl tscope)
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/PPC/
H A DCodeGen.hs925 end_lbl <- getBlockIdNat
928 , BCC NE end_lbl Nothing
930 , BCC ALWAYS end_lbl Nothing
932 , NEWBLOCK end_lbl
941 end_lbl <- getBlockIdNat
945 , BCC NE end_lbl Nothing
949 , BCC ALWAYS end_lbl Nothing
952 , BCC ALWAYS end_lbl Nothing
954 , NEWBLOCK end_lbl
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dwidget.h572 Widget end_lbl; /* End label */ member
H A Dwidget.c5700 m->segments.end_lbl = XmCreateLabel( in create_segments_widgets()
5932 XtManageChild(m->segments.end_lbl); in create_segments_widgets()
H A Dgeom.c4911 XtVaSetValues(m->segments.end_lbl, in geom_segments_force()