Searched defs:parse_error (Results 1 – 3 of 3) sorted by relevance
104 struct parse_error { struct105 size_t pos;106 char msg[PARSE_ERROR_SIZE];516 make_parse_error(struct parse_error **const parse_error, const size_t pos, in make_parse_error()533 free_parse_error(struct parse_error *const parse_error) in free_parse_error()540 struct parse_error **const parse_error) in parse_id_type()603 struct parse_error **const parse_error) in parse_target_clause()863 struct parse_error **const parse_error) in pour_list_into_rule()952 struct parse_error **const parse_error) in parse_single_rule()1102 struct parse_error **const parse_error) in parse_rules()[all …]
1096 text_input_buffer::parse_error(const char *msg) in parse_error() function in dtc::text_input_buffer1107 text_input_buffer::parse_error(const char *msg, in parse_error() function in dtc::text_input_buffer
143 static void parse_error(constant char *fmt, constant char *arg1) in parse_error() function