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

/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp67 VariadicType VarType; member in struct:__anon795::GenericTaintChecker::TaintConfiguration::Propagation
226 VariadicType VarType; member in struct:__anon795::GenericTaintChecker::TaintPropagationRule
232 : VariadicIndex(InvalidArgIndex), VarType(VariadicType::None),
240 VariadicIndex(VarIndex), VarType(Var), PropagationFunc(Func) {}
252 VariadicType::None == VarType;
323 IO.mapOptional("VariadicType", Propagation.VarType,
380 P.VarType, P.VarIndex}));
689 if (!IsTainted && VariadicType::Src == VarType) {
719 if (VariadicType::Dst == VarType) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp859 IntegerType *VarType; local
861 VarType = Type::getInt32Ty(BB->getContext()); // 32bit return value
863 VarType = Type::getInt64Ty(BB->getContext()); // 64bit ptr arith
865 GV = new GlobalVariable(M, VarType, false, GlobalVariable::ExternalLinkage,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2385 QualType VarType; member in class:__anon326::final
2391 : BlockByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {}
2402 CGF.PushDestructorCleanup(VarType, field);
2407 id.AddPointer(VarType.getCanonicalType().getAsOpaquePtr());
2414 QualType VarType; member in class:__anon326::final
2418 : BlockByrefHelpers(alignment), VarType(type) {}
2422 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType),
2423 CGF.MakeAddrLValue(srcField, VarType));
2427 return VarType.isDestructedType();
2432 CGF.pushDestroy(VarType
[all...]
H A DCGOpenMPRuntime.h1213 /// VarType.
1214 /// \param VarType Type of the artificial threadprivate variable.
1217 QualType VarType,
1978 /// VarType.
1979 /// \param VarType Type of the artificial threadprivate variable.
1982 QualType VarType,
H A DCodeGenModule.cpp4197 QualType VarType = D->getType();
4198 if (Context.isAlignmentRequired(VarType))
4201 if (const auto *RT = VarType->getAs<RecordType>()) {
H A DCGOpenMPRuntime.cpp3022 QualType VarType,
3025 llvm::Type *VarLVType = CGF.ConvertTypeForMem(VarType);
3031 return Address(GAddr, CGM.getContext().getTypeAlignInChars(VarType));
3038 CGF.Builder.CreateIntCast(CGF.getTypeSize(VarType), CGM.SizeTy,
3047 CGM.getContext().getTypeAlignInChars(VarType));
11747 CodeGenFunction &CGF, QualType VarType, StringRef Name) {
3021 getAddrOfArtificialThreadPrivate(CodeGenFunction &CGF, QualType VarType, StringRef Name) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6323 QualType VarType = LCDecl->getType().getNonReferenceType();
6324 if (VarType->isIntegerType() || VarType->isPointerType() ||
6498 if (!Diff.isUsable() && VarType->getAsCXXRecordDecl()) {
6539 bool UseVarType = VarType->hasIntegerRepresentation() &&
6540 C.getTypeSize(Type) > C.getTypeSize(VarType);
6543 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type);
6544 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation()
6607 QualType VarType = LCDecl->getType().getNonReferenceType();
6647 if (!VarType
[all...]
H A DSemaStmt.cpp800 QualType VarType = VD->getType(); local
802 if (VD->hasGlobalStorage() && VarType.isConstQualified() &&
803 S.Context.hasSameUnqualifiedType(EnumType, VarType))
H A DSemaDeclCXX.cpp13100 QualType VarType;
13104 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc));
13107 RefBuilder(VarDecl *Var, QualType VarType)
13108 : Var(Var), VarType(VarType) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9963 VarType,
10587 VarType)
10590 VarType)

Completed in 431 milliseconds