OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
address-space-references.cpp
4
typedef int __attribute__((address_space(2)))
int_2
;
typedef
7
// expected-note{{candidate function not viable: 1st argument ('
int_2
' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
9
// expected-note{{candidate function not viable: 1st argument ('
int_2
' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
14
static
int_2
i2;
/external/clang/test/SemaTemplate/
address-spaces.cpp
14
typedef int __attribute__((address_space(2)))
int_2
;;
typedef
16
typedef
int_2
*int_2_ptr;
31
int check_remove1[is_same<remove_pointer<int_2_ptr>::type,
int_2
>::value? 1 : -1];
Completed in 121 milliseconds