Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp10841 QualType BestType; in ActOnEnumBody() local
10862 BestType = Enum->getIntegerType(); in ActOnEnumBody()
10863 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
10864 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
10866 BestPromotionType = BestType; in ActOnEnumBody()
10877 BestType = Context.SignedCharTy; in ActOnEnumBody()
10881 BestType = Context.ShortTy; in ActOnEnumBody()
10884 BestType = Context.IntTy; in ActOnEnumBody()
10890 BestType = Context.LongTy; in ActOnEnumBody()
10896 BestType = Context.LongLongTy; in ActOnEnumBody()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3173 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
3192 BestType = CType; in ChooseConstraint()
3206 BestType = CType; in ChooseConstraint()
3213 OpInfo.ConstraintType = BestType; in ChooseConstraint()