Home
last modified time | relevance | path

Searched defs:__tag2 (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dattr-btf_tag-diglobalvariable.c5 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
10 struct t1 g1 __tag1 __tag2; variable
22 struct t1 g3 __tag2; variable
27 struct t1 g4 __tag1 __tag2; variable
H A Dattr-btf_type_tag-func.c6 #define __tag2 [[clang::btf_type_tag("tag2")]] macro
11 #define __tag2 __attribute__((btf_type_tag("tag2"))) macro
H A Dattr-btf_tag-dicomposite.c5 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
35 } __tag2; variable
46 } __tag1 __tag2; variable
H A Dattr-btf_tag-field.c5 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
8 int a __tag1 __tag2; member
H A Dattr-btf_type_tag-var.c6 #define __tag2 [[clang::btf_type_tag("tag2")]] macro
15 #define __tag2 __attribute__((btf_type_tag("tag2"))) macro
H A Dattr-btf_tag-dicomposite-2.c5 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
H A Dattr-btf_tag-parameter.c5 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
H A Dattr-btf_tag-disubprogram-callsite.c5 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
H A Dattr-btf_type_tag-typedef-field.c4 #define __tag2 __attribute__((btf_type_tag("tag2"))) macro
H A Dattr-btf_tag-disubprogram.c5 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
/llvm-project/clang/test/Sema/
H A Dattr-btf_tag.c4 #define __tag2 __attribute__((btf_decl_tag("tag2"))) macro
44 typedef unsigned * __u1 __tag1 __tag2; typedef
47 } __t2 __tag1 __tag2; typedef
H A Dattr-btf_type_tag.c4 #define __tag2 __attribute__((btf_type_tag("tag2"))) macro