Searched refs:PreNarrowingValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6270 APValue &PreNarrowingValue) { in BuildConvertedConstantExpression() argument 6368 switch (SCS->getNarrowingKind(S.Context, Result.get(), PreNarrowingValue, in BuildConvertedConstantExpression() 6379 PreNarrowingValue.isInt()) { in BuildConvertedConstantExpression() 6387 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in BuildConvertedConstantExpression() 6406 PreNarrowingValue = {}; in BuildConvertedConstantExpression() 6419 APValue PreNarrowingValue; in CheckConvertedConstantExpression() local 6421 PreNarrowingValue); in CheckConvertedConstantExpression() 6427 RequireInt, PreNarrowingValue); in CheckConvertedConstantExpression() 6433 APValue PreNarrowingValue; in BuildConvertedConstantExpression() local 6435 PreNarrowingValue); in BuildConvertedConstantExpression() [all …]
|
| H A D | SemaTemplate.cpp | 7148 APValue PreNarrowingValue; in CheckTemplateArgument() local 7151 false, PreNarrowingValue); in CheckTemplateArgument()
|
| H A D | SemaExpr.cpp | 12218 APValue PreNarrowingValue; in checkThreeWayNarrowingConversion() local 12220 switch (SCS.getNarrowingKind(S.Context, E, PreNarrowingValue, in checkThreeWayNarrowingConversion() 12234 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10227 const APValue &PreNarrowingValue);
|