| /external/clang/test/OpenMP/ |
| taskgroup_messages.cpp | 6 #pragma omp taskgroup 8 #pragma omp taskgroup unknown // expected-warning {{extra tokens at the end of '#pragma omp taskgroup' are ignored}} 11 #pragma omp taskgroup 13 #pragma omp taskgroup 14 #pragma omp taskgroup 17 #pragma omp parallel 18 #pragma omp for 21 #pragma omp taskgroup 25 #pragma omp taskgrou [all...] |
| distribute_parallel_for_proc_bind_messages.cpp | 8 #pragma omp target 9 #pragma omp teams 10 #pragma omp distribute parallel for proc_bind // expected-error {{expected '(' after 'proc_bind'}} 13 #pragma omp target 14 #pragma omp teams 15 #pragma omp distribute parallel for proc_bind( // expected-error {{expected 'master', 'close' or 'spread' in OpenMP clause 'proc_bind'}} expected-error {{expected ')'}} expected-note {{to match this '('}} 18 #pragma omp target 19 #pragma omp teams 20 #pragma omp distribute parallel for proc_bind() // expected-error {{expected 'master', 'close' or 'spread' in OpenMP clause 'proc_bind'}} 23 #pragma omp targe [all...] |
| distribute_parallel_for_simd_proc_bind_messages.cpp | 8 #pragma omp target 9 #pragma omp teams 10 #pragma omp distribute parallel for simd proc_bind // expected-error {{expected '(' after 'proc_bind'}} 13 #pragma omp target 14 #pragma omp teams 15 #pragma omp distribute parallel for simd proc_bind( // expected-error {{expected 'master', 'close' or 'spread' in OpenMP clause 'proc_bind'}} expected-error {{expected ')'}} expected-note {{to match this '('}} 18 #pragma omp target 19 #pragma omp teams 20 #pragma omp distribute parallel for simd proc_bind() // expected-error {{expected 'master', 'close' or 'spread' in OpenMP clause 'proc_bind'}} 23 #pragma omp targe [all...] |
| declare_target_ast_print.cpp | 9 #pragma omp declare target 10 // CHECK: #pragma omp declare target 13 #pragma omp end declare target 14 // CHECK: #pragma omp end declare target 17 #pragma omp declare target 18 // CHECK: #pragma omp declare target 21 #pragma omp end declare target 22 // CHECK: #pragma omp end declare target 26 #pragma omp declare target 27 // CHECK: #pragma omp declare targe [all...] |
| distribute_parallel_for_shared_messages.cpp | 39 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}} 43 #pragma omp threadprivate(x) // expected-note 2 {{defined as threadprivate or thread local}} 60 #pragma omp target 61 #pragma omp teams 62 #pragma omp distribute parallel for shared // expected-error {{expected '(' after 'shared'}} 67 #pragma omp target 68 #pragma omp teams 69 #pragma omp distribute parallel for shared ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} 74 #pragma omp target 75 #pragma omp team [all...] |
| distribute_parallel_for_simd_shared_messages.cpp | 39 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}} 43 #pragma omp threadprivate(x) // expected-note 2 {{defined as threadprivate or thread local}} 60 #pragma omp target 61 #pragma omp teams 62 #pragma omp distribute parallel for simd shared // expected-error {{expected '(' after 'shared'}} 67 #pragma omp target 68 #pragma omp teams 69 #pragma omp distribute parallel for simd shared ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} 74 #pragma omp target 75 #pragma omp team [all...] |
| sections_firstprivate_messages.cpp | 61 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}} 69 #pragma omp parallel 70 #pragma omp sections firstprivate // expected-error {{expected '(' after 'firstprivate'}} 74 #pragma omp parallel 75 #pragma omp sections firstprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} 79 #pragma omp parallel 80 #pragma omp sections firstprivate() // expected-error {{expected expression}} 84 #pragma omp parallel 85 #pragma omp sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match this '('}} 89 #pragma omp paralle [all...] |
| single_firstprivate_messages.cpp | 61 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}} 69 #pragma omp parallel 70 #pragma omp single firstprivate // expected-error {{expected '(' after 'firstprivate'}} 72 #pragma omp parallel 73 #pragma omp single firstprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} 75 #pragma omp parallel 76 #pragma omp single firstprivate() // expected-error {{expected expression}} 78 #pragma omp parallel 79 #pragma omp single firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match this '('}} 81 #pragma omp paralle [all...] |
| parallel_messages.cpp | 6 #pragma omp parallel // expected-error {{unexpected OpenMP directive '#pragma omp parallel'}} 12 #pragma omp parallel 14 #pragma omp parallel { // expected-warning {{extra tokens at the end of '#pragma omp parallel' are ignored}} 16 #pragma omp parallel ( // expected-warning {{extra tokens at the end of '#pragma omp parallel' are ignored}} 18 #pragma omp parallel [ // expected-warning {{extra tokens at the end of '#pragma omp parallel' are ignored}} 20 #pragma omp parallel ] // expected-warning {{extra tokens at the end of '#pragma omp parallel' are ignored (…) [all...] |
| flush_messages.cpp | 9 #pragma omp flush 11 #pragma omp flush untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragma omp flush'}} 12 #pragma omp flush unknown // expected-warning {{extra tokens at the end of '#pragma omp flush' are ignored}} 14 #pragma omp flush // expected-error {{'#pragma omp flush' cannot be an immediate substatement}} 16 #pragma omp flush 19 #pragma omp flush // expected-error {{'#pragma omp flush' cannot be an immediate substatement} [all...] |
| option_warn.c | 4 #pragma omp threadprivate(a,b) // expected-warning {{unexpected '#pragma omp ...' in program}} 5 #pragma omp parallel
|
| teams_shared_messages.cpp | 45 #pragma omp threadprivate(h) // expected-note {{defined as threadprivate or thread local}} 49 #pragma omp threadprivate(x) // expected-note {{defined as threadprivate or thread local}} 62 #pragma omp target 63 #pragma omp teams shared // expected-error {{expected '(' after 'shared'}} 65 #pragma omp target 66 #pragma omp teams shared ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} 68 #pragma omp target 69 #pragma omp teams shared () // expected-error {{expected expression}} 71 #pragma omp target 72 #pragma omp teams shared (argc // expected-error {{expected ')'}} expected-note {{to match this '('} [all...] |
| parallel_sections_messages.cpp | 6 #pragma omp parallel sections // expected-error {{unexpected OpenMP directive '#pragma omp parallel sections'}} 9 #pragma omp parallel sections {// expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} 13 #pragma omp parallel sections( // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} 17 #pragma omp parallel sections[ // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} 21 #pragma omp parallel sections] // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored} [all...] |
| cancellation_point_messages.cpp | 4 #pragma omp cancellation // expected-error {{expected an OpenMP directive}} 5 #pragma omp cancellation point // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}} 7 #pragma omp cancellation point parallel untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragma omp cancellation point'}} 8 #pragma omp cancellation point unknown // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}} 9 #pragma omp cancellation point sections( // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' are ignored}} 10 #pragma omp cancellation point for, ) // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' are ignored}} 11 #pragma omp cancellation point taskgroup() // expected-warning {{extra tokens at the end of '#pragma o (…) [all...] |
| distribute_firstprivate_messages.cpp | 56 #pragma omp threadprivate(h) // expected-note {{defined as threadprivate or thread local}} 66 #pragma omp distribute firstprivate // expected-error {{expected '(' after 'firstprivate'}} 68 #pragma omp distribute firstprivate ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} 70 #pragma omp distribute firstprivate () // expected-error {{expected expression}} 72 #pragma omp target 73 #pragma omp teams 74 #pragma omp distribute firstprivate (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} 76 #pragma omp target 77 #pragma omp teams 78 #pragma omp distribute firstprivate (argc, // expected-error {{expected expression}} expected-error {{expe (…) [all...] |
| /external/clang/test/Sema/ |
| pragma-section.c | 3 #pragma const_seg(".my_const") // expected-note 2 {{#pragma entered here}} 6 #pragma data_seg(".my_const") // expected-note {{#pragma entered here}} 8 #pragma data_seg() 11 #pragma data_seg("\u") // expected-error {{\u used with no following hex digits}} 12 #pragma data_seg("a" L"b") // expected-warning {{expected non-wide string literal in '#pragma data_seg'}} 14 #pragma section(".my_seg", execute) // expected-note 2 {{#pragma entered her} [all...] |
| /external/clang/test/Preprocessor/ |
| print-pragma-microsoft.c | 4 #pragma comment(linker, "bar=" BAR) 5 // CHECK: #pragma comment(linker, "bar=" "2") 6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__) 7 // CHECK: #pragma comment(user, "Compiled on " "{{[^"]*}}" " at " "{{[^"]*}}") 14 #pragma detect_mismatch(KEY1 KEY2, VAL1 VAL2) 15 // CHECK: #pragma detect_mismatch("KEY1" "KEY2", "VAL1\"" "VAL2") 18 #pragma pack(push, _CRT_PACKING) 19 // CHECK: #pragma pack(push, 8) 20 #pragma pack(pop)
|
| pragma_microsoft.c | 10 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}} 11 // CHECK: #pragma comment(linker,"foo=" 1) 12 #pragma comment(linker," bar=" BAR) 13 // CHECK: #pragma comment(linker," bar=" "2") 15 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ ) 16 // CHECK: {{#pragma comment\( user, \"Compiled on \".*\" at \".*\" \)}} 18 #pragma comment(foo) // expected-error {{unknown kind of pragma comment}} 19 // CHECK: #pragma comment(foo [all...] |
| pragma-captured.c | 3 // Test pragma clang __debug captured, for Captured Statements 7 #pragma clang __debug captured 12 // CHECK: #pragma clang __debug captured
|
| comment_save.c | 14 _Pragma("unknown") // after unknown pragma 15 // CHECK: #pragma unknown 17 // CHECK-NEXT: // after unknown pragma 19 _Pragma("comment(\"abc\")") // after known pragma 20 // CHECK: #pragma comment("abc") 22 // CHECK-NEXT: // after known pragma
|
| /frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/ |
| reflection3264_reduce_mismatch_name_exp.rs | 0 #pragma version(1) 2 #pragma rs java_package_name(foo) 7 #pragma rs reduce(a64) accumulator(accumBad) 9 #pragma rs reduce(a32) accumulator(accumBad) 15 #pragma rs reduce(b) accumulator(accumBad)
|
| /external/clang/test/Parser/ |
| captured-statements.c | 5 #pragma clang __debug captured x // expected-warning {{extra tokens at end of #pragma clang __debug captured directive}} 12 #pragma clang __debug captured
|
| /external/mesa3d/src/compiler/glsl/glcpp/tests/ |
| 141-pragma-and-__LINE__.c | 1 Line 1 /* Test for a bug where #pragma was throwing off the __LINE__ count. */ 3 #pragma Line 3 5 #pragma Line 5
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| allocation_resize.rs | 0 #pragma version(1) 2 #pragma rs java_package_name(android.renderscript.cts)
|
| rs_frac_f32.rs | 0 #pragma version(1) 2 #pragma rs java_package_name(android.renderscript.cts)
|