Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp13152 QualType BestType; in ActOnEnumBody() local
13173 BestType = Enum->getIntegerType(); in ActOnEnumBody()
13174 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
13175 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
13177 BestPromotionType = BestType; in ActOnEnumBody()
13188 BestType = Context.SignedCharTy; in ActOnEnumBody()
13192 BestType = Context.ShortTy; in ActOnEnumBody()
13195 BestType = Context.IntTy; in ActOnEnumBody()
13201 BestType = Context.LongTy; in ActOnEnumBody()
13207 BestType = Context.LongLongTy; in ActOnEnumBody()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2536 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
2555 BestType = CType; in ChooseConstraint()
2569 BestType = CType; in ChooseConstraint()
2576 OpInfo.ConstraintType = BestType; in ChooseConstraint()