Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6249 return handleLValueToRValueConversion( in handleTrivialCopy() 7584 if (!handleLValueToRValueConversion( in handleLValueToRValueBitCast() 8548 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 9064 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 9297 if (!handleLValueToRValueConversion(Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 9616 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() 9764 if (!handleLValueToRValueConversion(Info, E, T, Src, Val) || in VisitBuiltinCallExpr() 13532 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in VisitBinCmp() 15458 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in EvaluateAsRValue() 16669 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) || in EvaluateBuiltinStrLen() [all …]
|