OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_ptr
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
address-space-conversion.cpp
21
typedef B *
B_ptr
;
52
B_ptr
bp, B_ptr_1 bp1, B_ptr_2 bp2) {
59
(void)static_cast<
B_ptr
>(ap);
80
(void)static_cast<
B_ptr
>(ap1); // expected-error{{casts away qualifiers}}
81
(void)static_cast<
B_ptr
>(ap2); // expected-error{{casts away qualifiers}}
103
B_ptr
bp, B_ptr_1 bp1, B_ptr_2 bp2) {
110
(void)dynamic_cast<
B_ptr
>(ap);
123
(void)dynamic_cast<
B_ptr
>(ap1); // expected-error{{casts away qualifiers}}
124
(void)dynamic_cast<
B_ptr
>(ap2); // expected-error{{casts away qualifiers}}
133
B_ptr
bp, B_ptr_1 bp1, B_ptr_2 bp2
[
all
...]
/external/clang/test/CXX/drs/
dr2xx.cpp
475
B*
B_ptr
= &D_object;
480
B_ptr
->~B();
481
B_ptr
->~B_alias();
482
B_ptr
->B_alias::~B();
484
B_ptr
->B_alias::~B_alias();
485
B_ptr
->dr244::~B(); // expected-error {{refers to a member in namespace}}
486
B_ptr
->dr244::~B_alias(); // expected-error {{refers to a member in namespace}}
Completed in 4392 milliseconds