Searched refs:tokens (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h43 TokenStream(const std::vector<std::string>& tokens, const FileCtx& fc) argument
44 : fc_(fc), ix_(0u), tokens_(tokens) {}
70 const std::vector<std::string>& tokens,
75 auto& first = acc.empty() ? tokens[0] : acc[0];
76 auto& last = tokens.back();
85 TokenStream ts(tokens, fc);
96 t += tokens;
102 acc += tokens;
109 fc.print_error("missing terminator", tokens[0]);
111 fc.print_error("unknown token", tokens[
69 process_line(P* parser, const Dispatch<P>* table, const std::vector<std::string>& tokens, const FileCtx& fc) argument
135 auto tokens = tokenize_string(line); local
[all...]
H A Dparser.cpp14 std::vector<string> tokens; local
22 tokens.push_back(tok);
25 tokens.emplace_back(1, c);
29 tokens.push_back(tok);
31 return tokens;
/fuchsia/zircon/third_party/uapp/dash/src/
H A Darith_yylex.c47 #error Arithmetic tokens are out of order.
H A Darith_yacc.c45 #error Arithmetic tokens are out of order.

Completed in 74 milliseconds