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

/external/clang/lib/Sema/
H A DSemaOverload.cpp325 llvm::APSInt ConvertedValue = IntConstantValue; local
327 Result.convertToInteger(ConvertedValue,
330 if (IntConstantValue != ConvertedValue) {
413 llvm::APSInt ConvertedValue = InitializerValue; local
414 ConvertedValue = ConvertedValue.trunc(ToWidth);
415 ConvertedValue.setIsSigned(ToSigned);
416 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth());
417 ConvertedValue
[all...]

Completed in 53 milliseconds