Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4336 handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, QualType Type, in handleLValueToRValueConversion() function 6310 return handleLValueToRValueConversion( in handleTrivialCopy() 7642 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 7828 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 8240 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 8416 if (!handleLValueToRValueConversion(this->Info, E, MD->getType(), Result, in VisitMemberExpr() 8587 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, RVal)) in HandleLambdaCapture() 9398 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9717 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() 9865 if (!handleLValueToRValueConversion(Info, E, T, Src, Val) || in VisitBuiltinCallExpr() [all …]
|