Searched refs:EvalVal (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4421 static Expr *EvalVal(Expr *E, SmallVectorImpl<DeclRefExpr *> &refVars,
4441 stackE = EvalVal(RetValExp, refVars, /*ParentDecl=*/nullptr);
4489 /// EvalAddr - EvalAddr and EvalVal are mutually recursive functions that
4498 /// Both EvalAddr and EvalVal follow through reference variables to evaluate
4503 /// references (and not L-values). EvalVal handles all other values.
4530 // EvalAddr and EvalVal appropriately.
4558 return EvalVal(U->getSubExpr(), refVars, ParentDecl);
4639 return EvalVal(SubExpr, refVars, ParentDecl);
4669 /// EvalVal - This function is complements EvalAddr in the mutual recursion.
4671 static Expr *EvalVal(Exp function
[all...]

Completed in 3142 milliseconds