Home
last modified time | relevance | path

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

/build/kati/
Deval.h39 void EvalAssign(const AssignStmt* stmt);
Dstmt.cc126 ev->EvalAssign(this); in Eval()
Deval.cc95 void Evaluator::EvalAssign(const AssignStmt* stmt) { in EvalAssign() function in Evaluator