/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 233 c_parser_tokens_buf (c_parser *parser, unsigned n) in c_parser_tokens_buf() argument 241 c_parser_error (c_parser *parser) in c_parser_error() 249 c_parser_set_error (c_parser *parser, bool err) in c_parser_set_error() 470 c_parser_peek_token (c_parser *parser) in c_parser_peek_token() 484 c_parser_peek_2nd_token (c_parser *parser) in c_parser_peek_2nd_token() 500 c_parser_peek_nth_token (c_parser *parser, unsigned int n) in c_parser_peek_nth_token() 519 c_parser_peek_nth_token_raw (c_parser *parser, unsigned int n) in c_parser_peek_nth_token_raw() 621 c_parser_next_tokens_start_typename (c_parser *parser, enum c_lookahead_kind la) in c_parser_next_tokens_start_typename() 682 c_parser_next_token_is_qualifier (c_parser *parser) in c_parser_next_token_is_qualifier() 785 c_parser_next_token_starts_declspecs (c_parser *parser) in c_parser_next_token_starts_declspecs() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 242 c_parser_tokens_buf (c_parser *parser, unsigned n) in c_parser_tokens_buf() argument 250 c_parser_error (c_parser *parser) in c_parser_error() 258 c_parser_set_error (c_parser *parser, bool err) in c_parser_set_error() 273 c_lex_one_token (c_parser *parser, c_token *token, bool raw = false) in c_lex_one_token() 479 c_parser_peek_token (c_parser *parser) in c_parser_peek_token() 493 c_parser_peek_2nd_token (c_parser *parser) in c_parser_peek_2nd_token() 509 c_parser_peek_nth_token (c_parser *parser, unsigned int n) in c_parser_peek_nth_token() 528 c_parser_peek_nth_token_raw (c_parser *parser, unsigned int n) in c_parser_peek_nth_token_raw() 630 c_parser_next_tokens_start_typename (c_parser *parser, enum c_lookahead_kind la) in c_parser_next_tokens_start_typename() 691 c_parser_next_token_is_qualifier (c_parser *parser) in c_parser_next_token_is_qualifier() [all …]
|
/netbsd-src/external/bsd/ntp/dist/libjsmn/ |
H A D | jsmn.c | 10 static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser, in jsmn_alloc_token() 39 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, in jsmn_parse_primitive() 88 static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js, in jsmn_parse_string() 98 char c = js[parser->pos]; in jsmn_parse_string() local 155 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, size_t len, in jsmn_parse() 163 char c; in jsmn_parse() local 309 void jsmn_init(jsmn_parser *parser) { in jsmn_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 190 cp_parser *parser; variable 194 : parser (parser), in parser() argument 390 cp_debug_print_context (FILE *file, cp_parser_context *c) in cp_debug_print_context() 405 cp_parser_context *c; in cp_debug_print_context_stack() local 489 cp_debug_parser_tokens (FILE *file, cp_parser *parser, int window_size) in cp_debug_parser_tokens() 510 cp_debug_parser (FILE *file, cp_parser *parser) in cp_debug_parser() 1361 cp_ensure_no_omp_declare_simd (cp_parser *parser) in cp_ensure_no_omp_declare_simd() 1376 cp_finalize_omp_declare_simd (cp_parser *parser, tree fndecl) in cp_finalize_omp_declare_simd() 1397 cp_ensure_no_oacc_routine (cp_parser *parser) in cp_ensure_no_oacc_routine() 2004 push_unparsed_function_queues (cp_parser *parser) in push_unparsed_function_queues() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 191 cp_parser *parser; member in type_id_in_expr_sentinel 194 type_id_in_expr_sentinel (cp_parser *parser, bool set = true) in type_id_in_expr_sentinel() 391 cp_debug_print_context (FILE *file, cp_parser_context *c) in cp_debug_print_context() 406 cp_parser_context *c; in cp_debug_print_context_stack() local 490 cp_debug_parser_tokens (FILE *file, cp_parser *parser, int window_size) in cp_debug_parser_tokens() 511 cp_debug_parser (FILE *file, cp_parser *parser) in cp_debug_parser() 1440 cp_ensure_no_omp_declare_simd (cp_parser *parser) in cp_ensure_no_omp_declare_simd() 1455 cp_finalize_omp_declare_simd (cp_parser *parser, tree fndecl) in cp_finalize_omp_declare_simd() 1476 cp_finalize_omp_declare_simd (cp_parser *parser, cp_omp_declare_simd_data *data) in cp_finalize_omp_declare_simd() 1494 cp_ensure_no_oacc_routine (cp_parser *parser) in cp_ensure_no_oacc_routine() [all …]
|
/netbsd-src/external/mit/expat/dist/xmlwf/ |
H A D | xmlfile.c | 81 XML_Parser parser; member 88 reportError(XML_Parser parser, const XML_Char *filename) { in reportError() 105 XML_Parser parser = ((PROCESS_ARGS *)args)->parser; in processFile() local 117 isAsciiLetter(XML_Char c) { in isAsciiLetter() 152 externalEntityRefFilemap(XML_Parser parser, const XML_Char *context, in externalEntityRefFilemap() 185 processStream(const XML_Char *filename, XML_Parser parser) { in processStream() 230 externalEntityRefStream(XML_Parser parser, const XML_Char *context, in externalEntityRefStream() 247 XML_ProcessFile(XML_Parser parser, const XML_Char *filename, unsigned flags) { in XML_ProcessFile()
|
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | xmlparse.c | 598 #define poolAppendChar(pool, c) \ argument 710 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) argument 711 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) argument 712 #define FREE(parser, p) (parser->m_mem.free_fcn((p))) argument 899 generate_hash_secret_salt(XML_Parser parser) { in generate_hash_secret_salt() 942 get_hash_secret_salt(XML_Parser parser) { in get_hash_secret_salt() 949 startParsing(XML_Parser parser) { in startParsing() 973 XML_Parser parser; in parserCreate() local 1085 parserInit(XML_Parser parser, const XML_Char *encodingName) { in parserInit() 1170 moveToFreeBindingList(XML_Parser parser, BINDING *bindings) { in moveToFreeBindingList() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/lib/config/ |
H A D | config.c | 51 struct parser { struct 52 const char *fb, *fe; /* file limits */ 54 int t; /* token limits and type */ 55 const char *tb, *te; 80 static void _get_token(struct parser *p, int tok_prev); argument 118 struct cs *c; in create_config_tree() local 145 struct cs *c = (struct cs *) cft; in destroy_config_tree() local 167 struct cs *c; in create_config_tree_from_string() local 208 struct cs *c = (struct cs *) cft; in read_config_fd() local 273 struct cs *c = (struct cs *) cft; in read_config_file() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | fs_path.cc | 668 _Parser parser(s); in _M_append() local 897 _Cmpt c; in operator +=() local 1109 _Parser parser(s, orig_pathlen); in _M_concat() local 1429 _Parser parser(s); in compare() local 1669 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() 1859 const auto& c = _M_cmpts.back(); in _M_find_extension() local 1894 _Parser parser(_M_pathname); in _M_split_cmpts() local 1923 for (const auto& c : buf) in _M_split_cmpts() local 1945 const auto& c = buf[i]; in _M_split_cmpts() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | fs_path.cc | 669 _Parser parser(s); in _M_append() local 898 _Cmpt c; in operator +=() local 1110 _Parser parser(s, orig_pathlen); in _M_concat() local 1430 _Parser parser(s); in compare() local 1670 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() 1860 const auto& c = _M_cmpts.back(); in _M_find_extension() local 1890 _Parser parser(_M_pathname); in _M_split_cmpts() local 1919 for (const auto& c : buf) in _M_split_cmpts() local 1941 const auto& c = buf[i]; in _M_split_cmpts() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
H A D | dnsconf.c | 37 #define IRS_DNSCONF_VALID(c) ISC_MAGIC_VALID(c, IRS_DNSCONF_MAGIC) argument 216 cfg_parser_t *parser = NULL; in irs_dnsconf_load() local
|
/netbsd-src/external/mit/expat/dist/tests/ |
H A D | runtests.c | 132 _xml_failure(XML_Parser parser, const char *file, int line) { in _xml_failure() 144 _XML_Parse_SINGLE_BYTES(XML_Parser parser, const char *s, int len, in _XML_Parse_SINGLE_BYTES() 155 const char c = s[offset]; /* to help out-of-bounds detection */ in _XML_Parse_SINGLE_BYTES() local 164 #define xml_failure(parser) _xml_failure((parser), __FILE__, __LINE__) argument 412 external_entity_optioner(XML_Parser parser, const XML_Char *context, in external_entity_optioner() 1490 external_entity_loader(XML_Parser parser, const XML_Char *context, in external_entity_loader() 1579 external_entity_faulter(XML_Parser parser, const XML_Char *context, in external_entity_faulter() 2851 external_entity_null_loader(XML_Parser parser, const XML_Char *context, in external_entity_null_loader() 3080 external_entity_resetter(XML_Parser parser, const XML_Char *context, in external_entity_resetter() 3154 external_entity_suspender(XML_Parser parser, const XML_Char *context, in external_entity_suspender() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | xml.d | 141 bool isChar(dchar c) @safe @nogc pure nothrow // rule 2 in isChar() 206 bool isSpace(dchar c) @safe @nogc pure nothrow in isSpace() 219 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit() 244 bool isLetter(dchar c) @safe @nogc nothrow pure // rule 84 in isLetter() 258 bool isIdeographic(dchar c) @safe @nogc nothrow pure in isIdeographic() 293 bool isBaseChar(dchar c) @safe @nogc nothrow pure in isBaseChar() 307 bool isCombiningChar(dchar c) @safe @nogc nothrow pure in isCombiningChar() 320 bool isExtender(dchar c) @safe @nogc nothrow pure in isExtender() 445 char c = s[i]; variable 1328 auto c = new Comment("=="); variable [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | xml.d | 138 bool isChar(dchar c) @safe @nogc pure nothrow // rule 2 in isChar() 203 bool isSpace(dchar c) @safe @nogc pure nothrow in isSpace() 216 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit() 241 bool isLetter(dchar c) @safe @nogc nothrow pure // rule 84 in isLetter() 255 bool isIdeographic(dchar c) @safe @nogc nothrow pure in isIdeographic() 290 bool isBaseChar(dchar c) @safe @nogc nothrow pure in isBaseChar() 304 bool isCombiningChar(dchar c) @safe @nogc nothrow pure in isCombiningChar() 317 bool isExtender(dchar c) @safe @nogc nothrow pure in isExtender() 442 char c = s[i]; variable 1319 auto c = new Comment("=="); variable [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/ |
H A D | indxbib.cpp | 126 parser_t parser = do_file; in main() local 259 int c; in main() local 393 int c = getc(fp); in read_common_words_file() local 428 int c; in do_whole_file() local 485 int c = getc(fp); in do_file() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | danetest.c | 29 #define _UC(c) ((unsigned char)(c)) argument 243 ossl_ssize_t (*parser)(const char *, void *); member
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | danetest.c | 29 #define _UC(c) ((unsigned char)(c)) argument 240 ossl_ssize_t (*parser)(const char *, void *); member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/ |
H A D | package.d | 457 auto parser = Parser!(Unqual!(typeof(pattern)), CodeGen)(pattern, flags); in foreach() variable 693 auto c = matchFirst("@abc#", regex(`(\w)(\w)(\w)`)); in length() variable 726 auto c = matchFirst("bad", regex(`(^)(not )?bad($)`)); in length() variable
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-anchor.c | 1198 XML_Parser parser; member 1561 xml_parse_setup(XML_Parser parser, struct xml_data* data, time_t now) in xml_parse_setup() 1605 XML_Parser parser; in xml_parse() local 2302 int c; in main() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | kvx-parse.c | 379 is_delim (char c) in is_delim() 756 struct parser { struct
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
H A D | package.d | 422 auto parser = Parser!(Unqual!(typeof(pattern)), CodeGen)(pattern, flags); in foreach() variable 674 auto c = matchFirst("@abc#", regex(`(\w)(\w)(\w)`)); in foreach() variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 288 fcache *c = &fcache_tab[i]; in lookup_file_in_cache_tab() local 343 fcache *c = &fcache_tab[i]; in evicted_cache_tab_entry() local 448 needs_read (fcache *c) in needs_read() 459 needs_grow (fcache *c) in needs_grow() 467 maybe_grow (fcache *c) in maybe_grow() 481 read_data (fcache *c) in read_data() 504 maybe_read_data (fcache *c) in maybe_read_data() 522 get_next_line (fcache *c, char **line, ssize_t *line_len) in get_next_line() 660 read_line_num (fcache *c, size_t line_num, in read_line_num() 759 fcache *c = lookup_or_add_file_to_cache_tab (file_path); in location_get_source_line() local [all …]
|
H A D | genmatch.c | 895 if (capture *c = dyn_cast<capture *> (o)) variable 970 if (capture *c = dyn_cast <capture *> (op)) in commutate() local 1099 if (capture *c = dyn_cast<capture *> (o)) in lower_opt() local 1137 if (capture *c = dyn_cast<capture *> (o)) in has_opt() local 1217 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() local 1269 if (capture *c = dyn_cast <capture *> (ne->ops[0])) in lower_cond() local 1315 if (capture *c = dyn_cast<capture *> (o)) in contains_id() local 1351 if (capture *c = dyn_cast<capture *> (o)) in replace_id() local 1945 if (capture *c = dyn_cast<capture *> (o)) in insert_operand() local 2099 capture *c; member [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genmatch.cc | 899 if (capture *c = dyn_cast<capture *> (o)) in print_operand() local 974 if (capture *c = dyn_cast <capture *> (op)) in commutate() local 1103 if (capture *c = dyn_cast<capture *> (o)) in lower_opt() local 1141 if (capture *c = dyn_cast<capture *> (o)) in has_opt() local 1221 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() local 1272 if (capture *c = dyn_cast <capture *> (ne->ops[0])) in lower_cond() local 1319 if (capture *c = dyn_cast<capture *> (o)) in contains_id() local 1355 if (capture *c = dyn_cast<capture *> (o)) in replace_id() local 1953 if (capture *c = dyn_cast<capture *> (o)) in insert_operand() local 2107 capture *c; member [all …]
|
H A D | input.cc | 339 file_cache_slot *c = &m_file_slots[i]; in lookup_file() local 411 file_cache_slot *c = &m_file_slots[i]; in evicted_cache_tab_entry() local 904 file_cache_slot *c = global_dc->m_file_cache->lookup_or_add_file (file_path); in location_get_source_line() local 924 file_cache_slot *c = global_dc->m_file_cache->lookup_or_add_file (file_path); in location_missing_trailing_newline() local 2194 cpp_reader *parser = cpp_create_reader (CLK_GNUC89, NULL, line_table); in test_lexer() local 3731 line_table_case c (default_range_bits, boundary_locations[loc_idx]); in for_each_line_table_case() local
|