Home
last modified time | relevance | path

Searched refs:ErrorLevel (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-message.h169 int ErrorLevel() const;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp87 bool NaClBitcodeParser::ErrorAt(naclbitc::ErrorLevel Level, in ErrorAt()
DNaClBitstreamReader.cpp31 raw_ostream &llvm::naclbitc::ErrorAt(raw_ostream &Out, ErrorLevel Level, in ErrorAt()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h41 enum ErrorLevel { Warning, Error, Fatal }; enum
46 raw_ostream &ErrorAt(raw_ostream &Out, ErrorLevel Level, uint64_t BitPosition);
DNaClBitcodeParser.h458 virtual bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition,
/third_party/node/deps/v8/src/execution/
Dmessages.cc109 if (api_message_obj->ErrorLevel() != v8::Isolate::kMessageError) { in ReportMessage()
164 int error_level = api_message_obj->ErrorLevel(); in ReportMessageNoExceptions()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp243 bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition,
583 bool TopLevelParser::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit, in ErrorAt()
683 bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit,
767 bool BlockParserBaseClass::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit, in ErrorAt()
/third_party/node/src/
Dnode_errors.cc932 switch (message->ErrorLevel()) { in PerIsolateMessageListener()
/third_party/node/deps/v8/src/d8/
Dd8.cc3191 switch (message->ErrorLevel()) { in PrintMessageCallback()
/third_party/node/deps/v8/src/api/
Dapi.cc3052 int Message::ErrorLevel() const { in ErrorLevel() function in v8::Message