Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/CoverageMapping/
H A Dtrycatch.cpp6 class ImportantError { class
17 …throw ImportantError(); // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:25 = #2 (HasCode… in func()
27 …} catch(const ImportantError &e) { // CHECK-NEXT: File 0, [[@LINE]]:36 -> [[@LINE+3]]:8 = #3 (Has… in main()