HomeSort by relevance Sort by last modified time
    Searched full:pragma (Results 376 - 400 of 10171) sorted by null

<<11121314151617181920>>

  /external/clang/test/OpenMP/
target_update_to_messages.cpp 62 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
82 #pragma omp target update to // expected-error {{expected '(' after 'to'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
83 #pragma omp target update to( // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
84 #pragma omp target update to() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
85 #pragma omp target update() // expected-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}
    [all...]
flush_ast_print.cpp 14 #pragma omp flush
15 #pragma omp flush(a)
19 // CHECK-NEXT: #pragma omp flush
20 // CHECK-NEXT: #pragma omp flush (a)
22 // CHECK-NEXT: #pragma omp flush
23 // CHECK-NEXT: #pragma omp flush (a)
25 // CHECK-NEXT: #pragma omp flush
26 // CHECK-NEXT: #pragma omp flush (a)
31 #pragma omp flush
32 #pragma omp flush(a
    [all...]
parallel_sections_firstprivate_messages.cpp 61 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
69 #pragma omp parallel sections firstprivate // expected-error {{expected '(' after 'firstprivate'}}
73 #pragma omp parallel sections firstprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
77 #pragma omp parallel sections firstprivate() // expected-error {{expected expression}}
81 #pragma omp parallel sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
85 #pragma omp parallel sections firstprivate(argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
89 #pragma omp parallel sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
93 #pragma omp parallel sections firstprivate(argc)
97 #pragma omp parallel sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}}
101 #pragma omp parallel sections firstprivate(a, b) // expected-error {{firstprivate variable with incomplete (…)
    [all...]
cancel_if_messages.cpp 14 #pragma omp parallel
16 #pragma omp cancel parallel if // expected-error {{expected '(' after 'if'}}
17 #pragma omp cancel parallel if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp cancel parallel if () // expected-error {{expected expression}}
19 #pragma omp cancel parallel if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
20 #pragma omp cancel parallel if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp cancel' are ignored}}
21 #pragma omp cancel parallel if (argc > 0 ? argv[1] : argv[2])
22 #pragma omp cancel parallel if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp cancel' cannot contain more than one 'if' clause}
    [all...]
distribute_ast_print.cpp 26 #pragma omp target
27 #pragma omp teams
28 #pragma omp distribute private(a) private(this->a) private(T::a)
33 #pragma omp target
34 #pragma omp teams
35 #pragma omp distribute private(a) private(this->a)
42 // CHECK: #pragma omp target
43 // CHECK-NEXT: #pragma omp teams
44 // CHECK-NEXT: #pragma omp distribute private(this->a) private(this->a) private(this->S::a)
45 // CHECK: #pragma omp targe
    [all...]
teams_private_messages.cpp 42 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
46 #pragma omp threadprivate(x) // expected-note {{defined as threadprivate or thread local}}
59 #pragma omp target
60 #pragma omp teams private // expected-error {{expected '(' after 'private'}}
62 #pragma omp target
63 #pragma omp teams private ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
65 #pragma omp target
66 #pragma omp teams private () // expected-error {{expected expression}}
68 #pragma omp target
69 #pragma omp teams private (argc // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
distribute_parallel_for_simd_aligned_messages.cpp 19 #pragma omp target
20 #pragma omp teams
21 #pragma omp distribute parallel for simd aligned(B:bfoo())
24 #pragma omp target
25 #pragma omp teams
26 #pragma omp distribute parallel for simd aligned(B::ib:B:bfoo()) // expected-error {{unexpected ':' in nested name specifier; did you mean '::'}}
29 #pragma omp target
30 #pragma omp teams
31 #pragma omp distribute parallel for simd aligned(B:B::bfoo())
34 #pragma omp targe
    [all...]
distribute_simd_aligned_messages.cpp 19 #pragma omp target
20 #pragma omp teams
21 #pragma omp distribute simd aligned(B:bfoo())
24 #pragma omp target
25 #pragma omp teams
26 #pragma omp distribute simd aligned(B::ib:B:bfoo()) // expected-error {{unexpected ':' in nested name specifier; did you mean '::'}}
29 #pragma omp target
30 #pragma omp teams
31 #pragma omp distribute simd aligned(B:B::bfoo())
34 #pragma omp targe
    [all...]
