/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CXXDeleteChecker.cpp | 166 QualType SourceType = BaseClassRegion->getValueType(); in checkTypedDeleteExpr() local 172 << SourceType.getAsString(C.getASTContext().getPrintingPolicy()) in checkTypedDeleteExpr() 196 QualType SourceType = CastE->getSubExpr()->getType()->getPointeeType(); in VisitNode() local 199 if (SourceType.isNull() || TargetType.isNull() || SourceType == TargetType) in VisitNode() 214 OS << "Casting from '" << SourceType.getAsString() << "' to '" in VisitNode()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 513 QualType SourceType, in authPointerToPointerCast() argument 516 if (SourceType->isSignableType()) in authPointerToPointerCast() 517 CurAuthInfo = getPointerAuthInfoForType(CGM, SourceType); in authPointerToPointerCast() 528 CurAuthInfo = CGM.getFunctionPointerAuthInfo(SourceType); in authPointerToPointerCast() 530 if (!NewAuthInfo && SourceType->isFunctionPointerType()) in authPointerToPointerCast() 538 QualType SourceType, in authPointerToPointerCast() argument 541 if (SourceType->isSignableType()) in authPointerToPointerCast() 542 CurAuthInfo = getPointerAuthInfoForType(CGM, SourceType); in authPointerToPointerCast() 554 Ptr.setPointerAuthInfo(CGM.getFunctionPointerAuthInfo(SourceType)); in authPointerToPointerCast() 558 if (!NewAuthInfo && SourceType->isFunctionPointerType()) { in authPointerToPointerCast()
|
H A D | CodeGenFunction.h | 4461 QualType SourceType, QualType DestType); 4462 Address authPointerToPointerCast(Address Ptr, QualType SourceType,
|
H A D | CGStmtOpenMP.cpp | 6339 QualType SourceType, QualType ResType, in convertToType() argument 6344 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType() 6346 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp.h | 4779 template <typename SourceType, typename TargetType, 4780 bool isSourceSmaller = (sizeof(SourceType) < sizeof(TargetType)), 4781 bool isSourceEqual = (sizeof(SourceType) == sizeof(TargetType)), 4782 bool isSourceSigned = std::is_signed<SourceType>::value, 4787 template <typename SourceType, typename TargetType> 4788 struct kmp_convert<SourceType, TargetType, true, false, true, true> { 4789 static TargetType to(SourceType src) { return (TargetType)src; } 4792 template <typename SourceType, typename TargetType> 4793 struct kmp_convert<SourceType, TargetType, false, true, true, true> { 4794 static TargetType to(SourceType src) { return src; } [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 359 QualType SourceType; in dump() local 362 SourceType = VD->getType(); in dump() 364 SourceType = E->getType(); in dump() 369 P->toAPValue(ASTCtx).printPretty(OS, ASTCtx, SourceType); in dump() 371 FP->toAPValue(ASTCtx).printPretty(OS, ASTCtx, SourceType); in dump()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 123 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL, in accumulateConstantOffset() argument 126 if (SourceType->isIntegerTy(8) && !ExternalAnalysis) { in accumulateConstantOffset() 155 SourceType, Index.begin()); in accumulateConstantOffset()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 4523 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() argument 4538 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding() 4539 UnqualifiedSourceType = SourceType.getUnqualifiedType(); in ResolveOverloadedFunctionForReferenceBinding() 5821 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local 5822 assert((DestType->isRecordType() || SourceType->isRecordType()) && in TryUserDefinedConversion() 5868 if (const RecordType *SourceRecordType = SourceType->getAs<RecordType>()) { in TryUserDefinedConversion() 5874 if (S.isCompleteType(DeclLoc, SourceType)) { in TryUserDefinedConversion() 6320 QualType SourceType; in InitializeFrom() local 6332 SourceType = Initializer->getType(); in InitializeFrom() 6521 (Context.hasSameUnqualifiedType(SourceType, DestType) || in InitializeFrom() [all …]
|
H A D | SemaChecking.cpp | 10388 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument 10394 << SourceType << T << E->getSourceRange() in DiagnoseImpCast() 10399 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast() 11197 QualType SourceType = E->getEnumCoercedType(Context); in CheckImplicitConversion() local 11198 Source = Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion() 11208 return DiagnoseImpCast(*this, E, SourceType, T, CC, in CheckImplicitConversion()
|
H A D | SemaDeclCXX.cpp | 13037 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local 13038 assert(SourceType && in CheckInheritingConstructorUsingDecl() 13044 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl() 13050 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | RandomIRBuilder.h | 59 enum SourceType { enum
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 766 static ImplicitConversionSequence getNullptrToBool(QualType SourceType, in getNullptrToBool() argument 772 ICS.Standard.setFromType(SourceType); in getNullptrToBool() 775 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Operator.h | 524 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL,
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 346 UINT8 SourceType; member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo1.c | 486 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (SourceType), "SourceType", 0},
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1211 template <class SourceType> 1213 SourceType Origin) { in inferRange()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 22900 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local 22913 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() 22921 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec() 22923 SourceType = InTy; in reduceBuildVecExtToExtBuildVec() 22924 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec() 22926 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() 22939 SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec() 22941 llvm::has_single_bit<uint32_t>(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec() 22954 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec() 22956 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec() [all …]
|