Lines Matching +full:- +full:- +full:user

1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp
4 ! The !omp workshare construct must not contain any user defined
28 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
33 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
35 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
38 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
40 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
42 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
44 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
47 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
52 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
58 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
63 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
68 !ERROR: User defined non-ELEMENTAL function 'my_func' is not allowed in a WORKSHARE construct
69 j = j - my_func()
72 !ERROR: User defined IMPURE, non-ELEMENTAL function 'impure_my_func' is not allowed in a WORKSHARE construct
74 !ERROR: User defined IMPURE function 'impure_ele_my_func' is not allowed in a WORKSHARE construct