| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_union_templ.c | 18 __isl_give UNION *FN(UNION,cow)(__isl_take UNION *u); 118 __isl_give UNION *FN(UNION,copy)(__isl_keep UNION *u) in FN() argument 224 __isl_give UNION *FN(FN(UNION,add),BASE)(__isl_take UNION *u, in FN() argument 385 __isl_give UNION *FN(UNION,dup)(__isl_keep UNION *u) in FN() argument 393 __isl_give UNION *FN(UNION,cow)(__isl_take UNION *u) in FN() argument 404 __isl_null UNION *FN(UNION,free)(__isl_take UNION *u) in FN() argument 487 UNION **u = (UNION **)user; in FN() 644 __isl_give UNION *FN(UNION,add)(__isl_take UNION *u1, __isl_take UNION *u2) in FN() argument 656 __isl_give UNION *FN(UNION,sub)(__isl_take UNION *u1, __isl_take UNION *u2) in FN() argument 970 __isl_give UNION *FN(UNION,gist)(__isl_take UNION *u, in FN() argument [all …]
|
| H A D | isl_union_multi.c | 26 S(UNION,group) { in S() argument 37 struct UNION { struct 66 static isl_stat FN(UNION,foreach_group)(__isl_keep UNION *u, in FN() argument 97 isl_size FN(FN(UNION,n),BASE)(__isl_keep UNION *u) in FN() argument 120 static __isl_null S(UNION,group) *FN(UNION,group_free)( in S() argument 140 static __isl_give S(UNION,group) *FN(UNION,group_alloc)( in S() argument 177 static __isl_give S(UNION,group) *FN(UNION,group_cow)( in S() argument 215 isl_stat FN(FN(UNION,foreach),BASE)(__isl_keep UNION *u, in FN() argument 232 S(UNION,group) *group = (S(UNION,group) *) entry; in FN() 287 static __isl_give UNION *FN(UNION,remove_part_entry)(__isl_take UNION *u, in FN() argument [all …]
|
| H A D | isl_union_single.c | 21 struct UNION { struct 33 isl_size FN(FN(UNION,n),BASE)(__isl_keep UNION *u) in FN() argument 38 S(UNION,foreach_data) in S() argument 47 S(UNION,foreach_data) *data = (S(UNION,foreach_data) *)user; in FN() 55 isl_stat FN(FN(UNION,foreach),BASE)(__isl_keep UNION *u, in FN() argument 104 ctx = FN(UNION,get_ctx)(u); in FN() 128 static __isl_give UNION *FN(UNION,remove_part_entry)(__isl_take UNION *u, in FN() argument 134 return FN(UNION,free)(u); in FN() 150 static isl_stat FN(UNION,check_disjoint_domain_other)(__isl_keep UNION *u, in FN() argument 172 static isl_stat FN(UNION,foreach_inplace)(__isl_keep UNION *u, in FN() argument [all …]
|
| H A D | isl_union_eval.c | 16 static __isl_give isl_val *FN(UNION,eval_void)(__isl_take UNION *u, in FN() argument 22 FN(UNION,free)(u); in FN() local 32 S(UNION,eval_data) { in S() argument 46 S(UNION,eval_data) *data = user; in FN() 57 __isl_give isl_val *FN(UNION,eval)(__isl_take UNION *u, in FN() argument 60 S(UNION,eval_data) data = { pnt }; in FN() 68 return FN(UNION,eval_void)(u, pnt); in FN() 72 if (FN(UNION,foreach_on_domain)(u, space, in FN() 73 &FN(UNION,eval_entry), &data) < 0) in FN() 75 FN(UNION,free)(u); in FN() local [all …]
|
| H A D | isl_union_neg.c | 15 static __isl_give PART *FN(UNION,neg_entry)(__isl_take PART *part, void *user) in FN() argument 22 __isl_give UNION *FN(UNION,neg)(__isl_take UNION *u) in FN() argument 24 return FN(UNION,transform_inplace)(u, &FN(UNION,neg_entry), NULL); in FN()
|
| H A D | isl_union_locals_templ.c | 13 static isl_bool FN(UNION,no_locals_el)(__isl_keep PW *pw, void *user) in FN() argument 20 isl_bool FN(UNION,involves_locals)(__isl_keep UNION *u) in FN() argument 24 no_locals = FN(FN(UNION,every),BASE)(u, &FN(UNION,no_locals_el), NULL); in FN()
|
| H A D | isl_union_pw_templ.c | 11 #undef UNION 12 #define UNION CAT(isl_,UNION_BASE) macro 19 __isl_give UNION *FN(FN(UNION,from),BASE)(__isl_take EL *el) in FN() argument 21 return FN(FN(UNION,from),PW_BASE)(FN(FN(PW,from),BASE)(el)); in FN()
|
| H A D | isl_union_macro.h | 5 #undef UNION 6 #define UNION CAT(isl_union_,BASE) macro
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | static-assert.c | 47 #define UNION(T1, T2) union { \ macro 55 typedef UNION(unsigned, struct A) U1; // ext-warning 3 {{'_Static_assert' is a C11 extension}} 56 UNION(char[2], short) u2 = { .one = { 'a', 'b' } }; // ext-warning 3 {{'_Static_assert' is a C11 ex… 57 typedef UNION(char, short) U3; // expected-error {{static assertion failed due to requirement 'size… 59 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} \
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/ |
| H A D | class-layout.test | 6 RUN: lldb-test symbols %T/ClassLayoutTest.cpp.exe | FileCheck --check-prefix=UNION %s 26 UNION: name = "Union", size = 4, decl = ClassLayoutTest.cpp:9 27 UNION-SAME: union Union { 28 UNION: short Row; 29 UNION: unsigned short Col; 30 UNION: int Line : 16; 31 UNION: long Table; 32 UNION:}
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | simple-padding-graphical.test | 7 ; RUN: FileCheck -input-file=%t %s -check-prefix=UNION 25 ; UNION: struct SimplePadUnion [sizeof = 16] { 26 ; UNION-NEXT: data +0x00 [sizeof=4] int X 27 ; UNION-NEXT: data +0x00 [sizeof=8] __int64 Y 28 ; UNION-NEXT: data +0x00 [sizeof=16] SimplePadUnion:: 29 ; UNION-NEXT: data +0x00 [sizeof=4] int X 30 ; UNION-NEXT: <padding> (4 bytes) 31 ; UNION-NEXT: data +0x08 [sizeof=8] __int64 Y 32 ; UNION-NEXT: }
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | arith.ll | 12 ; CHECK: %[[#UNION:]] = or i[[#SBITS]] %[[#ALABEL]], %[[#BLABEL]] 14 ; CHECK: store i[[#SBITS]] %[[#UNION]], ptr @__dfsan_retval_tls, align [[ALIGN]]
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTF.def | 22 HANDLE_BTF_KIND(5, UNION)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | struct.asm | 148 UNION
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/ |
| H A D | cxx.bnf | 557 class-key := UNION
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
| H A D | confusables.txt | 1249 2A03 ; 228D ; MA #* ( ⨃ → ⊍ ) N-ARY UNION OPERATOR WITH DOT → MULTISET MULTIPLICATION # 1251 2A04 ; 228E ; MA #* ( ⨄ → ⊎ ) N-ARY UNION OPERATOR WITH PLUS → MULTISET UNION # 1259 2A06 ; 2294 ; MA #* ( ⨆ → ⊔ ) N-ARY SQUARE UNION OPERATOR → SQUARE CUP # 3585 222A ; 0055 ; MA #* ( ∪ → U ) UNION → LATIN CAPITAL LETTER U # →ᑌ→ 3586 22C3 ; 0055 ; MA #* ( ⋃ → U ) N-ARY UNION → LATIN CAPITAL LETTER U # →∪→→ᑌ→
|