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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp12718 QualType BestType; local
12739 BestType = Enum->getIntegerType();
12740 if (BestType->isPromotableIntegerType())
12741 BestPromotionType = Context.getPromotedIntegerType(BestType);
12743 BestPromotionType = BestType;
12744 // We don't need to set BestWidth, because BestType is going to be the type
12754 BestType = Context.SignedCharTy;
12758 BestType = Context.ShortTy;
12761 BestType = Context.IntTy;
12767 BestType
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2431 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; local
2450 BestType = CType;
2464 BestType = CType;
2471 OpInfo.ConstraintType = BestType;

Completed in 83 milliseconds