Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp43 auto VarType = Var.getType(); in start() local
45 uint64_t Length = VarType->getRawSymbol().getLength(); in start()
55 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
58 if (isa<PDBSymbolTypeEnum>(*VarType)) in start()
62 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
72 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
80 dumpSymbolTypeAndName(*VarType, Var.getName()); in start()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp68 VariadicType VarType; member
233 VariadicType VarType; member
239 : VariadicIndex(InvalidArgIndex), VarType(VariadicType::None), in TaintPropagationRule()
247 VariadicIndex(VarIndex), VarType(Var), PropagationFunc(Func) {} in TaintPropagationRule()
259 VariadicType::None == VarType; in isNull()
331 IO.mapOptional("VariadicType", Propagation.VarType, in mapping()
390 P.VarType, P.VarIndex})); in parseConfiguration()
696 if (!IsTainted && VariadicType::Src == VarType) { in process()
727 if (VariadicType::Dst == VarType) { in process()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp102 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() local
106 *M, VarType, false, GlobalVariable::ExternalLinkage, NULL, GVName); in BPFPreserveDITypeImpl()
H A DBPFAbstractMemberAccess.cpp998 IntegerType *VarType; in transformGEPChain() local
1000 VarType = Type::getInt32Ty(BB->getContext()); // 32bit return value in transformGEPChain()
1002 VarType = Type::getInt64Ty(BB->getContext()); // 64bit ptr or enum value in transformGEPChain()
1004 GV = new GlobalVariable(*M, VarType, false, GlobalVariable::ExternalLinkage, in transformGEPChain()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2299 QualType VarType; member in __anone045345a0911::CXXByrefHelpers
2305 : BlockByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {} in CXXByrefHelpers()
2316 CGF.PushDestructorCleanup(VarType, field); in emitDispose()
2321 id.AddPointer(VarType.getCanonicalType().getAsOpaquePtr()); in profileImpl()
2328 QualType VarType; member in __anone045345a0911::NonTrivialCStructByrefHelpers
2332 : BlockByrefHelpers(alignment), VarType(type) {} in NonTrivialCStructByrefHelpers()
2336 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType), in emitCopy()
2337 CGF.MakeAddrLValue(srcField, VarType)); in emitCopy()
2341 return VarType.isDestructedType(); in needsDispose()
2346 CGF.pushDestroy(VarType.isDestructedType(), field, VarType); in emitDispose()
[all …]
H A DCGOpenMPRuntime.h1318 QualType VarType,
2194 QualType VarType,
H A DCodeGenModule.cpp4584 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
4585 if (Context.isAlignmentRequired(VarType)) in isVarDeclStrongDefinition()
4588 if (const auto *RT = VarType->getAs<RecordType>()) { in isVarDeclStrongDefinition()
H A DCGOpenMPRuntime.cpp2006 QualType VarType, in getAddrOfArtificialThreadPrivate() argument
2009 llvm::Type *VarLVType = CGF.ConvertTypeForMem(VarType); in getAddrOfArtificialThreadPrivate()
2015 return Address(GAddr, CGM.getContext().getTypeAlignInChars(VarType)); in getAddrOfArtificialThreadPrivate()
2022 CGF.Builder.CreateIntCast(CGF.getTypeSize(VarType), CGM.SizeTy, in getAddrOfArtificialThreadPrivate()
2033 CGM.getContext().getTypeAlignInChars(VarType)); in getAddrOfArtificialThreadPrivate()
12898 CodeGenFunction &CGF, QualType VarType, StringRef Name) { in getAddrOfArtificialThreadPrivate() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8021 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildNumIterations() local
8022 if (!VarType->isIntegerType() && !VarType->isPointerType() && in buildNumIterations()
8197 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
8264 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildMinMaxValues() local
8291 if (VarType->isAnyPointerType() && in buildMinMaxValues()
8445 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildOrderedLoopData() local
8446 if (!VarType->isIntegerType() && !VarType->isPointerType() && in buildOrderedLoopData()
8460 SemaRef, S, DefaultLoc, Lower, Upper, Step, VarType, in buildOrderedLoopData()
8614 if (!VarType->isDependentType() && !VarType->isIntegerType() && in checkOpenMPIterationSpace()
8615 !VarType->isPointerType() && in checkOpenMPIterationSpace()
[all …]
H A DSemaStmt.cpp1130 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
1132 if (VD->hasGlobalStorage() && VarType.isConstQualified() && in ShouldDiagnoseSwitchCaseNotInEnum()
1133 S.Context.hasSameUnqualifiedType(EnumType, VarType)) in ShouldDiagnoseSwitchCaseNotInEnum()
H A DSemaDeclCXX.cpp13717 QualType VarType; member in __anon6089c8b43711::RefBuilder
13721 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc)); in build()
13724 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder() argument
13725 : Var(Var), VarType(VarType) {} in RefBuilder()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9624 VarType, in diagnoseOdrViolations() enumerator
9823 FirstVD->getSourceRange(), VarType) in diagnoseOdrViolations()
9826 SecondVD->getSourceRange(), VarType) in diagnoseOdrViolations()