Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6067 return handleLValueToRValueConversion( in handleTrivialCopy() 7239 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 7424 if (!handleLValueToRValueConversion(Info, E, E->getType(), Obj, Result)) in VisitBinaryOperator() 8165 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 8655 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 8854 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9173 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() 9319 if (!handleLValueToRValueConversion(Info, E, T, Src, Val) || in VisitBuiltinCallExpr() 11883 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) || in VisitBuiltinCallExpr() 12866 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in VisitBinCmp() [all …]
|