Searched refs:cleanupOnError (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6549 auto cleanupOnError = [&](std::error_code EC) { local
6557 return cleanupOnError(EC);
6562 return cleanupOnError(EC);
6566 return cleanupOnError(EC);
6660 auto cleanupOnError = [&](std::error_code EC) { local
6666 return cleanupOnError(EC);
6679 auto cleanupOnError = [&](std::error_code EC) { local
6685 return cleanupOnError(EC);

Completed in 3126 milliseconds