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

/external/clang/lib/Sema/
H A DSemaOverload.cpp334 llvm::APSInt ConvertedValue = IntConstantValue; local
336 Result.convertToInteger(ConvertedValue,
339 if (IntConstantValue != ConvertedValue) {
417 llvm::APSInt ConvertedValue = InitializerValue; local
418 ConvertedValue = ConvertedValue.trunc(ToWidth);
419 ConvertedValue.setIsSigned(ToSigned);
420 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth());
421 ConvertedValue
[all...]

Completed in 57 milliseconds