Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4238 handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, QualType Type, in handleLValueToRValueConversion() function 6157 return handleLValueToRValueConversion( in handleTrivialCopy() 7325 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 7516 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 7913 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 8085 if (!handleLValueToRValueConversion(this->Info, E, MD->getType(), Result, in VisitMemberExpr() 8269 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 8779 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 9004 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9324 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() [all …]
|