Home
last modified time | relevance | path

Searched defs:__tag1 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dattr-btf_tag-typedef.c3 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
4 typedef struct { int a; } __s __tag1; typedef
5 typedef unsigned * __u __tag1; typedef
H A Dattr-btf_type_tag-func.c5 #define __tag1 [[clang::btf_type_tag("tag1")]] macro
10 #define __tag1 __attribute__((btf_type_tag("tag1"))) macro
H A Dattr-btf_type_tag-var.c5 #define __tag1 [[clang::btf_type_tag("tag1")]] macro
14 #define __tag1 __attribute__((btf_type_tag("tag1"))) macro
H A Dattr-btf_tag-dicomposite-2.c4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
H A Dattr-btf_tag-parameter.c4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
H A Dattr-btf_tag-disubprogram-callsite.c4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
H A Dattr-btf_tag-diglobalvariable.c4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
H A Dattr-btf_tag-field.c4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
H A Dattr-btf_type_tag-typedef-field.c3 #define __tag1 __attribute__((btf_type_tag("tag1"))) macro
H A Dattr-btf_tag-disubprogram.c4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
H A Dattr-btf_tag-dicomposite.c4 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
/llvm-project/clang/test/Sema/
H A Dattr-btf_tag.c3 #define __tag1 __attribute__((btf_decl_tag("tag1"))) macro
13 int a __tag1; member
18 int a __tag1; member
21 int g1 __tag1; variable
28 } __tag1; // expected-error {{'btf_decl_tag' attribute only applies to variables, functions, struct… variable
40 int __tag1 foo(struct t1 *arg __tag1, struct t2 *arg2) { in foo()
H A Dattr-btf_type_tag.c3 #define __tag1 __attribute__((btf_type_tag("tag1"))) macro