Searched refs:first_token (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp499 bool first_token = true; local
504 if (!first_token) {
507 first_token = false;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp609 clang::Token &first_token = m_tokens[range.begin_index]; local
611 clang::SourceLocation start_loc = first_token.getLocation();
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3533 char *const first_token = strtok_r(start, delims, &strtok_state); local
3535 if (!first_token) return;
3537 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) {
3542 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) {
3548 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) {
3556 } else if (!strcmp(first_token, "options")) {
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp594 int first_token = 1; local
619 first_token = 1;
621 else if (first_token && ti->is_accent()) {
625 first_token = 0;
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c272 cp_token first_token;
282 cp_parser_initial_pragma (&first_token);
306 *pos = first_token;
13056 cp_token *first_token;
13060 argument. We add the range [first_token, token). */
13061 first_token = cp_lexer_peek_token (parser->lexer);
13139 = cp_token_cache_new (first_token, token);
21642 cp_parser_initial_pragma (cp_token *first_token)
21646 cp_lexer_get_preprocessor_token (NULL, first_token);
21647 if (first_token
271 cp_token first_token; local
13054 cp_token *first_token; local
21637 cp_parser_initial_pragma(cp_token *first_token) argument
[all...]

Completed in 186 milliseconds