Home
last modified time | relevance | path

Searched refs:PreNarrowingValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp5712 APValue PreNarrowingValue; in CheckConvertedConstantExpression() local
5714 switch (SCS->getNarrowingKind(S.Context, Result.get(), PreNarrowingValue, in CheckConvertedConstantExpression()
5728 PreNarrowingValue.isInt()) { in CheckConvertedConstantExpression()
5736 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in CheckConvertedConstantExpression()
5777 Value = std::move(PreNarrowingValue); in CheckConvertedConstantExpression()
H A DSemaExpr.cpp11504 APValue PreNarrowingValue; in checkThreeWayNarrowingConversion() local
11506 switch (SCS.getNarrowingKind(S.Context, E, PreNarrowingValue, in checkThreeWayNarrowingConversion()
11520 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()