Searched refs:parse_error (Results 1 – 2 of 2) sorted by relevance
/scripts/ |
D | get_abi.pl | 39 sub parse_error($$$$) { subroutine 92 parse_error($file, $ln, "tag '$tag' is invalid", $_); 98 parse_error($file, $ln, "tag 'Where' is invalid. Should be 'What:' instead", $_); 107 …parse_error($file, $ln, "What '$what' doesn't have a description", "") if ($what && !$data{$what}-… 136 parse_error($file, $ln, "'What:' should come first:", $_); 194 parse_error($file, $ln, "Unexpected line:", $_);
|
D | asn1_compiler.c | 996 goto parse_error; in parse_type() 1006 goto parse_error; in parse_type() 1057 goto parse_error; in parse_type() 1134 parse_error: in parse_type()
|