OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:void_ptr_1
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
address-space-conversion.cpp
10
typedef void __attribute__((address_space(1))) *
void_ptr_1
;
typedef
50
void test_static_cast(void_ptr vp,
void_ptr_1
vp1, void_ptr_2 vp2,
65
(void)static_cast<
void_ptr_1
>(ap1);
90
(void)static_cast<
void_ptr_1
>(ap); // expected-error{{is not allowed}}
91
(void)static_cast<
void_ptr_1
>(ap2); // expected-error{{is not allowed}}
131
void test_reinterpret_cast(void_ptr vp,
void_ptr_1
vp1, void_ptr_2 vp2,
157
void test_cstyle_cast(void_ptr vp,
void_ptr_1
vp1, void_ptr_2 vp2,
181
void test_implicit_conversion(void_ptr vp,
void_ptr_1
vp1, void_ptr_2 vp2,
186
void_ptr_1
vp_1A = ap1;
194
void_ptr_1
vp_1B = ap2; // expected-error{{cannot initialize a variable of type}
[
all
...]
Completed in 176 milliseconds