Searched refs:handleLValueToRValueConversion (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 4204 handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, QualType Type, in handleLValueToRValueConversion() function 6056 return handleLValueToRValueConversion( in handleTrivialCopy() 7225 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 7410 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 7798 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 7970 if (!handleLValueToRValueConversion(this->Info, E, MD->getType(), Result, in VisitMemberExpr() 8151 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 8641 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 8820 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9139 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() [all …]
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2898 static bool handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, in handleLValueToRValueConversion() function 3971 if (!handleLValueToRValueConversion(Info, Args[0], Args[0]->getType(), in HandleFunctionCall() 4037 return handleLValueToRValueConversion( in HandleConstructorCall() 4285 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 4500 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 4651 if (!handleLValueToRValueConversion(this->Info, E, MD->getType(), Result, in VisitMemberExpr() 7048 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) || in VisitCallExpr() 9107 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in EvaluateAsRValue()
|