Searched refs:token (Results 101 - 125 of 1018) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasmgcc.d56 switch (p.token.value)
69 name = p.token.ident;
80 if (p.token.value == TOK.string_)
90 if (p.token.value != TOK.leftParenthesis)
116 if (p.token.value == TOK.comma)
122 p.token.toChars());
127 while (p.token.value != TOK.rightCurly &&
128 p.token.value != TOK.semicolon &&
129 p.token.value != TOK.endOfFile)
154 switch (p.token
[all...]
H A Dcparse.d2 * Takes a token stream from the lexer, and parses it into an abstract syntax tree.
105 if (token.value == TOK.endOfFile)
109 auto ld = new AST.LinkDeclaration(token.loc, LINK.c, symbols);
149 * pEndloc = if { ... statements ... }, store location of closing brace, otherwise loc of last token of statement
156 const loc = token.loc;
172 switch (token.value)
176 * A quick check of the next token can disambiguate most cases.
183 auto ident = token.ident;
186 if (token.value == TOK.rightCurly)
188 else if (token
[all...]
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dconfpars.c251 enum dhcp_token token; local
256 token = peek_token (&val, (unsigned *)0, cfile);
257 if (token == END_OF_FILE)
277 enum dhcp_token token; local
281 token = next_token (&val, (unsigned *)0, cfile);
282 if (token == END_OF_FILE)
284 if (token == LEASE) {
292 } else if (token == IA_NA) {
294 } else if (token == IA_TA) {
296 } else if (token
368 enum dhcp_token token; local
898 enum dhcp_token token; local
1218 enum dhcp_token token; local
1325 enum dhcp_token token; local
1436 enum dhcp_token token; local
1493 enum dhcp_token token; local
1558 enum dhcp_token token; local
1731 enum dhcp_token token; local
1938 enum dhcp_token token; local
1958 enum dhcp_token token; local
2227 enum dhcp_token token; local
2605 enum dhcp_token token; local
2689 enum dhcp_token token; local
2762 enum dhcp_token token; local
2976 enum dhcp_token token; local
3069 enum dhcp_token token; local
3138 enum dhcp_token token; local
3702 int token; local
3791 enum dhcp_token token; local
4137 enum dhcp_token token; local
4309 enum dhcp_token token; local
4460 enum dhcp_token token; local
4560 enum dhcp_token token; local
4683 enum dhcp_token token; local
6124 enum dhcp_token token; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dfilter-clang-warnings.py61 token = ': warning: ' variable
62 i = l.find(token)
65 message = l[i + len(token):]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dfilter-clang-warnings.py75 token = ': warning: ' variable
76 i = line.find(token)
79 message = line[i + len(token):]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c289 /* format_lex()-- Simple lexical analyzer for getting the next token
290 in a FORMAT string. We support a one-level token pushback in the
296 format_token token; local
303 token = fmt->saved_token;
305 return token;
314 token = FMT_STAR;
318 token = FMT_LPAREN;
322 token = FMT_RPAREN;
333 token = FMT_UNKNOWN;
352 token
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c288 /* format_lex()-- Simple lexical analyzer for getting the next token
289 in a FORMAT string. We support a one-level token pushback in the
295 format_token token; local
302 token = fmt->saved_token;
304 return token;
313 token = FMT_STAR;
317 token = FMT_LPAREN;
321 token = FMT_RPAREN;
332 token = FMT_UNKNOWN;
351 token
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dworkqueue.cc156 Task_token* token = t->is_runnable(); local
157 if (token != NULL)
160 token->add_waiting_front(t);
162 token->add_waiting(t);
220 Task_token* token = t->is_runnable(); local
222 if (token == NULL)
225 token->add_waiting(t);
370 // 1) If T is not runnable, queue it on the appropriate token.
399 Task_token* token = t->is_runnable(); local
401 if (token !
452 Task_token* token = *p; local
515 add_blocker(Task_token* token) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-parse.h51 char *token; member in struct:mi_parse
70 set to the token, even if an exception is thrown. It is allocated
76 char **token);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-parse.h51 char *token; member in struct:mi_parse
70 set to the token, even if an exception is thrown. It is allocated
76 char **token);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dauto-load.h30 struct token;
51 extern gdb::observers::token auto_load_new_objfile_observer_token;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dworkqueue.cc156 Task_token* token = t->is_runnable(); local
157 if (token != NULL)
160 token->add_waiting_front(t);
162 token->add_waiting(t);
220 Task_token* token = t->is_runnable(); local
222 if (token == NULL)
225 token->add_waiting(t);
370 // 1) If T is not runnable, queue it on the appropriate token.
399 Task_token* token = t->is_runnable(); local
401 if (token !
452 Task_token* token = *p; local
515 add_blocker(Task_token* token) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dworkqueue.cc156 Task_token* token = t->is_runnable(); local
157 if (token != NULL)
160 token->add_waiting_front(t);
162 token->add_waiting(t);
220 Task_token* token = t->is_runnable(); local
222 if (token == NULL)
225 token->add_waiting(t);
370 // 1) If T is not runnable, queue it on the appropriate token.
399 Task_token* token = t->is_runnable(); local
401 if (token !
452 Task_token* token = *p; local
515 add_blocker(Task_token* token) argument
[all...]
/netbsd-current/usr.bin/indent/
H A Dlexi.c182 buf_add_char(&token, ch);
236 for (char delim = token.s[token.len - 1];;) {
243 if (token.s[token.len - 1] == delim)
246 if (token.s[token.len - 1] == '\\') {
254 /* Guess whether the current token is a declared type. */
302 token.len >= 2 && memcmp(token
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_grammar.y50 %token DT_TOK_COMMA DT_TOK_ELLIPSIS
51 %token DT_TOK_ASGN DT_TOK_ADD_EQ DT_TOK_SUB_EQ DT_TOK_MUL_EQ
52 %token DT_TOK_DIV_EQ DT_TOK_MOD_EQ DT_TOK_AND_EQ DT_TOK_XOR_EQ DT_TOK_OR_EQ
53 %token DT_TOK_LSH_EQ DT_TOK_RSH_EQ DT_TOK_QUESTION DT_TOK_COLON
54 %token DT_TOK_LOR DT_TOK_LXOR DT_TOK_LAND
55 %token DT_TOK_BOR DT_TOK_XOR DT_TOK_BAND DT_TOK_EQU DT_TOK_NEQ
56 %token DT_TOK_LT DT_TOK_LE DT_TOK_GT DT_TOK_GE DT_TOK_LSH DT_TOK_RSH
57 %token DT_TOK_ADD DT_TOK_SUB DT_TOK_MUL DT_TOK_DIV DT_TOK_MOD
58 %token DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
59 %token DT_TOK_PREIN
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc140 enum cpp_ttype token; local
146 token = pragma_lex (&x, &loc);
147 if (token == CPP_CLOSE_PAREN)
152 else if (token == CPP_NUMBER)
161 else if (token == CPP_NAME)
178 while ((token = pragma_lex (&x)) == CPP_COMMA)
180 token = pragma_lex (&x, &loc);
181 if (token == CPP_NAME && id == 0)
185 else if (token == CPP_NUMBER && action == push && align == -1)
198 if (token !
424 enum cpp_ttype token; local
728 enum cpp_ttype token; local
772 enum cpp_ttype token = pragma_lex (&x, &loc); local
905 enum cpp_ttype token; local
976 enum cpp_ttype token; local
1062 enum cpp_ttype token; local
1098 enum cpp_ttype token; local
1155 enum cpp_ttype token; local
1192 enum cpp_ttype token; local
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax25.y21 %token NUMBER
H A Derr_syntax24.y16 %token NUMBER
H A Derr_syntax23.y15 %token NUMBER
H A Derr_syntax22.y13 %token NUMBER
/netbsd-current/usr.bin/make/unit-tests/
H A Dsh-errctl.exp3 (<pid>) withdrew token
26 (<pid>) withdrew token
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Duser.h14 void (*doorbell)(struct nvif_user *, u32 token);
H A Dclc36f.h16 __u32 token; member in struct:volta_channel_gpfifo_a_v0
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dparse.h47 * returns a token/char from the stream F.
51 * \param[out] *token the read token is put here
56 ssize_t sldns_fget_token(FILE *f, char *token, const char *delim, size_t limit);
59 * returns a token/char from the stream F.
63 * \param[out] *token the token is put here
69 ssize_t sldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
72 * returns a token/char from the buffer b.
76 * \param[out] *token th
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.c135 enum cpp_ttype token; local
141 token = pragma_lex (&x);
142 if (token == CPP_CLOSE_PAREN)
147 else if (token == CPP_NUMBER)
156 else if (token == CPP_NAME)
172 while ((token = pragma_lex (&x)) == CPP_COMMA)
174 token = pragma_lex (&x);
175 if (token == CPP_NAME && id == 0)
179 else if (token == CPP_NUMBER && action == push && align == -1)
191 if (token !
417 enum cpp_ttype token; local
719 enum cpp_ttype token; local
763 enum cpp_ttype token = pragma_lex (&x, &loc); local
861 enum cpp_ttype token; local
929 enum cpp_ttype token; local
1016 enum cpp_ttype token; local
1045 enum cpp_ttype token; local
1093 enum cpp_ttype token; local
1129 enum cpp_ttype token; local
[all...]

Completed in 403 milliseconds

1234567891011>>