Home
last modified time | relevance | path

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

/external/clang/test/CoverageMapping/
Dtrycatch.cpp6 class ImportantError { class
20 throw ImportantError(); // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:27 = #2 in func()
30 } catch(const ImportantError &e) { // CHECK-NEXT: File 0, [[@LINE]]:36 -> [[@LINE+2]]:4 = #3 in main()
/external/llvm-project/clang/test/CoverageMapping/
Dtrycatch.cpp6 class ImportantError { class
20 throw ImportantError(); // CHECK: File 0, [[@LINE]]:5 -> [[@LINE]]:27 = #2 in func()
30 } catch(const ImportantError &e) { // CHECK-NEXT: File 0, [[@LINE]]:36 -> [[@LINE+2]]:4 = #3 in main()