Searched refs:token (Results 1 - 25 of 185) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040304-1.c6 int token = -1; local
15 token = macarg (pfile, rest_args);
18 while (token == 20);
H A D990801-1.c5 token() function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt18.C19 void foo(Token token) { argument
20 if (token && token != '{') {}
23 if (inside_body && (token = next_token())) {}
/haiku-buildtools/legacy/binutils/binutils/
H A Darparse.y43 %token NEWLINE
44 %token VERBOSE
45 %token <name> FILENAME
46 %token ADDLIB
47 %token LIST
48 %token ADDMOD
49 %token CLEAR
50 %token CREATE
51 %token DELETE
52 %token DIRECTOR
[all...]
/haiku-buildtools/binutils/binutils/
H A Darparse.y43 %token NEWLINE
44 %token VERBOSE
45 %token <name> FILENAME
46 %token ADDLIB
47 %token LIST
48 %token ADDMOD
49 %token CLEAR
50 %token CREATE
51 %token DELETE
52 %token DIRECTOR
[all...]
H A Dmcparse.y53 %token NL
54 %token<ustr> MCIDENT MCFILENAME MCLINE MCCOMMENT
55 %token<tok> MCTOKEN
56 %token MCENDLINE
57 %token MCLANGUAGENAMES MCFACILITYNAMES MCSEVERITYNAMES MCOUTPUTBASE MCMESSAGEIDTYPEDEF
58 %token MCLANGUAGE MCMESSAGEID MCSEVERITY MCFACILITY MCSYMBOLICNAME
59 %token <ival> MCNUMBER
62 %type<ustr> alias_name token lines comments
123 token '=' MCNUMBER alias_name
127 | token '
337 token: MCIDENT { $$ = $1; } label
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-2-O0.c28 enum cpp_token token; /* { dg-bogus "token" "uninitialized variable warning" } */ local
41 token = macarg (pfile, rest_args);
44 token = macarg (pfile, 0);
45 if (token == CPP_EOF || token == CPP_POP)
50 while (token == CPP_COMMA);
H A Duninit-2.c28 enum cpp_token token; /* { dg-bogus "token" "uninitialized variable warning" } */ local
41 token = macarg (pfile, rest_args);
44 token = macarg (pfile, 0);
45 if (token == CPP_EOF || token == CPP_POP)
50 while (token == CPP_COMMA);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr46398.c4 test (int token) argument
10 if (token == 42)
H A Dpr61346.c50 struct slice token; member in struct:ret
59 struct slice token; local
95 token.data = 0;
96 token.len = 0;
97 token.cap = 0;
99 r.token = token;
125 token.data = data.data + (size_t) start;
126 token.len = i - start;
127 token
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980505-2.c6 Uint16 token; local
10 token = values[0];
11 count = token >> 8;
H A Denum-1.c22 } token; typedef in typeref:enum:__anon1792
24 static token tok;
/haiku-buildtools/legacy/gcc/gcc/
H A Dscan-decls.c45 enum cpp_token token = cpp_get_token (pfile); local
46 if (token == CPP_EOF)
48 if (token == CPP_LBRACE)
50 if (token == CPP_RBRACE && --nesting == 0)
90 enum cpp_token token; local
95 token = cpp_get_token (pfile);
101 if (token == CPP_RBRACE)
110 if (token == CPP_LBRACE)
115 if (token == CPP_EOF)
117 if (token
[all...]
H A Dc-pragma.c220 /* Handle one token of a pragma directive. TOKEN is the current token, and
234 handle_pragma_token (string, token)
236 tree token;
313 /* If we have been given a token, but it is not an identifier,
315 if (token)
317 switch (TREE_CODE (token))
323 if (TREE_INT_CST_HIGH (token) != 0)
391 if (token == NULL_TREE)
403 else if (TREE_CODE (token)
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcow-string-inst.cc71 random_device::_M_init(const std::string& token) argument
73 const char *fname = token.c_str();
75 if (token == "default")
94 else if (token != "/dev/urandom" && token != "/dev/random")
105 random_device::_M_init_pretr1(const std::string& token) argument
108 if (token != "mt19937")
110 const char* __nptr = token.c_str();
H A Drandom.cc79 random_device::_M_init(const std::string& token) argument
81 const char *fname = token.c_str();
83 if (token == "default")
102 else if (token != "/dev/urandom" && token != "/dev/random")
113 random_device::_M_init_pretr1(const std::string& token) argument
115 _M_mt.seed(_M_strtoul(token));
/haiku-buildtools/gcc/gcc/
H A Dgengtype-parse.c37 /* Simple one-token lookahead mechanism. */
39 struct token struct
45 static struct token T;
47 /* Retrieve the code of the current token; if there is no current token,
50 token (void) function
60 /* Retrieve the value of the current token (if any) and mark it consumed.
61 The next call to token() will get another token from the lexer. */
71 /* This array is indexed by the token cod
[all...]
/haiku-buildtools/jam/
H A Djamgram.y1 %token _LANGLE_t
2 %token _LANGLE_EQUALS_t
3 %token _EQUALS_t
4 %token _RANGLE_t
5 %token _RANGLE_EQUALS_t
6 %token _BAR_t
7 %token _BARBAR_t
8 %token _SEMIC_t
9 %token _COLON_t
10 %token _BANG_
[all...]
/haiku-buildtools/binutils/gold/
H A Dyyscript.y103 %token <string> STRING
104 %token <string> QUOTED_STRING
105 %token <integer> INTEGER
110 In most cases the keyword is recognized as the token name in upper
113 %token ABSOLUTE
114 %token ADDR
115 %token ALIGN_K /* ALIGN */
116 %token ALIGNOF
117 %token ASSERT_K /* ASSERT */
118 %token AS_NEEDE
[all...]
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...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.cc57 // Return the current token.
69 // Advance to the next token and return it.
84 // Push a token back on the input stream.
87 Parse::unget_token(const Token& token) argument
90 this->unget_token_ = token;
94 // The location of the current token.
107 const Token* token = this->peek_token(); local
110 if (!token->is_identifier())
116 this->gogo_->pack_hidden_name(token->identifier(),
117 token
145 const Token* token = this->peek_token(); local
172 const Token* token = this->peek_token(); local
238 const Token* token = this->peek_token(); local
286 const Token* token = this->peek_token(); local
388 const Token* token = this->advance_token(); local
521 const Token* token = this->peek_token(); local
651 const Token* token = this->peek_token(); local
778 const Token* token = this->advance_token(); local
824 const Token* token = this->peek_token(); local
1135 const Token* token = this->advance_token(); local
1241 const Token* token = this->peek_token(); local
1297 const Token* token = this->peek_token(); local
1322 const Token* token = this->peek_token(); local
1509 const Token* token = this->peek_token(); local
2100 const Token* token = this->advance_token(); local
2166 const Token* token = this->advance_token(); local
2226 const Token* token = this->advance_token(); local
2379 const Token* token = this->peek_token(); local
2673 const Token* token = this->peek_token(); local
3029 const Token* token = this->peek_token(); local
3073 const Token* token = this->advance_token(); local
3181 const Token* token = this->advance_token(); local
3296 const Token* token = this->peek_token(); local
3372 const Token* token = this->peek_token(); local
3437 const Token* token = this->peek_token(); local
3562 const Token* token = this->peek_token(); local
3667 const Token* token = this->peek_token(); local
3786 const Token* token = this->peek_token(); local
3945 const Token* token = this->peek_token(); local
4002 const Token* token = this->peek_token(); local
4314 const Token* token = this->advance_token(); local
4386 const Token* token = this->peek_token(); local
4580 const Token* token = this->peek_token(); local
4756 const Token* token = this->peek_token(); local
4802 const Token* token = this->advance_token(); local
4924 const Token* token = this->peek_token(); local
4956 const Token* token = this->peek_token(); local
5138 const Token* token = this->advance_token(); local
5439 const Token* token = this->advance_token(); local
5496 const Token* token = this->advance_token(); local
5545 const Token* token = this->advance_token(); local
5563 const Token* token = this->peek_token(); local
5608 const Token* token = this->peek_token(); local
5646 const Token* token = this->peek_token(); local
5731 const Token* token = this->peek_token(); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dspew.c37 /* This takes a token stream that hasn't decided much about types and
42 struct token { struct
55 static struct token *nth_token PROTO((int));
56 static void add_token PROTO((struct token *));
62 /* the declaration found for the last IDENTIFIER token read in.
63 yylex must look this up to detect typedefs, which get token type TYPENAME,
97 return (obstack_object_size (&token_obstack) / sizeof (struct token))
101 /* Fetch the token N down the line from the head of the fifo. */
103 static struct token*
110 return ((struct token*)obstack_bas
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dthreadring.c63 int token; local
67 token = data[l];
68 if (token) {
69 data[r] = token - 1;
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pragma.c158 enum cpp_ttype token; local
164 token = pragma_lex (&x);
165 if (token == CPP_CLOSE_PAREN)
170 else if (token == CPP_NUMBER)
179 else if (token == CPP_NAME)
195 while ((token = pragma_lex (&x)) == CPP_COMMA)
197 token = pragma_lex (&x);
198 if (token == CPP_NAME && id == 0)
202 else if (token == CPP_NUMBER && action == push && align == -1)
214 if (token !
684 enum cpp_ttype token; local
727 enum cpp_ttype token; local
776 enum cpp_ttype token; local
844 enum cpp_ttype token; local
931 enum cpp_ttype token; local
960 enum cpp_ttype token; local
1008 enum cpp_ttype token; local
1044 enum cpp_ttype token; local
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dmacro.c37 const cpp_token **first; /* First token in unexpanded argument. */
53 /* This is a macro argument token that got transformed into a string
56 /* This is a token resulting from the expansion of a macro
68 /* The kind of token over which we are supposed to iterate. */
70 /* A pointer to the current token pointed to by the iterator. */
72 /* A pointer to the "full" location of the current token. If
206 /* Allocates and returns a CPP_STRING token, containing TEXT of length
211 cpp_token *token = _cpp_temp_token (pfile); local
214 token->type = CPP_STRING;
215 token
445 cpp_token *token = _cpp_lex_direct (pfile); local
517 const cpp_token *token = arg->first[i]; local
809 const cpp_token *token; local
1020 const cpp_token *token, *padding = NULL; local
1296 set_arg_token(macro_arg *arg, const cpp_token *token, source_location location, size_t index, enum macro_arg_token_kind kind, bool track_macro_exp_p) argument
1848 cpp_token *token = _cpp_temp_token (pfile); local
2064 tokens_buff_put_token_to(const cpp_token **dest, source_location *virt_loc_dest, const cpp_token *token, source_location virt_loc, source_location parm_def_loc, const struct line_map *map, unsigned int macro_token_index) argument
2109 tokens_buff_add_token(_cpp_buff *buffer, source_location *virt_locs, const cpp_token *token, source_location virt_loc, source_location parm_def_loc, const struct line_map *map, unsigned int macro_token_index) argument
2218 const cpp_token *token; local
2356 consume_next_token_from_context(cpp_reader *pfile, const cpp_token ** token, source_location *location) argument
2837 const cpp_token *token = _cpp_lex_token (pfile); local
2946 cpp_token *token, *saved_cur_token; local
2972 cpp_token *token; local
3363 cpp_token *token = &macro->exp.tokens[i]; local
3427 cpp_token *token = &macro->exp.tokens[i]; local
[all...]

Completed in 362 milliseconds

12345678