Searched refs:ErrorLevel (Results 1 – 6 of 6) sorted by relevance
/external/pigweed/pw_log/ |
D | basic_log_test.cc | 62 TEST(BasicLog, ErrorLevel) { in TEST() argument 204 TEST(CustomFormatString, ErrorLevel) { in TEST() argument
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeParser.cpp | 87 bool NaClBitcodeParser::ErrorAt(naclbitc::ErrorLevel Level, in ErrorAt()
|
D | NaClBitstreamReader.cpp | 31 raw_ostream &llvm::naclbitc::ErrorAt(raw_ostream &Out, ErrorLevel Level, in ErrorAt()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 41 enum ErrorLevel { Warning, Error, Fatal }; enum 46 raw_ostream &ErrorAt(raw_ostream &Out, ErrorLevel Level, uint64_t BitPosition);
|
D | NaClBitcodeParser.h | 458 virtual bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition,
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 243 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()
|