Searched refs:PreNarrowingValue (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 6023 APValue &PreNarrowingValue) { in BuildConvertedConstantExpression() argument 6118 switch (SCS->getNarrowingKind(S.Context, Result.get(), PreNarrowingValue, in BuildConvertedConstantExpression() 6132 PreNarrowingValue.isInt()) { in BuildConvertedConstantExpression() 6140 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in BuildConvertedConstantExpression() 6151 PreNarrowingValue = {}; in BuildConvertedConstantExpression() 6165 APValue PreNarrowingValue; in CheckConvertedConstantExpression() local 6167 PreNarrowingValue); in CheckConvertedConstantExpression() 6173 RequireInt, PreNarrowingValue); in CheckConvertedConstantExpression() 6179 APValue PreNarrowingValue; in BuildConvertedConstantExpression() local 6181 PreNarrowingValue); in BuildConvertedConstantExpression() [all …]
|
H A D | SemaTemplate.cpp | 6711 APValue PreNarrowingValue; in CheckTemplateArgument() local 6714 false, PreNarrowingValue); in CheckTemplateArgument()
|
H A D | SemaExpr.cpp | 11871 APValue PreNarrowingValue; in checkThreeWayNarrowingConversion() local 11873 switch (SCS.getNarrowingKind(S.Context, E, PreNarrowingValue, in checkThreeWayNarrowingConversion() 11887 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 10036 const APValue &PreNarrowingValue);
|