Searched refs:handleLValueToRValueConversion (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2525 static bool handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, 3346 static bool handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, in handleLValueToRValueConversion() function 4462 if (!handleLValueToRValueConversion(Info, Args[0], Args[0]->getType(), in HandleFunctionCall() 4541 return handleLValueToRValueConversion( in HandleConstructorCall() 5396 if (!handleLValueToRValueConversion(Info, E, FD->getType(), Result, in VisitVarDecl() 5825 if (!handleLValueToRValueConversion(Info, E, E->getType(), Result, in VisitCXXThisExpr() 6219 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) || in VisitBuiltinCallExpr() 6362 if (!handleLValueToRValueConversion(Info, E, T, Src, Val) || in VisitBuiltinCallExpr() 8399 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) || in VisitBuiltinCallExpr() 9397 if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result)) in VisitBinCmp() [all …]
|