Searched refs:strct (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | merge-record-definition.m | 14 AnonymousStruct strct; 15 strct.x = 1; 25 AnonymousStruct strct; 26 strct.y = 2;
|
| H A D | merge-record-definition-nonmodular.m | 20 AnonymousStruct strct; 21 strct.x = 1; 35 AnonymousStruct strct; 36 strct.y = 2;
|
| H A D | nested-template-default-arg-redecl.cpp | 15 strct_outer::strct<> *strct; variable
|
| H A D | merge-record-definition-visibility.m | 15 AnonymousStruct strct; 16 strct.y = 1;
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ms-inline-asm.c | 618 C strct; 620 __asm { mov eax, 4[strct.c1] } 622 __asm { mov eax, 4[strct.c3 + 4] } 626 __asm { mov eax, 12[4 + strct.c2.b] } 628 __asm { mov eax, 4[4 + strct.c4.b2.b + 4] } 630 __asm { mov eax, 4[64 + strct.c1 + (2*32)] } 632 __asm { mov eax, 4[64 + strct.c2.a - 2*32] } 634 __asm { mov eax, [strct.c4.b1 + 4] } 638 __asm { mov eax, [4 + strct.c1] } 640 __asm { mov eax, [4 + strct.c2.b + 4] } [all …]
|
| H A D | exprs.c | 192 } strct; typedef 195 (strct)returns_int(); in f18()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | AttrOrTypeFormatGen.cpp | 329 if (auto *strct = dyn_cast<StructDirective>(el)) in genElementParser() local 330 return genStructParser(strct, ctx, os); in genElementParser() 654 auto *strct = cast<StructDirective>(first); in genOptionalGroupParser() local 655 genStructParser(strct, ctx, os); in genOptionalGroupParser() 695 if (auto *strct = dyn_cast<StructDirective>(el)) in genElementPrinter() local 696 return genStructPrinter(strct, ctx, os); in genElementPrinter() 833 auto *strct = cast<StructDirective>(anchor); in genOptionalGroupPrinter() local 834 guardOnAny(ctx, os, strct->getParams()); in genOptionalGroupPrinter() 972 } else if (auto *strct = dyn_cast<StructDirective>(el)) { in verifyOptionalGroupElements() local 973 if (llvm::any_of(strct->getParams(), paramNotOptional)) { in verifyOptionalGroupElements()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/nested-template-default-arg-redecl/ |
| H A D | strct.h | 5 struct strct;
|