Searched refs:parse_error (Results 1 – 2 of 2) sorted by relevance
/scripts/ |
D | get_abi.pl | 50 sub parse_error($$$$) { subroutine 115 parse_error($file, $ln, "tag '$tag' is invalid", $_); 121 parse_error($file, $ln, "tag 'Where' is invalid. Should be 'What:' instead", ""); 135 …parse_error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{descrip… 179 parse_error($file, $ln, "'What:' should come first:", $_); 236 parse_error($file, $ln, "Unexpected content", $_); 240 …parse_error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{descrip…
|
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()
|