OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pragma
(Results
776 - 800
of
10171
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/clang/test/OpenMP/
cancellation_point_codegen.cpp
11
#
pragma
omp parallel
13
#
pragma
omp cancellation point parallel
14
#
pragma
omp cancel parallel
18
#
pragma
omp sections
21
#
pragma
omp cancellation point sections
22
#
pragma
omp cancel sections
36
#
pragma
omp sections
38
#
pragma
omp cancellation point sections
39
#
pragma
omp section
41
#
pragma
omp cancellation point section
[
all
...]
for_ordered_clause.cpp
19
#
pragma
omp for ordered
22
#
pragma
omp for ordered( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
25
#
pragma
omp for ordered() // expected-error {{expected expression}}
31
#
pragma
omp for ordered(argc
35
#
pragma
omp for ordered(ST // expected-error {{expected ')'}} expected-note {{to match this '('}}
38
#
pragma
omp for ordered(1)) // expected-warning {{extra tokens at the end of '#
pragma
omp for' are ignored}}
41
#
pragma
omp for ordered((ST > 0) ? 1 + ST : 2) // expected-note 2 {{as specified in 'ordered' clause}}
43
argv[0][i] = argv[0][i] - argv[0][i - ST]; // expected-error 2 {{expected 2 for loops after '#
pragma
omp for', but found only 1}}
44
// expected-error@+6 2 {{directive '#
pragma
omp for' cannot contain more than one 'ordered' clause}
[
all
...]
for_simd_safelen_messages.cpp
19
#
pragma
omp for simd safelen // expected-error {{expected '(' after 'safelen'}}
21
#
pragma
omp for simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
23
#
pragma
omp for simd safelen () // expected-error {{expected expression}}
28
#
pragma
omp for simd safelen (argc
31
#
pragma
omp for simd safelen (ST // expected-error {{expected ')'}} expected-note {{to match this '('}}
33
#
pragma
omp for simd safelen (1)) // expected-warning {{extra tokens at the end of '#
pragma
omp for simd' are ignored}}
35
#
pragma
omp for simd safelen ((ST > 0) ? 1 + ST : 2)
37
// expected-error@+6 2 {{directive '#
pragma
omp for simd' cannot contain more than one 'safelen' clause}}
43
#
pragma
omp for simd safelen (foobool(argc)), safelen (true), safelen (-5
[
all
...]
for_simd_simdlen_messages.cpp
19
#
pragma
omp for simd simdlen // expected-error {{expected '(' after 'simdlen'}}
21
#
pragma
omp for simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
23
#
pragma
omp for simd simdlen () // expected-error {{expected expression}}
28
#
pragma
omp for simd simdlen (argc
31
#
pragma
omp for simd simdlen (ST // expected-error {{expected ')'}} expected-note {{to match this '('}}
33
#
pragma
omp for simd simdlen (1)) // expected-warning {{extra tokens at the end of '#
pragma
omp for simd' are ignored}}
35
#
pragma
omp for simd simdlen ((ST > 0) ? 1 + ST : 2)
37
// expected-error@+6 2 {{directive '#
pragma
omp for simd' cannot contain more than one 'simdlen' clause}}
43
#
pragma
omp for simd simdlen (foobool(argc)), simdlen (true), simdlen (-5
[
all
...]
simd_safelen_messages.cpp
19
#
pragma
omp simd safelen // expected-error {{expected '(' after 'safelen'}}
21
#
pragma
omp simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
23
#
pragma
omp simd safelen () // expected-error {{expected expression}}
28
#
pragma
omp simd safelen (argc
31
#
pragma
omp simd safelen (ST // expected-error {{expected ')'}} expected-note {{to match this '('}}
33
#
pragma
omp simd safelen (1)) // expected-warning {{extra tokens at the end of '#
pragma
omp simd' are ignored}}
35
#
pragma
omp simd safelen ((ST > 0) ? 1 + ST : 2)
37
// expected-error@+6 2 {{directive '#
pragma
omp simd' cannot contain more than one 'safelen' clause}}
43
#
pragma
omp simd safelen (foobool(argc)), safelen (true), safelen (-5
[
all
...]
simd_simdlen_messages.cpp
19
#
pragma
omp simd simdlen // expected-error {{expected '(' after 'simdlen'}}
21
#
pragma
omp simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
23
#
pragma
omp simd simdlen () // expected-error {{expected expression}}
28
#
pragma
omp simd simdlen (argc
31
#
pragma
omp simd simdlen (ST // expected-error {{expected ')'}} expected-note {{to match this '('}}
33
#
pragma
omp simd simdlen (1)) // expected-warning {{extra tokens at the end of '#
pragma
omp simd' are ignored}}
35
#
pragma
omp simd simdlen ((ST > 0) ? 1 + ST : 2)
37
// expected-error@+6 2 {{directive '#
pragma
omp simd' cannot contain more than one 'simdlen' clause}}
43
#
pragma
omp simd simdlen (foobool(argc)), simdlen (true), simdlen (-5
[
all
...]
taskloop_simd_safelen_messages.cpp
19
#
pragma
omp taskloop simd safelen // expected-error {{expected '(' after 'safelen'}}
21
#
pragma
omp taskloop simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
23
#
pragma
omp taskloop simd safelen () // expected-error {{expected expression}}
28
#
pragma
omp taskloop simd safelen (argc
31
#
pragma
omp taskloop simd safelen (ST // expected-error {{expected ')'}} expected-note {{to match this '('}}
33
#
pragma
omp taskloop simd safelen (1)) // expected-warning {{extra tokens at the end of '#
pragma
omp taskloop simd' are ignored}}
35
#
pragma
omp taskloop simd safelen ((ST > 0) ? 1 + ST : 2)
37
// expected-error@+6 2 {{directive '#
pragma
omp taskloop simd' cannot contain more than one 'safelen' clause}}
43
#
pragma
omp taskloop simd safelen (foobool(argc)), safelen (true), safelen (-5
[
all
...]
taskloop_simd_simdlen_messages.cpp
19
#
pragma
omp taskloop simd simdlen // expected-error {{expected '(' after 'simdlen'}}
21
#
pragma
omp taskloop simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
23
#
pragma
omp taskloop simd simdlen () // expected-error {{expected expression}}
28
#
pragma
omp taskloop simd simdlen (argc
31
#
pragma
omp taskloop simd simdlen (ST // expected-error {{expected ')'}} expected-note {{to match this '('}}
33
#
pragma
omp taskloop simd simdlen (1)) // expected-warning {{extra tokens at the end of '#
pragma
omp taskloop simd' are ignored}}
35
#
pragma
omp taskloop simd simdlen ((ST > 0) ? 1 + ST : 2)
37
// expected-error@+6 2 {{directive '#
pragma
omp taskloop simd' cannot contain more than one 'simdlen' clause}}
43
#
pragma
omp taskloop simd simdlen (foobool(argc)), simdlen (true), simdlen (-5
[
all
...]
target_parallel_for_defaultmap_messages.cpp
9
#
pragma
omp target parallel for defaultmap // expected-error {{expected '(' after 'defaultmap'}}
11
#
pragma
omp target parallel for defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
13
#
pragma
omp target parallel for defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}}
15
#
pragma
omp target parallel for defaultmap (tofrom // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-warning {{missing ':' after defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}}
17
#
pragma
omp target parallel for defaultmap (tofrom: // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}}
19
#
pragma
omp target parallel for defaultmap (tofrom) // expected-warning {{missing ':' after defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}}
21
#
pragma
omp target parallel for defaultmap (tofrom scalar) // expected-warning {{missing ':' after defaultmap modifier - ignoring}}
23
#
pragma
omp target parallel for defaultmap (tofrom, // expected-error {{expected ')'}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} expected-warning {{missing ':' after defaultmap modifier - ignoring}} expected-note {{to match this '('}}
25
#
pragma
omp target parallel for defaultmap (scalar: // expected-error {{expected ')'}} expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} expected-note {{to match this '('}}
27
#
pragma
omp target parallel for defaultmap (tofrom, scalar // expected-error {{expected ')'}} expected-war (…)
[
all
...]
target_parallel_for_simd_defaultmap_messages.cpp
9
#
pragma
omp target parallel for simd defaultmap // expected-error {{expected '(' after 'defaultmap'}}
11
#
pragma
omp target parallel for simd defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
13
#
pragma
omp target parallel for simd defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}}
15
#
pragma
omp target parallel for simd defaultmap (tofrom // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-warning {{missing ':' after defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}}
17
#
pragma
omp target parallel for simd defaultmap (tofrom: // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}}
19
#
pragma
omp target parallel for simd defaultmap (tofrom) // expected-warning {{missing ':' after defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}}
21
#
pragma
omp target parallel for simd defaultmap (tofrom scalar) // expected-warning {{missing ':' after defaultmap modifier - ignoring}}
23
#
pragma
omp target parallel for simd defaultmap (tofrom, // expected-error {{expected ')'}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} expected-warning {{missing ':' after defaultmap modifier - ignoring}} expected-note {{to match this '('}}
25
#
pragma
omp target parallel for simd defaultmap (scalar: // expected-error {{expected ')'}} expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} expected-note {{to match this '('}}
27
#
pragma
omp target parallel for simd defaultmap (tofrom, scalar // expected-error {{expected ')'}} expecte (…)
[
all
...]
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
reduce_general_examples_explicit.rs
2
#
pragma
version(1)
3
#
pragma
rs java_package_name(examples)
12
#
pragma
rs reduce(addint_init) \
21
#
pragma
rs reduce(addint_comb) \
30
#
pragma
rs reduce(addint_init_comb) \
41
#
pragma
rs reduce(dp_init) \
55
#
pragma
rs reduce(histogram_init) \
/external/protobuf/objectivec/google/protobuf/
Wrappers.pbobjc.h
12
#
pragma
clang diagnostic push
13
#
pragma
clang diagnostic ignored "-Wdeprecated-declarations"
19
#
pragma
mark - GPBWrappersRoot
32
#
pragma
mark - GPBDoubleValue
48
#
pragma
mark - GPBFloatValue
64
#
pragma
mark - GPBInt64Value
80
#
pragma
mark - GPBUInt64Value
96
#
pragma
mark - GPBInt32Value
112
#
pragma
mark - GPBUInt32Value
128
#
pragma
mark - GPBBoolValu
[
all
...]
Empty.pbobjc.h
12
#
pragma
clang diagnostic push
13
#
pragma
clang diagnostic ignored "-Wdeprecated-declarations"
19
#
pragma
mark - GPBEmptyRoot
32
#
pragma
mark - GPBEmpty
51
#
pragma
clang diagnostic pop
SourceContext.pbobjc.h
12
#
pragma
clang diagnostic push
13
#
pragma
clang diagnostic ignored "-Wdeprecated-declarations"
19
#
pragma
mark - GPBSourceContextRoot
32
#
pragma
mark - GPBSourceContext
52
#
pragma
clang diagnostic pop
/frameworks/compile/slang/
slang_rs_pragma_handler.h
22
#include "clang/Lex/
Pragma
.h"
50
// Handle
pragma
like #
pragma
rs [name] ([item #1],[item #2],...,[item #i])
54
// Handle
pragma
like #
pragma
rs [name]
58
// Handle
pragma
like #
pragma
rs [name] ("string literal")
62
// Handle
pragma
like #
pragma
version (integer)
/device/google/cuttlefish_common/guest/hals/audio/
audio_hal.h
16
#
pragma
once
34
#
pragma
GCC diagnostic push
35
#
pragma
GCC diagnostic ignored "-Wparentheses"
37
#
pragma
GCC diagnostic ignored "-Wgnu-designator"
40
#
pragma
GCC diagnostic pop
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_gicv3_legacy.c
17
#
pragma
weak plat_arm_gic_driver_init
18
#
pragma
weak plat_arm_gic_init
19
#
pragma
weak plat_arm_gic_cpuif_enable
20
#
pragma
weak plat_arm_gic_cpuif_disable
21
#
pragma
weak plat_arm_gic_pcpu_init
/device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_bl1_common.c
20
#
pragma
weak bl1_plat_get_next_image_id
21
#
pragma
weak bl1_plat_set_ep_info
22
#
pragma
weak bl1_plat_get_image_desc
23
#
pragma
weak bl1_plat_fwu_done
57
#
pragma
weak bl1_plat_mem_check
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
rockchip_gicv2.c
16
#
pragma
weak plat_rockchip_gic_driver_init
17
#
pragma
weak plat_rockchip_gic_init
18
#
pragma
weak plat_rockchip_gic_cpuif_enable
19
#
pragma
weak plat_rockchip_gic_cpuif_disable
20
#
pragma
weak plat_rockchip_gic_pcpu_init
/external/clang/test/CodeGen/
redefine_extname.c
3
#
pragma
redefine_extname fake real
4
#
pragma
redefine_extname name alias
19
#
pragma
redefine_extname foo bar
27
// Check that
pragma
redefine_extname applies to external declarations only.
28
#
pragma
redefine_extname foo_static bar_static
/external/clang/test/CodeGenCXX/
redefine_extname.cpp
7
#
pragma
redefine_extname statvfs64 statvfs
15
//
pragma
, subsequent function name redefined properly. PR5172, Comment 11.
21
#
pragma
redefine_extname foo bar
31
// Check that #
pragma
redefine_extname applies to C code only, and shouldn't be
33
#
pragma
redefine_extname foo_cpp bar_cpp
/external/clang/test/Modules/Inputs/stress1/
merge00.h
5
// modules which are built in isolation of the current header's
pragma
state
9
//#
pragma
weak pragma_weak01 // expected-warning {{weak identifier 'pragma_weak01' never declared}}
10
//#
pragma
weak pragma_weak04 // expected-warning {{weak identifier 'pragma_waek04' never declared}}
28
#
pragma
weak pragma_weak02
29
#
pragma
weak pragma_weak05
/external/clang/test/Preprocessor/
Weverything_pragma.c
3
// Test that the
pragma
overrides command line option -Weverythings,
14
#
pragma
clang diagnostic warning "-Weverything" // Should not change anyhting.
18
#
pragma
clang diagnostic ignored "-Weverything" // Ignore warnings now.
22
#
pragma
clang diagnostic warning "-Weverything" // Revert back to warnings.
26
#
pragma
clang diagnostic error "-Weverything" // Give errors now.
/external/clang/test/Sema/
pragma-pack-3.c
6
#
pragma
pack(push, 1)
9
#
pragma
pack(push, 4)
18
#
pragma
pack()
21
#
pragma
pack(pop)
29
#
pragma
pack(pop)
/external/libusb/msvc/
config.h
14
#
pragma
warning(disable:4200)
16
#
pragma
warning(disable: 6258)
18
#
pragma
warning(disable: 4996)
22
#
pragma
warning(disable:28719)
24
#
pragma
warning(disable:28125)
Completed in 1282 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>