Home
last modified time | relevance | path

Searched refs:VarType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp44 auto VarType = Var.getType(); in start() local
46 uint64_t Length = VarType->getRawSymbol().getLength(); in start()
56 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
59 if (isa<PDBSymbolTypeEnum>(*VarType)) in start()
63 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
73 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
81 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2393 QualType VarType; member in __anonebe0d4550811::CXXByrefHelpers
2399 : BlockByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {} in CXXByrefHelpers()
2410 CGF.PushDestructorCleanup(VarType, field); in emitDispose()
2415 id.AddPointer(VarType.getCanonicalType().getAsOpaquePtr()); in profileImpl()
2422 QualType VarType; member in __anonebe0d4550811::NonTrivialCStructByrefHelpers
2426 : BlockByrefHelpers(alignment), VarType(type) {} in NonTrivialCStructByrefHelpers()
2430 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType), in emitCopy()
2431 CGF.MakeAddrLValue(srcField, VarType)); in emitCopy()
2435 return VarType.isDestructedType(); in needsDispose()
2440 CGF.pushDestroy(VarType.isDestructedType(), field, VarType); in emitDispose()
[all …]
H A DCGOpenMPRuntime.h1128 QualType VarType,
1845 QualType VarType,
H A DCodeGenModule.cpp3748 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
3749 if (Context.isAlignmentRequired(VarType)) in isVarDeclStrongDefinition()
3752 if (const auto *RT = VarType->getAs<RecordType>()) { in isVarDeclStrongDefinition()
H A DCGOpenMPRuntime.cpp2776 QualType VarType, in getAddrOfArtificialThreadPrivate() argument
2780 llvm::Type *VarLVType = CGF.ConvertTypeForMem(VarType); in getAddrOfArtificialThreadPrivate()
2787 CGF.Builder.CreateIntCast(CGF.getTypeSize(VarType), CGM.SizeTy, in getAddrOfArtificialThreadPrivate()
9707 CodeGenFunction &CGF, QualType VarType, StringRef Name) { in getAddrOfArtificialThreadPrivate() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4466 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildNumIterations() local
4467 if (VarType->isIntegerType() || VarType->isPointerType() || in buildNumIterations()
4479 if (!Diff.isUsable() && VarType->getAsCXXRecordDecl()) { in buildNumIterations()
4520 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
4521 C.getTypeSize(Type) > C.getTypeSize(VarType); in buildNumIterations()
4646 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildOrderedLoopData() local
4647 if (VarType->isIntegerType() || VarType->isPointerType() || in buildOrderedLoopData()
4659 if (!Diff.isUsable() && VarType->getAsCXXRecordDecl()) { in buildOrderedLoopData()
4806 QualType VarType = LCDecl->getType().getNonReferenceType(); in checkOpenMPIterationSpace() local
4807 if (!VarType->isDependentType() && !VarType->isIntegerType() && in checkOpenMPIterationSpace()
[all …]
H A DSemaStmt.cpp778 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
780 if (VD->hasGlobalStorage() && VarType.isConstQualified() && in ShouldDiagnoseSwitchCaseNotInEnum()
781 S.Context.hasSameUnqualifiedType(EnumType, VarType)) in ShouldDiagnoseSwitchCaseNotInEnum()
H A DSemaDeclCXX.cpp11397 QualType VarType; member in __anon6c2568af2411::RefBuilder
11401 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc).get()); in build()
11404 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder() argument
11405 : Var(Var), VarType(VarType) {} in RefBuilder()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10137 VarType, in diagnoseOdrViolations() enumerator
10753 VarType) in diagnoseOdrViolations()
10756 VarType) in diagnoseOdrViolations()