distribute_parallel_for_collapse_messages.cpp 19 #pragma omp target
20 #pragma omp teams
21 #pragma omp distribute parallel for collapse // expected-error {{expected '(' after 'collapse'}}
23 #pragma omp target
24 #pragma omp teams
25 #pragma omp distribute parallel for collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
27 #pragma omp target
28 #pragma omp teams
29 #pragma omp distribute parallel for collapse () // expected-error {{expected expression}}
31 #pragma omp targe
    [all...]
distribute_parallel_for_simd_collapse_messages.cpp 19 #pragma omp target
20 #pragma omp teams
21 #pragma omp distribute parallel for simd collapse // expected-error {{expected '(' after 'collapse'}}
23 #pragma omp target
24 #pragma omp teams
25 #pragma omp distribute parallel for simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
27 #pragma omp target
28 #pragma omp teams
29 #pragma omp distribute parallel for simd collapse () // expected-error {{expected expression}}
31 #pragma omp targe
    [all...]
distribute_simd_collapse_messages.cpp 19 #pragma omp target
20 #pragma omp teams
21 #pragma omp distribute simd collapse // expected-error {{expected '(' after 'collapse'}}
23 #pragma omp target
24 #pragma omp teams
25 #pragma omp distribute simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
27 #pragma omp target
28 #pragma omp teams
29 #pragma omp distribute simd collapse () // expected-error {{expected expression}}
31 #pragma omp targe
    [all...]
atomic_ast_print.cpp 13 #pragma omp atomic
15 #pragma omp atomic read
17 #pragma omp atomic write
19 #pragma omp atomic update
21 #pragma omp atomic capture
23 #pragma omp atomic capture
28 #pragma omp atomic seq_cst
30 #pragma omp atomic read seq_cst
32 #pragma omp atomic seq_cst write
34 #pragma omp atomic update seq_cs
    [all...]
target_ast_print.cpp 14 #pragma omp target
16 #pragma omp target if (target:argc > 0)
18 #pragma omp target if (C)
20 #pragma omp target map(i)
22 #pragma omp target map(a[0:10], i)
24 #pragma omp target map(to: i) map(from: j)
26 #pragma omp target map(always,alloc: i)
28 #pragma omp target nowait
30 #pragma omp target depend(in : argc, argv[i:argc], a[:])
32 #pragma omp target defaultmap(tofrom: scalar
    [all...]
target_data_ast_print.cpp 15 #pragma omp target data map(to: c)
18 #pragma omp target data map(to: c) if (target data: j > 0)
21 #pragma omp target data map(to: c) if (b)
24 #pragma omp target data map(c)
27 #pragma omp target data map(c) if(b>e)
30 #pragma omp target data map(x[0:10], c)
33 #pragma omp target data map(to: c) map(from: d)
36 #pragma omp target data map(always,alloc: e)
40 #pragma omp target data map(e)
42 #pragma omp target map(always, alloc: e
    [all...]
parallel_for_simd_messages.cpp 6 #pragma omp parallel for simd // expected-error {{unexpected OpenMP directive '#pragma omp parallel for simd'}}
9 #pragma omp parallel for simd { // expected-warning {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}}
12 #pragma omp parallel for simd ( // expected-warning {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}}
15 #pragma omp parallel for simd[ // expected-warning {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}}
18 #pragma omp parallel for simd] // expected-warning {{extra tokens at the end of '#pragma omp parallel for simd' are ignored}
    [all...]
target_parallel_for_messages.cpp 7 #pragma omp threadprivate(pvt)
9 #pragma omp target parallel for // expected-error {{unexpected OpenMP directive '#pragma omp target parallel for'}}
12 #pragma omp target parallel for { // expected-warning {{extra tokens at the end of '#pragma omp target parallel for' are ignored}}
15 #pragma omp target parallel for ( // expected-warning {{extra tokens at the end of '#pragma omp target parallel for' are ignored}}
18 #pragma omp target parallel for[ // expected-warning {{extra tokens at the end of '#pragma omp target parallel for' are ignored}}
21 #pragma omp target parallel for] // expected-warning {{extra tokens at the end of '#pragma omp target para (…)
    [all...]
