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

/external/clang/lib/Sema/
H A DSemaDecl.cpp13152 QualType BestType; local
13173 BestType = Enum->getIntegerType();
13174 if (BestType->isPromotableIntegerType())
13175 BestPromotionType = Context.getPromotedIntegerType(BestType);
13177 BestPromotionType = BestType;
13178 // We don't need to set BestWidth, because BestType is going to be the type
13188 BestType = Context.SignedCharTy;
13192 BestType = Context.ShortTy;
13195 BestType = Context.IntTy;
13201 BestType
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2536 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; local
2555 BestType = CType;
2569 BestType = CType;
2576 OpInfo.ConstraintType = BestType;

Completed in 2458 milliseconds