OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_1_ptr
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaTemplate/
address-spaces.cpp
15
typedef int __attribute__((address_space(1))) *
int_1_ptr
;
typedef
30
int check_remove0[is_same<remove_pointer<
int_1_ptr
>::type, int_1>::value? 1 : -1];
45
int check_ptr_in_as1[is_pointer_in_address_space_1<
int_1_ptr
>::value? 1 : -1];
57
void test_accept_any_pointer(
int_1_ptr
ip1, int_2_ptr ip2) {
Completed in 104 milliseconds