Searched refs:compiler_match (Results 1 – 1 of 1) sorted by relevance
443 static int compiler_match(struct compiler *, stmt_ty);4116 return compiler_match(c, s); in compiler_visit_stmt()7101 compiler_match(struct compiler *c, stmt_ty s) in compiler_match() function