Home
last modified time | relevance | path

Searched +defs:RT +defs:Width (Results 1 – 25 of 126) sorted by relevance

123456

/dports/math/cgal/CGAL-5.3/examples/Polytope_distance_d/
H A Dwidth_simplex.cpp9 typedef CGAL::Gmpz RT; typedef
12 typedef leda_integer RT; typedef
15 typedef CGAL::MP_Float RT; typedef
22 typedef CGAL::Width_3<Width_traits> Width; typedef
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DType.cpp438 if (const auto *RT = getAs<RecordType>()) in isClassType() local
444 if (const auto *RT = getAs<RecordType>()) in isStructureType() local
450 if (const auto *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local
456 if (const auto *RT = getAs<RecordType>()) in isInterfaceType() local
462 if (const auto *RT = getAs<RecordType>()) { in isStructureOrClassType() local
476 if (const auto *RT = getAs<RecordType>()) in isUnionType() local
512 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType() local
2250 if (const auto *RT = in isNonTrivialToPrimitiveDefaultInitialize() local
2266 if (const auto *RT = in isNonTrivialToPrimitiveCopy() local
3995 if (const auto *RT = in isDestructedTypeImpl() local
[all …]
H A DRecordLayoutBuilder.cpp207 const RecordType *RT = in ComputeEmptySubobjectSizes() local
443 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
540 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1747 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2411 if (auto RT = in getAdjustedElementInfo() local
2671 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3211 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3310 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3321 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1912 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2011 } else if (const RecordType *RT = BaseTy->getAs<RecordType>()) { in LayoutField() local
2664 if (auto RT = in getAdjustedElementInfo() local
2938 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3493 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3592 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3603 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1854 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1939 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2591 if (auto RT = in getAdjustedElementInfo() local
2865 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3419 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3518 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3529 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1905 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1990 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2643 if (auto RT = in getAdjustedElementInfo() local
2917 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3471 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3570 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3581 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1865 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1950 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2602 if (auto RT = in getAdjustedElementInfo() local
2876 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3430 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3529 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3540 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1905 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1990 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2643 if (auto RT = in getAdjustedElementInfo() local
2917 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3471 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3570 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3581 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1905 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1990 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2643 if (auto RT = in getAdjustedElementInfo() local
2917 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3471 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3570 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3581 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1865 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1950 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2602 if (auto RT = in getAdjustedElementInfo() local
2876 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3430 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3529 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3540 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1905 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1990 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2643 if (auto RT = in getAdjustedElementInfo() local
2917 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3471 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3570 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3581 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1905 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
1990 } else if (const RecordType *RT = Ty->getAs<RecordType>()) { in LayoutField() local
2643 if (auto RT = in getAdjustedElementInfo() local
2917 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3471 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3570 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3581 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp207 const RecordType *RT = in ComputeEmptySubobjectSizes() local
443 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
547 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1770 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2456 if (auto RT = in getAdjustedElementInfo() local
2716 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3268 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3367 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3378 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1770 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2456 if (auto RT = in getAdjustedElementInfo() local
2730 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3284 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3383 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3394 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DRecordLayoutBuilder.cpp208 const RecordType *RT = in ComputeEmptySubobjectSizes() local
444 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
548 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1770 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2460 if (auto RT = in getAdjustedElementInfo() local
2734 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3288 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3387 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3398 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp207 const RecordType *RT = in ComputeEmptySubobjectSizes() local
443 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
547 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1770 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2456 if (auto RT = in getAdjustedElementInfo() local
2716 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3268 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3367 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3378 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp207 const RecordType *RT = in ComputeEmptySubobjectSizes() local
443 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
547 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1770 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2456 if (auto RT = in getAdjustedElementInfo() local
2716 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3268 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3367 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3378 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp207 const RecordType *RT = in ComputeEmptySubobjectSizes() local
443 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
540 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1747 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2411 if (auto RT = in getAdjustedElementInfo() local
2671 unsigned Width = FD->getBitWidthValue(Context); in layoutBitField() local
3212 unsigned Begin, unsigned Width, in PrintBitFieldOffset()
3311 if (auto RT = Field.getType()->getAs<RecordType>()) { in DumpRecordLayout() local
3322 unsigned Width = Field.getBitWidthValue(C); in DumpRecordLayout() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp153 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
163 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
491 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
509 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
537 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1261 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
1335 const RecordType *RT = Ty->getAs<RecordType>(); in canExpandIndirectArgument() local
1463 const RecordType *RT = Ty->getAs<RecordType>(); in isRecordWithSSEVectorType() local
3512 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
3913 uint64_t Width = Info.Width; in classify() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp153 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
163 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
491 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
509 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
537 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1234 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
1308 const RecordType *RT = Ty->getAs<RecordType>(); in canExpandIndirectArgument() local
1436 const RecordType *RT = Ty->getAs<RecordType>(); in isRecordWithSSEVectorType() local
3485 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
3886 uint64_t Width = Info.Width; in classify() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DTargetInfo.cpp169 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
179 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
550 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
575 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
603 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1392 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
3867 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
4231 uint64_t Width = getContext().getTypeSize(Ty); in EmitMSVAArg() local
4264 uint64_t Width = Info.Width; in classify() local
4433 uint64_t Width = getContext().getTypeSize(Ty); in EmitVAArg() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DTargetInfo.cpp169 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
179 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
520 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
545 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
573 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1361 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
3805 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
4169 uint64_t Width = getContext().getTypeSize(Ty); in EmitMSVAArg() local
4202 uint64_t Width = Info.Width; in classify() local
4371 uint64_t Width = getContext().getTypeSize(Ty); in EmitVAArg() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DTargetInfo.cpp169 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
179 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
520 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
545 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
573 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1361 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
3805 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
4169 uint64_t Width = getContext().getTypeSize(Ty); in EmitMSVAArg() local
4202 uint64_t Width = Info.Width; in classify() local
4371 uint64_t Width = getContext().getTypeSize(Ty); in EmitVAArg() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp169 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
179 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
520 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
545 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
573 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1361 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
3805 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
4169 uint64_t Width = getContext().getTypeSize(Ty); in EmitMSVAArg() local
4202 uint64_t Width = Info.Width; in classify() local
4371 uint64_t Width = getContext().getTypeSize(Ty); in EmitVAArg() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DTargetInfo.cpp169 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
179 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
520 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
545 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
573 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1361 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
3805 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
4169 uint64_t Width = getContext().getTypeSize(Ty); in EmitMSVAArg() local
4202 uint64_t Width = Info.Width; in classify() local
4371 uint64_t Width = getContext().getTypeSize(Ty); in EmitVAArg() local
[all …]

123456