HomeSort by: relevance | last modified time | path
    Searched refs:leftCurly (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
cparse.d 188 else if (token.value == TOK.leftCurly)
344 case TOK.leftCurly:
961 * the next token is leftCurly
966 if (token.value == TOK.leftCurly)
1042 // requires checking whether the next token is leftCurly
1049 if (token.value == TOK.leftCurly)
1725 if (token.value == TOK.leftCurly)
1757 t.value == TOK.leftCurly) // start of compound-statement
1943 if (token.value != TOK.leftCurly) // if not start of a compound-statement
1949 } while (token.value != TOK.leftCurly);
    [all...]
parse.d 330 if (tv == TOK.leftCurly || tv == TOK.colon)
337 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon)
435 if (tv == TOK.leftParenthesis || tv == TOK.leftCurly)
499 case TOK.leftCurly:
530 case TOK.leftCurly:
706 (tk.value == TOK.leftParenthesis || tk.value == TOK.leftCurly || tk.value == TOK.in_ ||
1145 case TOK.leftCurly:
1452 if (token.value != TOK.leftCurly)
3012 else if (token.value == TOK.leftCurly)
3238 if (token.value == TOK.leftCurly)
    [all...]
tokens.h 44 leftCurly,
lexer.d 883 t.value = TOK.leftCurly; // <%
994 t.value = TOK.leftCurly;
1147 case TOK.leftCurly:
1596 case TOK.leftCurly:
tokens.d 35 leftCurly,
767 TOK.leftCurly: "{",
iasmgcc.d 427 p.check(TOK.leftCurly);

Completed in 39 milliseconds