Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp128 return make_error<RawError>(raw_error_code::no_entry); in getIDForString()
136 return make_error<RawError>(raw_error_code::no_entry); in getIDForString()
DRawError.cpp37 case raw_error_code::no_entry: in message()
DDbiStreamBuilder.cpp115 return make_error<RawError>(raw_error_code::no_entry, in getSourceFileNameIndex()
215 return make_error<RawError>(raw_error_code::no_entry, in generateFileInfoSubstream()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h29 no_entry, enumerator
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtransformer_test.py245 def no_entry(a): function
249 node, _, _ = parser.parse_entity(no_entry)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc2069 const string original = R"(HloModule no_entry: in TEST_F()