Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4692 static bool EvaluateObjectArgument(EvalInfo &Info, const Expr *Object, in EvaluateObjectArgument() function
4809 if (!EvaluateObjectArgument(Info, BO->getLHS(), LV)) { in HandleMemberPointerAccess()
7889 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
7909 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()
7962 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
16497 EvaluateObjectArgument(Info, This, ThisVal) && in EvaluateWithSubstitution()