Searched refs:Infer (Results 1 – 4 of 4) sorted by relevance
335 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit()341 TypeInfer &Infer; member346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation()347 Infer.Validate = false; in SuppressValidation()350 Infer.Validate = SavedValidate; in ~SuppressValidation()352 TypeInfer &Infer; member896 TypeInfer Infer; variable967 TypeInfer &getInfer() { return Infer; } in getInfer()
853 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit()858 Infer.TP.dump(); in ~ValidateOnExit()860 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()861 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()863 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit()2745 Infer(*this) { in TreePattern()2753 Infer(*this) { in TreePattern()2760 Infer(*this) { in TreePattern()
142 Infer, enumerator159 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer;174 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer); in enumeration()193 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer); in mapping()
635 // Infer instruction prefixes from type info.