Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c128 TK_DO,TK_ELSE,TK_ELSEIF,TK_END,TK_FALSE,TK_FOR,TK_FUNCTION, enumerator
4078 check_match(ls,TK_END,TK_FUNCTION,line);
4304 case TK_ELSE:case TK_ELSEIF:case TK_END:
4407 check_match(ls,TK_END,TK_WHILE,line);
4509 check_match(ls,TK_END,TK_FOR,line);
4539 check_match(ls,TK_END,TK_IF,line);
4641 check_match(ls,TK_END,TK_DO,line);

Completed in 17 milliseconds