target_parallel_for_simd_messages.cpp 7 #pragma omp threadprivate(pvt)
9 #pragma omp target parallel for simd // expected-error {{unexpected OpenMP directive '#pragma omp target parallel for simd'}}
12 #pragma omp target parallel for simd { // expected-warning {{extra tokens at the end of '#pragma omp target parallel for simd' are ignored}}
15 #pragma omp target parallel for simd ( // expected-warning {{extra tokens at the end of '#pragma omp target parallel for simd' are ignored}}
18 #pragma omp target parallel for simd[ // expected-warning {{extra tokens at the end of '#pragma omp target parallel for simd' are ignored}}
21 #pragma omp target parallel for simd] // expected-warning {{extra tokens at the end of '#pragma omp target (…)
    [all...]
  /external/clang/test/Preprocessor/
pragma-pushpop-macro.c 1 /* Test pragma pop_macro and push_macro directives from
6 // #pragma pop_macro("macro_name")
9 // #pragma push_macro("macro_name")
18 #pragma push_macro("Y")
19 #pragma push_macro("X")
23 #pragma pop_macro("X")
25 #pragma pop_macro("Y")
30 #pragma push_macro("Y")
36 #pragma push_macro("PREVIOUSLY_UNDEFINED1")
38 #pragma pop_macro("PREVIOUSLY_UNDEFINED1"
    [all...]
  /external/clang/test/Sema/
redefine_extname.c 3 // Check that pragma redefine_extname applies to external declarations only.
4 #pragma redefine_extname foo_static bar_static
5 static int foo_static() { return 1; } // expected-warning {{#pragma redefine_extname is applicable to external C declarations only; not applied to function 'foo_static'}}
  /external/clang/test/SemaCXX/
redefine_extname.cpp 3 // Check that pragma redefine_extname applies to C code only, and shouldn't be
5 #pragma redefine_extname foo_cpp bar_cpp
6 extern int foo_cpp() { return 1; } // expected-warning {{#pragma redefine_extname is applicable to external C declarations only; not applied to function 'foo_cpp'}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddpsch.h 13 #pragma pack(1)
27 #pragma pack()
29 #pragma pack(1)
33 #pragma pack()
35 #pragma pack(1)
41 #pragma pack()
43 #pragma pack(1)
51 #pragma pack()
53 #pragma pack(1)
62 #pragma pack(
    [all...]
  /external/capstone/bindings/vb6/
vbCapstone.cpp 16 #pragma comment(lib, "capstone.lib")
21 #pragma EXPORT
26 #pragma EXPORT
31 #pragma EXPORT
36 #pragma EXPORT
41 #pragma EXPORT
46 #pragma EXPORT
51 #pragma EXPORT
56 #pragma EXPORT
61 #pragma EXPORT
    [all...]
  /external/clang/test/Misc/
ast-print-pragmas.cpp 7 // CHECK: #pragma clang loop interleave_count(8)
8 // CHECK-NEXT: #pragma clang loop vectorize_width(4)
12 #pragma clang loop vectorize_width(4)
13 #pragma clang loop interleave_count(8)
20 // CHECK: #pragma clang loop interleave(disable)
21 // CHECK-NEXT: #pragma clang loop vectorize(enable)
22 // CHECK-NEXT: #pragma clang loop distribute(disable)
24 #pragma clang loop distribute(disable)
25 #pragma clang loop vectorize(enable)
26 #pragma clang loop interleave(disable
    [all...]
  /external/clang/test/CodeGenCXX/
sections.cpp 5 #pragma const_seg(".my_const")
6 #pragma bss_seg(".my_bss")
8 #pragma data_seg(".data")
10 #pragma data_seg(push, label, ".data2")
14 #pragma data_seg(push, ".my_seg")
16 #pragma data_seg(pop, label)
19 #pragma bss_seg(".c")
22 #pragma code_seg(".my_code")
24 #pragma bss_seg()
26 #pragma bss_seg(".bss1"
    [all...]
  /external/clang/test/CodeGen/
pragma-visibility.c 3 #pragma GCC visibility push(hidden)
8 #pragma GCC visibility pop
12 #pragma GCC visibility push(hidden)
16 #pragma GCC visibility pop
18 #pragma GCC visibility push(hidden)

Completed in 640 milliseconds

<<11121314151617181920>>