Searched refs:first_token (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 468 bool first_token = true; in ForEachMacro() local 473 if (!first_token) { in ForEachMacro() 476 first_token = false; in ForEachMacro()
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | ast.py | 599 first_token = None 608 parameter_type = Type(first_token.start, first_token.end, 611 p = Parameter(first_token.start, end, name, 617 if not first_token: 618 first_token = s 632 first_token = None
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 610 clang::Token &first_token = m_tokens[range.begin_index]; in GetTextForRange() local 612 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | parser.c | 271 cp_token first_token; in cp_lexer_new_main() local 281 cp_parser_initial_pragma (&first_token); in cp_lexer_new_main() 305 *pos = first_token; in cp_lexer_new_main() 13054 cp_token *first_token; in cp_parser_parameter_declaration() local 13059 first_token = cp_lexer_peek_token (parser->lexer); in cp_parser_parameter_declaration() 13137 = cp_token_cache_new (first_token, token); in cp_parser_parameter_declaration() 21637 cp_parser_initial_pragma (cp_token *first_token) in cp_parser_initial_pragma() argument 21646 if (first_token->type == CPP_STRING) in cp_parser_initial_pragma() 21648 name = first_token->u.value; in cp_parser_initial_pragma() 21651 if (first_token->type != CPP_PRAGMA_EOL) in cp_parser_initial_pragma() [all …]
|
| H A D | ChangeLog-2002 | 2774 (first_token): Likewise.
|
| H A D | ChangeLog-2004 | 1969 (struct cp_lexer): Remove first_token, string_tokens,
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | evdns.c | 3534 char *const first_token = strtok_r(start, delims, &strtok_state); in resolv_conf_parse_line() local 3536 if (!first_token) return; in resolv_conf_parse_line() 3538 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) { in resolv_conf_parse_line() 3543 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3549 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3557 } else if (!strcmp(first_token, "options")) { in resolv_conf_parse_line()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | evdns.c | 3533 char *const first_token = strtok_r(start, delims, &strtok_state); in resolv_conf_parse_line() local 3535 if (!first_token) return; in resolv_conf_parse_line() 3537 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) { in resolv_conf_parse_line() 3542 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3548 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3556 } else if (!strcmp(first_token, "options")) { in resolv_conf_parse_line()
|