| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.cpp | 222 CurrentType = nullptr; in createElement() 250 CurrentType = createType(); in createElement() 251 CurrentType->setIsBase(); in createElement() 253 CurrentType->setIncludeInPrint(); in createElement() 254 return CurrentType; in createElement() 256 CurrentType = createType(); in createElement() 257 CurrentType->setIsConst(); in createElement() 258 CurrentType->setName("const"); in createElement() 259 return CurrentType; in createElement() 261 CurrentType = createTypeEnumerator(); in createElement() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | GOFFEmitter.cpp | 78 CurrentType = Type; in makeNewRecord() 101 GOFF::RecordType CurrentType; member in __anonde1c33e50111::GOFFOstream 147 writeRecordPrefix(OS, CurrentType, RemainingSize, in write_impl() 164 writeRecordPrefix(OS, CurrentType, RemainingSize); in write_impl()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 752 if (LogicalVisitor->CurrentType) in visitSymbolBegin() 753 LogicalVisitor->addElement(LogicalVisitor->CurrentType); in visitSymbolBegin() 1646 if (LVType *Type = LogicalVisitor->CurrentType) { in visitKnownRecord() 2685 if (LVType *Type = CurrentType) { in visitKnownMember() 2690 static_cast<LVScope *>(Element)->addElement(CurrentType); in visitKnownMember() 2980 CurrentType = nullptr; in createElement() 2983 CurrentType = Reader->createType(); in createElement() 2984 CurrentType->setIsBase(); in createElement() 2985 CurrentType->setTag(dwarf::DW_TAG_base_type); in createElement() 2987 CurrentType->setIncludeInPrint(); in createElement() [all …]
|
| H A D | LVDWARFReader.cpp | 387 else if (CurrentType) in processOneDie() 388 Parent->addElement(CurrentType); in processOneDie() 485 if (CurrentType && CurrentType->getIsTemplateParam()) in processOneDie()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 290 Token &CurrentToken, Token::Type CurrentType) { in stripTokenBefore() argument 295 if (CurrentType != Token::Type::Partial) in stripTokenBefore() 352 Token::Type CurrentType = CurrentToken.getType(); in tokenize() local 354 bool RequiresCleanUp = requiresCleanUp(CurrentType); in tokenize() 373 stripTokenBefore(Tokens, Idx, CurrentToken, CurrentType); in tokenize()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 2752 QualType CurrentType = E->getTypeSourceInfo()->getType(); in InterpretOffsetOf() local 2758 const RecordType *RT = CurrentType->getAs<RecordType>(); in InterpretOffsetOf() 2769 CurrentType = MemberDecl->getType().getNonReferenceType(); in InterpretOffsetOf() 2776 const ArrayType *AT = S.getASTContext().getAsArrayType(CurrentType); in InterpretOffsetOf() 2779 CurrentType = AT->getElementType(); in InterpretOffsetOf() 2780 CharUnits ElementSize = S.getASTContext().getTypeSizeInChars(CurrentType); in InterpretOffsetOf() 2791 const RecordType *RT = CurrentType->getAs<RecordType>(); in InterpretOffsetOf() 2800 CurrentType = BaseSpec->getType(); in InterpretOffsetOf() 2801 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in InterpretOffsetOf()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 137 LVType *CurrentType = nullptr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 3491 QualType CurrentType = E->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local 3504 CurrentType = in VisitOffsetOfExpr() 3505 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr() 3509 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr() 3518 RecordDecl *RD = CurrentType->castAs<RecordType>()->getDecl(); in VisitOffsetOfExpr() 3538 CurrentType = MemberDecl->getType(); in VisitOffsetOfExpr() 3551 RecordDecl *RD = CurrentType->castAs<RecordType>()->getDecl(); in VisitOffsetOfExpr() 3555 CurrentType = ON.getBase()->getType(); in VisitOffsetOfExpr() 3558 auto *BaseRT = CurrentType->castAs<RecordType>(); in VisitOffsetOfExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 292 LVType *CurrentType = nullptr; 291 LVType *CurrentType = nullptr; global() variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 1447 Type *CurrentType = in insertAssignPtrTypeTargetExt() local 1451 if (CurrentType == AssignedType) in insertAssignPtrTypeTargetExt() 1455 if (CurrentType->isTargetExtTy()) in insertAssignPtrTypeTargetExt() 1456 report_fatal_error("Type mismatch " + CurrentType->getTargetExtName() + in insertAssignPtrTypeTargetExt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 1772 QualType SemaHLSL::ProcessResourceTypeAttributes(QualType CurrentType) { in ProcessResourceTypeAttributes() argument 1774 return CurrentType; in ProcessResourceTypeAttributes() 1776 QualType QT = CurrentType; in ProcessResourceTypeAttributes() 1778 if (CreateHLSLAttributedResourceType(SemaRef, CurrentType, in ProcessResourceTypeAttributes()
|
| H A D | SemaExpr.cpp | 16097 QualType CurrentType = ArgTy; in BuildBuiltinOffsetOf() local 16103 if (!CurrentType->isDependentType()) { in BuildBuiltinOffsetOf() 16104 const ArrayType *AT = Context.getAsArrayType(CurrentType); in BuildBuiltinOffsetOf() 16107 << CurrentType); in BuildBuiltinOffsetOf() 16108 CurrentType = AT->getElementType(); in BuildBuiltinOffsetOf() 16110 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf() 16132 if (CurrentType->isDependentType()) { in BuildBuiltinOffsetOf() 16136 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf() 16141 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf() 16146 const RecordType *RC = CurrentType->getAs<RecordType>(); in BuildBuiltinOffsetOf() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 15010 QualType CurrentType = OOE->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local 15019 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr() 15022 CurrentType = AT->getElementType(); in VisitOffsetOfExpr() 15023 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() 15030 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() 15039 CurrentType = MemberDecl->getType().getNonReferenceType(); in VisitOffsetOfExpr() 15052 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() 15060 CurrentType = BaseSpec->getType(); in VisitOffsetOfExpr() 15061 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 606 Type *CurrentType = IV->getType(); in getElementIndex() local 608 if (const auto *ST = dyn_cast<StructType>(CurrentType)) { in getElementIndex() 610 CurrentType = ST->getElementType(I); in getElementIndex() 611 } else if (const auto *AT = dyn_cast<ArrayType>(CurrentType)) { in getElementIndex() 613 CurrentType = AT->getElementType(); in getElementIndex() 23467 Type *CurrentType = IV->getType(); in getAggregateSize() local 23469 if (auto *ST = dyn_cast<StructType>(CurrentType)) { in getAggregateSize() 23474 CurrentType = ST->getElementType(0); in getAggregateSize() 23475 } else if (auto *AT = dyn_cast<ArrayType>(CurrentType)) { in getAggregateSize() 23477 CurrentType = AT->getElementType(); in getAggregateSize() [all …]
|