Home
last modified time | relevance | path

Searched refs:EvaluateObjectArgument (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4727 static bool EvaluateObjectArgument(EvalInfo &Info, const Expr *Object, in EvaluateObjectArgument() function
4844 if (!EvaluateObjectArgument(Info, BO->getLHS(), LV)) { in HandleMemberPointerAccess()
7952 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
7972 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()
8025 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
16917 EvaluateObjectArgument(Info, This, ThisVal) && in EvaluateWithSubstitution()