Lines Matching defs:stmt
39 IfStmt* stmt; member
138 ParseErrorStmt* stmt = new ParseErrorStmt(); in Error() local
165 CommandStmt* stmt = new CommandStmt(); in ParseLine() local
220 RuleStmt* stmt = new RuleStmt(); in ParseRule() local
250 AssignStmt* stmt = new AssignStmt(); in ParseAssign() local
262 IncludeStmt* stmt = new IncludeStmt(); in ParseInclude() local
295 AssignStmt* stmt = new AssignStmt(); in ParseInsideDefine() local
309 void EnterIf(IfStmt* stmt) { in EnterIf()
319 IfStmt* stmt = new IfStmt(); in ParseIfdef() local
328 bool ParseIfEqCond(StringPiece s, IfStmt* stmt) { in ParseIfEqCond()
369 IfStmt* stmt = new IfStmt(); in ParseIfeq() local
433 ExportStmt* stmt = new ExportStmt; in CreateExport() local