Home
last modified time | relevance | path

Searched refs:AS_ND (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/Sema/
Daddress_space_print_macro.c5 #define AS_ND __attribute__((address_space(2), noderef)) macro
42 void multiple_attrs(AS_ND int *x) { in multiple_attrs()
53 …int AS_ND *y = x; // expected-error{{initializing 'AS_ND int *' with an expression of type 'ATTRS … in override_macro_name()
60 …int AS_ND *y = x; // expected-error{{initializing 'AS_ND int *' with an expression of type 'ATTRS2… in partial_macro_declaration()
66 …int AS_ND *y2 = x2; // expected-error{{initializing 'AS_ND int *' with an expression of type 'ATTR… in partial_macro_declaration()