Lines Matching full:exception
5 * -Wopenmp-target-exception no matter what combination of -fexceptions and
10 …p-is-target-device -fcxx-exceptions -fexceptions %s -verify=with -Wopenmp-target-exception -analyze
11 …p-is-target-device -fcxx-exceptions -fexceptions %s -verify=with -Wopenmp-target-exception -analyze
12 …e nvptx64 -fopenmp-is-target-device -fexceptions %s -verify=with -Wopenmp-target-exception -analyze
13 …openmp -triple nvptx64 -fopenmp-is-target-device %s -verify=with -Wopenmp-target-exception -analyze
17 * -Wno-openmp-target-exception no matter the combination of -fexceptions and
21 …arget-device -fcxx-exceptions -fexceptions %s -verify=without -Wno-openmp-target-exception -analyze
22 …-fopenmp-is-target-device -fcxx-exceptions %s -verify=without -Wno-openmp-target-exception -analyze
23 …x64 -fopenmp-is-target-device -fexceptions %s -verify=without -Wno-openmp-target-exception -analyze
24 … -triple nvptx64 -fopenmp-is-target-device %s -verify=without -Wno-openmp-target-exception -analyze
39 …try { // with-warning {{target 'nvptx64' does not support exception handling; 'catch' block is ign… in foo()
40 …throw 404; // with-warning {{target 'nvptx64' does not support exception handling; 'throw' is assu… in foo()