Home
last modified time | relevance | path

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

/build/kati/
Dstmt.cc76 string IfStmt::DebugString() const { in DebugString()
137 IfStmt::~IfStmt() { in ~IfStmt()
142 void IfStmt::Eval(Evaluator* ev) const { in Eval()
Dparser.cc39 IfStmt* stmt;
309 void EnterIf(IfStmt* stmt) { in EnterIf()
319 IfStmt* stmt = new IfStmt(); in ParseIfdef()
328 bool ParseIfEqCond(StringPiece s, IfStmt* stmt) { in ParseIfEqCond()
369 IfStmt* stmt = new IfStmt(); in ParseIfeq()
Dstmt.h115 struct IfStmt : public Stmt { struct
122 virtual ~IfStmt(); argument
Deval.h42 void EvalIf(const IfStmt* stmt);
Deval.cc182 void Evaluator::EvalIf(const IfStmt* stmt) { in EvalIf()