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

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

Completed in 287 milliseconds