Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp14834 QualType BestType; in ActOnEnumBody() local
14855 BestType = Enum->getIntegerType(); in ActOnEnumBody()
14856 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
14857 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
14859 BestPromotionType = BestType; in ActOnEnumBody()
14861 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
14868 BestType = Context.SignedCharTy; in ActOnEnumBody()
14872 BestType = Context.ShortTy; in ActOnEnumBody()
14875 BestType = Context.IntTy; in ActOnEnumBody()
14881 BestType = Context.LongTy; in ActOnEnumBody()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3098 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
3117 BestType = CType; in ChooseConstraint()
3131 BestType = CType; in ChooseConstraint()
3138 OpInfo.ConstraintType = BestType; in ChooseConstraint()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2707 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
2726 BestType = CType; in ChooseConstraint()
2740 BestType = CType; in ChooseConstraint()
2747 OpInfo.ConstraintType = BestType; in ChooseConstraint()