Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp13769 QualType BestType; in ActOnEnumBody() local
13790 BestType = Enum->getIntegerType(); in ActOnEnumBody()
13791 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
13792 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
13794 BestPromotionType = BestType; in ActOnEnumBody()
13796 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
13803 BestType = Context.SignedCharTy; in ActOnEnumBody()
13807 BestType = Context.ShortTy; in ActOnEnumBody()
13810 BestType = Context.IntTy; in ActOnEnumBody()
13816 BestType = Context.LongTy; in ActOnEnumBody()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2561 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
2580 BestType = CType; in ChooseConstraint()
2594 BestType = CType; in ChooseConstraint()
2601 OpInfo.ConstraintType = BestType; in ChooseConstraint()