Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4209 handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, QualType Type, in handleLValueToRValueConversion() function 6064 return handleLValueToRValueConversion( in handleTrivialCopy() 7236 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 7421 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 7809 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 7981 if (!handleLValueToRValueConversion(this->Info, E, MD->getType(), Result, in VisitMemberExpr() 8162 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 8652 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 8831 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9150 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() [all …]
|