Home
last modified time | relevance | path

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

/build/kati/
Dstmt.cc87 string IfStmt::DebugString() const { in DebugString()
150 IfStmt::~IfStmt() { in ~IfStmt()
155 void IfStmt::Eval(Evaluator* ev) const { in Eval()
Dstmt.h121 struct IfStmt : public Stmt { struct
128 virtual ~IfStmt(); argument
Dparser.cc39 IfStmt* stmt;
341 void EnterIf(IfStmt* stmt) { in EnterIf()
351 IfStmt* stmt = new IfStmt(); in ParseIfdef()
360 bool ParseIfEqCond(StringPiece s, IfStmt* stmt) { in ParseIfEqCond()
401 IfStmt* stmt = new IfStmt(); in ParseIfeq()
Deval.h43 void EvalIf(const IfStmt* stmt);
Deval.cc365 void Evaluator::EvalIf(const IfStmt* stmt) { in EvalIf()