Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp14377 QualType BestType; in ActOnEnumBody() local
14398 BestType = Enum->getIntegerType(); in ActOnEnumBody()
14399 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
14400 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
14402 BestPromotionType = BestType; in ActOnEnumBody()
14404 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
14411 BestType = Context.SignedCharTy; in ActOnEnumBody()
14415 BestType = Context.ShortTy; in ActOnEnumBody()
14418 BestType = Context.IntTy; in ActOnEnumBody()
14424 BestType = Context.LongTy; in ActOnEnumBody()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2618 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
2637 BestType = CType; in ChooseConstraint()
2651 BestType = CType; in ChooseConstraint()
2658 OpInfo.ConstraintType = BestType; in ChooseConstraint()