Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprConstant.cpp | 4212 handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, QualType Type, in handleLValueToRValueConversion() function 6067 return handleLValueToRValueConversion( in handleTrivialCopy() 7236 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 7421 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 7818 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 7990 if (!handleLValueToRValueConversion(this->Info, E, MD->getType(), Result, in VisitMemberExpr() 8171 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 8661 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 8860 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9179 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() [all …]
|