Home
last modified time | relevance | path

Searched refs:BestType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp16719 QualType BestType; in ActOnEnumBody() local
16742 BestType = Enum->getIntegerType(); in ActOnEnumBody()
16746 BestPromotionType = BestType; in ActOnEnumBody()
16755 BestType = Context.SignedCharTy; in ActOnEnumBody()
16759 BestType = Context.ShortTy; in ActOnEnumBody()
16762 BestType = Context.IntTy; in ActOnEnumBody()
16768 BestType = Context.LongTy; in ActOnEnumBody()
16774 BestType = Context.LongLongTy; in ActOnEnumBody()
16783 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
16791 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3612 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
3631 BestType = CType; in ChooseConstraint()
3645 BestType = CType; in ChooseConstraint()
3652 OpInfo.ConstraintType = BestType; in ChooseConstraint()