Searched defs:emitWarning (Results 1 – 5 of 5) sorted by relevance
111 function emitWarning(warning, type, code, ctor) { function167 emitWarning, property
11 process.emitWarning = () => {}; function
31 process.emitWarning = () => { throw new Error('foo'); }; function
714 void LTOCodeGenerator::emitWarning(const std::string &ErrMsg) { in emitWarning() function in LTOCodeGenerator
446 void emitWarning(const Twine &Message) { in emitWarning() function in __anon3591a5110211::IRLinker