OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pragma
(Results
101 - 125
of
7917
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/slang/tests/P_alloc_in_struct/
alloc_in_struct.rs
0
#
pragma
version(1)
2
#
pragma
rs java_package_name(foo)
/frameworks/compile/slang/tests/P_dummy_root/
dummy_root.rs
0
#
pragma
version(1)
2
#
pragma
rs java_package_name(foo)
/frameworks/compile/slang/tests/P_ignore_warnings/
ignore_warnings.rs
2
#
pragma
version(1)
3
#
pragma
rs java_package_name(foo)
/frameworks/compile/slang/tests/P_long64/
long64.rs
0
#
pragma
version(1)
2
#
pragma
rs java_package_name(foo)
/frameworks/compile/slang/tests/P_odr_array/
inc.rsh
0
#
pragma
version(1)
2
#
pragma
rs java_package_name(foo)
/frameworks/compile/slang/tests/P_root_graphics/
root_graphics.rs
0
#
pragma
version(1)
2
#
pragma
rs java_package_name(foo)
/frameworks/compile/slang/tests/P_unknown_function/
unknown_function.rs
0
#
pragma
version(1)
2
#
pragma
rs java_package_name(foo)
/frameworks/compile/slang/tests/P_use_RS_VERSION/
use_RS_VERSION.rs
0
#
pragma
version(1)
2
#
pragma
rs java_package_name(foo)
/external/stlport/stlport/stl/config/
_epilog.h
3
#
pragma
warning (pop)
4
#
pragma
pack (pop)
8
#
pragma
option pop
9
#
pragma
option -w-pow // -w-8062 Previous options and warnings not restored
13
#
pragma
reset woff 1174
14
#
pragma
reset woff 1375
15
#
pragma
reset woff 1209
17
#
pragma
reset woff 1183
22
#
pragma
__environment __restore
27
#
pragma
info(restore
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
3
#
pragma
warning (pop)
4
#
pragma
pack (pop)
8
#
pragma
option pop
9
#
pragma
option -w-pow // -w-8062 Previous options and warnings not restored
13
#
pragma
reset woff 1174
14
#
pragma
reset woff 1375
15
#
pragma
reset woff 1209
17
#
pragma
reset woff 1183
22
#
pragma
__environment __restore
27
#
pragma
info(restore
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
3
#
pragma
warning (pop)
4
#
pragma
pack (pop)
8
#
pragma
option pop
9
#
pragma
option -w-pow // -w-8062 Previous options and warnings not restored
13
#
pragma
reset woff 1174
14
#
pragma
reset woff 1375
15
#
pragma
reset woff 1209
17
#
pragma
reset woff 1183
22
#
pragma
__environment __restore
27
#
pragma
info(restore
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
3
#
pragma
warning (pop)
4
#
pragma
pack (pop)
8
#
pragma
option pop
9
#
pragma
option -w-pow // -w-8062 Previous options and warnings not restored
13
#
pragma
reset woff 1174
14
#
pragma
reset woff 1375
15
#
pragma
reset woff 1209
17
#
pragma
reset woff 1183
22
#
pragma
__environment __restore
27
#
pragma
info(restore
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
3
#
pragma
warning (pop)
4
#
pragma
pack (pop)
8
#
pragma
option pop
9
#
pragma
option -w-pow // -w-8062 Previous options and warnings not restored
13
#
pragma
reset woff 1174
14
#
pragma
reset woff 1375
15
#
pragma
reset woff 1209
17
#
pragma
reset woff 1183
22
#
pragma
__environment __restore
27
#
pragma
info(restore
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h
3
#
pragma
warning (pop)
4
#
pragma
pack (pop)
8
#
pragma
option pop
9
#
pragma
option -w-pow // -w-8062 Previous options and warnings not restored
13
#
pragma
reset woff 1174
14
#
pragma
reset woff 1375
15
#
pragma
reset woff 1209
17
#
pragma
reset woff 1183
22
#
pragma
__environment __restore
27
#
pragma
info(restore
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_epilog.h
3
#
pragma
warning (pop)
4
#
pragma
pack (pop)
8
#
pragma
option pop
9
#
pragma
option -w-pow // -w-8062 Previous options and warnings not restored
13
#
pragma
reset woff 1174
14
#
pragma
reset woff 1375
15
#
pragma
reset woff 1209
17
#
pragma
reset woff 1183
22
#
pragma
__environment __restore
27
#
pragma
info(restore
[
all
...]
/external/clang/test/Sema/
pragma-arc-cf-code-audited.c
3
#
pragma
clang arc_cf_code_audited foo // expected-error {{expected 'begin' or 'end'}}
5
#
pragma
clang arc_cf_code_audited begin foo // expected-warning {{extra tokens at end of #
pragma
directive}}
7
#
pragma
clang arc_cf_code_audited end
8
#
pragma
clang arc_cf_code_audited end // expected-error {{not currently inside '#
pragma
clang arc_cf_code_audited'}}
10
#
pragma
clang arc_cf_code_audited begin // expected-note {{#
pragma
entered here}}
11
#
pragma
clang arc_cf_code_audited begin // expected-error {{already inside '#
pragma
clang arc_cf_code_audited'}} expected-note {{#pragma entered here}
[
all
...]
/external/clang/test/Preprocessor/
pragma_unknown.c
6
#
pragma
foo bar // expected-warning {{unknown
pragma
ignored}}
7
// CHECK: {{^}}#
pragma
foo bar{{$}}
9
#
pragma
STDC FP_CONTRACT ON
10
#
pragma
STDC FP_CONTRACT OFF
11
#
pragma
STDC FP_CONTRACT DEFAULT
12
#
pragma
STDC FP_CONTRACT IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in
pragma
}}
14
#
pragma
STDC FENV_ACCESS ON // expected-warning {{
pragma
STDC FENV_ACCESS ON is not supported, ignoring pragma}
[
all
...]
/external/clang/test/Lexer/
pragma-message2.c
3
#
pragma
message "\\test" // expected-warning {{\test}}
4
// CHECK: #
pragma
message("\134test")
6
#
pragma
message("\\test") // expected-warning {{\test}}
7
// CHECK: #
pragma
message("\134test")
9
#
pragma
GCC warning "\"" "te" "st" "\"" // expected-warning {{"test"}}
10
// CHECK: #
pragma
GCC warning "\042test\042"
12
#
pragma
GCC warning("\"" "te" "st" "\"") // expected-warning {{"test"}}
13
// CHECK: #
pragma
GCC warning "\042test\042"
15
#
pragma
GCC error "" "[ ]" "" // expected-error {{[ ]}}
16
// CHECK: #
pragma
GCC error "[\011]
[
all
...]
/external/clang/test/Parser/
pragma-options.c
3
/* expected-warning {{expected 'align' following '#
pragma
options'}} */ #
pragma
options
4
/* expected-warning {{expected '=' following '#
pragma
options align'}} */ #
pragma
options align
5
/* expected-warning {{expected identifier in '#
pragma
options'}} */ #
pragma
options align =
6
/* expected-warning {{invalid alignment option in '#
pragma
options align'}} */ #
pragma
options align = foo
7
/* expected-warning {{extra tokens at end of '#
pragma
options'}} */ #
pragma
options align = reset fo
[
all
...]
pragma-visibility.c
3
#
pragma
GCC visibility foo // expected-warning{{expected identifier in '#
pragma
visibility' - ignored}}
4
#
pragma
GCC visibility pop foo // expected-warning{{extra tokens at end of '#
pragma
visibility' - ignored}}
5
#
pragma
GCC visibility push // expected-warning{{missing '(' after '#
pragma
visibility'}}
6
#
pragma
GCC visibility push( // expected-warning{{expected identifier in '#
pragma
visibility' - ignored}}
7
#
pragma
GCC visibility push(hidden // expected-warning{{missing ')' after '#
pragma
visibility' - ignoring}
[
all
...]
/external/eigen/Eigen/src/Core/util/
ReenableStupidWarnings.h
6
#
pragma
warning( pop )
8
#
pragma
warning pop
10
#
pragma
clang diagnostic pop
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h
100
#
pragma
redefine_extname memcpy __mfwrap_memcpy
101
#
pragma
redefine_extname memmove __mfwrap_memmove
102
#
pragma
redefine_extname memset __mfwrap_memset
103
#
pragma
redefine_extname memcmp __mfwrap_memcmp
104
#
pragma
redefine_extname memchr __mfwrap_memchr
105
#
pragma
redefine_extname memrchr __mfwrap_memrchr
106
#
pragma
redefine_extname strcpy __mfwrap_strcpy
107
#
pragma
redefine_extname strncpy __mfwrap_strncpy
108
#
pragma
redefine_extname strcat __mfwrap_strcat
109
#
pragma
redefine_extname strncat __mfwrap_strnca
[
all
...]
/external/clang/test/Frontend/Inputs/
rewrite-includes1.h
0
#
pragma
clang system_header
/external/clang/test/Index/Inputs/
pragma_disable_warning.h
0
#
pragma
clang diagnostic ignored "-Wunused-parameter"
/external/clang/test/Modules/Inputs/
diag_pragma.h
3
#
pragma
clang diagnostic ignored "-Wparentheses"
Completed in 547 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>