Searched refs:leftCurly (Results 1 – 6 of 6) sorted by relevance
188 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-statement1949 } while (token.value != TOK.leftCurly);2047 if (token.value != TOK.leftCurly) in cparseInitializer()3283 if (token.value == TOK.leftCurly)[all …]
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) in parseEnum()3238 if (token.value == TOK.leftCurly) in parseAggregate()[all …]
44 leftCurly, enumerator
883 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()
35 leftCurly, enumerator767 TOK.leftCurly: "{",
427 p.check(TOK.leftCurly); in parseAsm()