Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp14042 QualType BestType; in ActOnEnumBody() local
14063 BestType = Enum->getIntegerType(); in ActOnEnumBody()
14064 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
14065 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
14067 BestPromotionType = BestType; in ActOnEnumBody()
14069 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
14076 BestType = Context.SignedCharTy; in ActOnEnumBody()
14080 BestType = Context.ShortTy; in ActOnEnumBody()
14083 BestType = Context.IntTy; in ActOnEnumBody()
14089 BestType = Context.LongTy; in ActOnEnumBody()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp2609 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
2628 BestType = CType; in ChooseConstraint()
2642 BestType = CType; in ChooseConstraint()
2649 OpInfo.ConstraintType = BestType; in ChooseConstraint()