| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| observable-selftests.c | 183 const gdb::observers::token token1 {}, token2 {} , token3 {}; 186 test_notification.attach (&test_second_notification_function, token2, "test"); 190 test_notification.detach (token2); 198 test_notification.attach (&test_second_notification_function, token2, "test"); 206 test_notification.detach (token2); 220 test_notification.attach (&test_second_notification_function, token2, "test"); 229 test_notification.detach (token2);
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| observable-selftests.c | 183 const gdb::observers::token token1 {}, token2 {} , token3 {}; 186 test_notification.attach (&test_second_notification_function, token2, "test"); 190 test_notification.detach (token2); 198 test_notification.attach (&test_second_notification_function, token2, "test"); 206 test_notification.detach (token2); 220 test_notification.attach (&test_second_notification_function, token2, "test"); 229 test_notification.detach (token2);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-java.c | 1085 token_ty token2; local 1087 phase5_get (&token2); 1088 if (token2.type == token_type_plus) 1109 free_token (&token2); 1116 phase5_unget (&token2); 1221 token_ty token2; local 1223 x_java_lex (&token2); 1224 if (token2.type == token_type_dot) 1241 free_token (&token2); 1246 x_java_unlex (&token2); [all...] |
| x-csharp.c | 1775 token_ty token2; local 1777 phase6_get (&token2); 1778 if (token2.type == token_type_plus) 1799 free_token (&token2); 1806 phase6_unget (&token2); 1910 token_ty token2; local 1912 x_csharp_lex (&token2); 1913 if (token2.type == token_type_dot) 1930 free_token (&token2); 1935 x_csharp_unlex (&token2); [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| regcomp.c | 3045 re_token_t token2; 3071 token_len2 = peek_token_bracket (&token2, regexp, syntax); 3072 if (BE (token2.type == END_OF_RE, 0)) 3077 if (token2.type == OP_CLOSE_BRACKET) 3091 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2, 3282 re_token_t token2; 3283 (void) peek_token_bracket (&token2, regexp, syntax); 3284 if (token2.type != OP_CLOSE_BRACKET) 3036 re_token_t token2; local 3273 re_token_t token2; local
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 4620 const cpp_token *token2) 4622 enum cpp_ttype a = token1->type, b = token2->type; 4627 if (token2->flags & NAMED_OP) 4631 if (token2->flags & DIGRAPH) 4656 && name_p (pfile, &token2->val.str)) 4675 || (TOKEN_SPELL (token2) == SPELL_LITERAL 4676 && ISIDST (token2->val.str.text[0]))));
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 4300 const cpp_token *token2) 4302 enum cpp_ttype a = token1->type, b = token2->type; 4307 if (token2->flags & NAMED_OP) 4311 if (token2->flags & DIGRAPH) 4336 && name_p (pfile, &token2->val.str)) 4355 || (TOKEN_SPELL (token2) == SPELL_LITERAL 4356 && ISIDST (token2->val.str.text[0]))));
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| parser.cc | 2916 cp_token *token2 = cp_lexer_peek_nth_token (lexer, 2); 2917 if (token2->type != tok1_kind) 14791 cp_token *token2 = (token1->type == CPP_EOF 14866 token2 = t2; 14886 && cp_parser_is_pure_string_literal (token2)) 14894 if (token2->type == CPP_LESS 14898 else if (token2->type == CPP_LESS) 14918 cp_token *next = exporting ? token2 : token1; 14930 && token2->keyword == RID_TEMPLATE 14939 (token2->type == CPP_NAM [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | 1207 const cp_token *token2 = cp_lexer_peek_nth_token (lexer, 2); 1208 if (is_pack_element && token2->type != CPP_LESS) 1210 if (!is_pack_element && token2->type != CPP_OPEN_PAREN) 3120 cp_token *token2 = cp_lexer_peek_nth_token (lexer, 2); 3121 if (token2->type != tok1_kind) 15434 cp_token *token2 = (token1->type == CPP_EOF 15509 token2 = t2; 15529 && cp_parser_is_pure_string_literal (token2)) 15537 if (token2->type == CPP_LESS 15541 else if (token2->type == CPP_LESS 1206 const cp_token *token2 = cp_lexer_peek_nth_token (lexer, 2); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 916 c_token *token2 = c_parser_peek_2nd_token (parser); 917 if (token2->type != tok1_kind) 914 c_token *token2 = c_parser_peek_2nd_token (parser); local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 978 c_token *token2 = c_parser_peek_2nd_token (parser); 979 if (token2->type != tok1_kind) 976 c_token *token2 = c_parser_peek_2nd_token (parser); local
|