Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d188 else if (token.value == TOK.leftCurly)
344 case TOK.leftCurly:
966 if (token.value == TOK.leftCurly) in cparseUnaryExp()
1049 if (token.value == TOK.leftCurly) in cparseCastExp()
1725 if (token.value == TOK.leftCurly) in cparseDeclaration()
1757 t.value == TOK.leftCurly) // start of compound-statement in cparseDeclaration()
1943 if (token.value != TOK.leftCurly) // if not start of a compound-statement
1949 } while (token.value != TOK.leftCurly);
2047 if (token.value != TOK.leftCurly) in cparseInitializer()
3283 if (token.value == TOK.leftCurly)
[all …]
H A Dparse.d330 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) in parseEnum()
3238 if (token.value == TOK.leftCurly) in parseAggregate()
[all …]
H A Dtokens.h44 leftCurly, enumerator
H A Dlexer.d883 t.value = TOK.leftCurly; // <% in scan()
994 t.value = TOK.leftCurly; in scan()
1147 case TOK.leftCurly: in peekPastParen()
1596 case TOK.leftCurly: in tokenStringConstant()
H A Dtokens.d35 leftCurly, enumerator
767 TOK.leftCurly: "{",
H A Diasmgcc.d427 p.check(TOK.leftCurly); in parseAsm()