Home
last modified time | relevance | path

Searched refs:traceIf (Results 1 – 8 of 8) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DBuildTyCl.hs53 ; traceIf (text "mkNewTyConRhs" <+> ppr nt_ax)
130 ; traceIf (text "buildDataCon 1" <+> ppr src_name)
145 ; traceIf (text "buildDataCon 2" <+> ppr src_name)
249 do { traceIf (text "buildClass")
256 ; traceIf (text "buildClass" <+> ppr tycon)
262 do { traceIf (text "buildClass")
345 ; traceIf (text "buildClass" <+> ppr tycon)
H A DLoadIface.hs139 do { traceIf nd_doc
213 ; traceIf (text "checkWiredInTyCon" <+> ppr tc_name $$ ppr mod)
408 ; traceIf (text "Considering whether to load" <+> ppr mod <+> ppr from)
675 traceIf (text "Considering whether to load" <+> ppr mod <+>
851 = do { traceIf (text "Loading decl for" <+> ppr name)
900 = do traceIf (sep [hsep [text "Reading",
934 traceIf (text "...not found")
939 traceIf (text "readIFace" <+> text file_path)
971 do traceIf (text "Dynamic hash doesn't match")
974 do traceIf (text "Failed to load dynamic interface file:" $$ err)
H A DTcIface.hs182 ; traceIf (vcat [text "Finished typechecking interface for" <+> ppr (mi_module iface),
491 = do { traceIf (text "loadHiBootInterface" <+> ppr mod)
662 ; traceIf (text "tcIfaceDecl4" <+> ppr tycon)
741 { traceIf (text "tc-iface-class1" <+> ppr tc_name)
743 ; traceIf (text "tc-iface-class2" <+> ppr tc_name)
746 ; traceIf (text "tc-iface-class3" <+> ppr tc_name)
750 ; traceIf (text "tc-iface-class4" <+> ppr tc_name)
830 = do { traceIf (text "tc_iface_decl" <+> ppr name)
912 { traceIf (text "Start interface-file tc_con_decl" <+> ppr dc_name)
969 ; traceIf (text "Done interface-file tc_con_decl" <+> ppr dc_name)
H A DIfaceEnv.hs66 ; traceIf (text "newGlobalBinder" <+>
171 = do { traceIf (text "lookup_orig" <+> ppr mod <+> ppr occ)
H A DMkIface.hs1175 traceIf (text "We already have the old interface for" <+>
1185 traceIf (text "FYI: cannot read old interface file:" $$ nest 4 err)
1189 traceIf (text "Read the interface file" <+> text iface_path)
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs49 traceIf, traceHiDiffs, traceOptIf,
536 traceIf (text "updating EPS")
547 traceIf (text "updating EPS_")
763 traceIf, traceHiDiffs :: SDoc -> TcRnIf m n () function
764 traceIf = traceOptIf Opt_D_dump_if_trace function
1953 do { traceIf (text "Starting fork {" <+> doc)
1958 Right r -> do { traceIf (text "} ending fork" <+> doc)
1976 ; traceIf (text "} ending fork (badly)" <+> doc)
H A DTcSplice.hs1380 ; traceIf (text "reify" <+> text (show th_name) <+> brackets (ppr_ns th_name) <+> ppr name)
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsForeign.hs104 traceIf (text "fi start" <+> ppr id)
107 traceIf (text "fi end" <+> ppr id)