Home
last modified time | relevance | path

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

/external/pigweed/pw_log/
Dbasic_log_test.cc62 TEST(BasicLog, ErrorLevel) { in TEST() argument
204 TEST(CustomFormatString, ErrorLevel) { in TEST() argument
/external/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()
/external/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,
/external/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()