MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das_yyerror

Function das_yyerror

src/parser/parser_impl.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 void das_yyerror ( yyscan_t scanner, const string & error, const LineInfo & at, CompilationError cerr ) {
22 yyextra->g_Program->error(error,"","",at,cerr);
23 }
24
25 void das_checkName ( yyscan_t scanner, const string & name, const LineInfo &at ) {
26 if ( name.length()>=2 && name[0]=='_' && name[1]=='_' ) {

Callers 15

varDeclToTypeDeclFunction · 0.70
findAnnotationFunction · 0.70
runFunctionAnnotationsFunction · 0.70
ast_arrayComprehensionFunction · 0.70
ast_structureNameFunction · 0.70
ast_structureAliasFunction · 0.70
ast_structureDeclarationFunction · 0.70
ast_addEmptyEnumFunction · 0.70
ast_enumDeclarationFunction · 0.70
ast_globalLetListFunction · 0.70
ast_globalBitfieldConstFunction · 0.70
ast_globalLetFunction · 0.70

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected