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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp43 auto VarType = Var.getType();
45 uint64_t Length = VarType->getRawSymbol().getLength();
55 dumpSymbolTypeAndName(*VarType, Var.getName());
58 if (isa<PDBSymbolTypeEnum>(*VarType))
62 dumpSymbolTypeAndName(*VarType, Var.getName());
72 dumpSymbolTypeAndName(*VarType, Var.getName());
80 dumpSymbolTypeAndName(*VarType, Var.getName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp112 IntegerType *VarType = Type::getInt32Ty(BB->getContext()); local
116 new GlobalVariable(M, VarType, false, GlobalVariable::ExternalLinkage,
H A DBPFAbstractMemberAccess.cpp865 IntegerType *VarType; local
867 VarType = Type::getInt32Ty(BB->getContext()); // 32bit return value
869 VarType = Type::getInt64Ty(BB->getContext()); // 64bit ptr arith
871 GV = new GlobalVariable(M, VarType, false, GlobalVariable::ExternalLinkage,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp68 VariadicType VarType; member in struct:__anon2231::GenericTaintChecker::TaintConfiguration::Propagation
230 VariadicType VarType; member in struct:__anon2231::GenericTaintChecker::TaintPropagationRule
236 : VariadicIndex(InvalidArgIndex), VarType(VariadicType::None),
244 VariadicIndex(VarIndex), VarType(Var), PropagationFunc(Func) {}
256 VariadicType::None == VarType;
328 IO.mapOptional("VariadicType", Propagation.VarType,
387 P.VarType, P.VarIndex}));
693 if (!IsTainted && VariadicType::Src == VarType) {
724 if (VariadicType::Dst == VarType) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2314 QualType VarType; member in class:__anon1675::final
2320 : BlockByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {}
2331 CGF.PushDestructorCleanup(VarType, field);
2336 id.AddPointer(VarType.getCanonicalType().getAsOpaquePtr());
2343 QualType VarType; member in class:__anon1675::final
2347 : BlockByrefHelpers(alignment), VarType(type) {}
2351 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType),
2352 CGF.MakeAddrLValue(srcField, VarType));
2356 return VarType.isDestructedType();
2361 CGF.pushDestroy(VarType
[all...]
H A DCGOpenMPRuntime.h1254 /// VarType.
1255 /// \param VarType Type of the artificial threadprivate variable.
1258 QualType VarType,
2098 /// VarType.
2099 /// \param VarType Type of the artificial threadprivate variable.
2102 QualType VarType,
H A DCodeGenModule.cpp4256 QualType VarType = D->getType();
4257 if (Context.isAlignmentRequired(VarType))
4260 if (const auto *RT = VarType->getAs<RecordType>()) {
H A DCGOpenMPRuntime.cpp1962 QualType VarType,
1965 llvm::Type *VarLVType = CGF.ConvertTypeForMem(VarType);
1971 return Address(GAddr, CGM.getContext().getTypeAlignInChars(VarType));
1978 CGF.Builder.CreateIntCast(CGF.getTypeSize(VarType), CGM.SizeTy,
1989 CGM.getContext().getTypeAlignInChars(VarType));
11819 CodeGenFunction &CGF, QualType VarType, StringRef Name) {
1961 getAddrOfArtificialThreadPrivate(CodeGenFunction &CGF, QualType VarType, StringRef Name) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7128 QualType VarType = LCDecl->getType().getNonReferenceType();
7129 if (!VarType->isIntegerType() && !VarType->isPointerType() &&
7302 calculateNumIters(SemaRef, S, DefaultLoc, Lower, Upper, Step, VarType,
7310 bool UseVarType = VarType->hasIntegerRepresentation() &&
7311 C.getTypeSize(Type) > C.getTypeSize(VarType);
7314 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type);
7315 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation()
7377 QualType VarType = LCDecl->getType().getNonReferenceType();
7380 calculateNumIters(SemaRef, S, DefaultLoc, Lower, Upper, Step, VarType,
[all...]
H A DSemaStmt.cpp815 QualType VarType = VD->getType(); local
817 if (VD->hasGlobalStorage() && VarType.isConstQualified() &&
818 S.Context.hasSameUnqualifiedType(EnumType, VarType))
H A DSemaDeclCXX.cpp13415 QualType VarType;
13419 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc));
13422 RefBuilder(VarDecl *Var, QualType VarType)
13423 : Var(Var), VarType(VarType) {}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9630 VarType,
9829 FirstVD->getSourceRange(), VarType)
9832 SecondVD->getSourceRange(), VarType)

Completed in 724 milliseconds