Searched defs:__tag1 (Results 1 – 13 of 13) sorted by relevance
3 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro4 typedef struct { int a; } __s __tag1; typedef5 typedef unsigned * __u __tag1; typedef
5 #define __tag1 [[clang::btf_type_tag("tag1")]] macro10 #define __tag1 __attribute__((btf_type_tag("tag1"))) macro
5 #define __tag1 [[clang::btf_type_tag("tag1")]] macro14 #define __tag1 __attribute__((btf_type_tag("tag1"))) macro
4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
3 #define __tag1 __attribute__((btf_type_tag("tag1"))) macro
3 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro13 int a __tag1; member18 int a __tag1; member21 int g1 __tag1; variable28 } __tag1; // expected-error {{'btf_decl_tag' attribute only applies to variables, functions, struct… variable40 int __tag1 foo(struct t1 *arg __tag1, struct t2 *arg2) { in foo()