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

/external/clang/lib/Sema/
H A DSemaChecking.cpp3878 static Expr *EvalVal(Expr *E, SmallVectorImpl<DeclRefExpr *> &refVars,
3898 stackE = EvalVal(RetValExp, refVars, /*ParentDecl=*/0);
3946 /// EvalAddr - EvalAddr and EvalVal are mutually recursive functions that
3955 /// Both EvalAddr and EvalVal follow through reference variables to evaluate
3960 /// references (and not L-values). EvalVal handles all other values.
3987 // EvalAddr and EvalVal appropriately.
4011 return EvalVal(U->getSubExpr(), refVars, ParentDecl);
4092 return EvalVal(SubExpr, refVars, ParentDecl);
4114 /// EvalVal - This function is complements EvalAddr in the mutual recursion.
4116 static Expr *EvalVal(Exp function
[all...]

Completed in 54 milliseconds