MCPcopy Create free account
hub / github.com/GaijinEntertainment/DagorEngine / error

Method error

prog/1stPartyLibs/daScript/src/ast/ast_program.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return library.findStructure(name,thisModule.get());
51 }
52
53 void Program::error ( const string & str, const string & extra, const string & fixme, const LineInfo & at, CompilationError cerr ) {
54 errors.emplace_back(str,extra,fixme,at,cerr);
55 failToCompile = true;
56 }
57
58 void Program::stickyError ( const string & str, const string & extra, const string & fixme, const LineInfo & at, CompilationError cerr ) {

Callers 15

das_yyfatalerrorFunction · 0.45
das_yyerrorFunction · 0.45
das_collect_keywordsFunction · 0.45
das2_collect_keywordsFunction · 0.45
das2_yyerrorFunction · 0.45
das_yyerrorFunction · 0.45
das_checkNameFunction · 0.45
ast_makeCaptureEntryFunction · 0.45
das2_yyfatalerrorFunction · 0.45
das2_yyerrorFunction · 0.45
verifyOnlyFastAotMethod · 0.45

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected