| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyVariableDumper.cpp | 44 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 D | CGBlocks.cpp | 2393 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 D | CGOpenMPRuntime.h | 1128 QualType VarType, 1845 QualType VarType,
|
| H A D | CodeGenModule.cpp | 3748 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 D | CGOpenMPRuntime.cpp | 2776 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 D | SemaOpenMP.cpp | 4466 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 D | SemaStmt.cpp | 778 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 D | SemaDeclCXX.cpp | 11397 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 D | ASTReader.cpp | 10137 VarType, in diagnoseOdrViolations() enumerator 10753 VarType) in diagnoseOdrViolations() 10756 VarType) in diagnoseOdrViolations()
|