Searched refs:Arg1Ty (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPPC.cpp | 416 QualType Arg1Ty = TheCall->getArg(0)->getType(); in BuiltinVSX() local 421 if ((!Arg1Ty->isVectorType() && !Arg1Ty->isDependentType()) || in BuiltinVSX() 430 if (!getASTContext().hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in BuiltinVSX() 440 TheCall->setType(Arg1Ty); in BuiltinVSX()
|
| H A D | SemaHLSL.cpp | 2640 QualType Arg1Ty = Arg1->getType(); in CheckVectorSelect() local 2644 QualType Arg1ScalarTy = Arg1Ty; in CheckVectorSelect() 2654 << /* second and third */ 1 << TheCall->getCallee() << Arg1Ty << Arg2Ty; in CheckVectorSelect() 2658 unsigned Arg1Length = Arg1Ty->isVectorType() in CheckVectorSelect() 2659 ? Arg1Ty->getAs<VectorType>()->getNumElements() in CheckVectorSelect() 2667 << Arg0Ty << Arg1Ty << TheCall->getArg(0)->getSourceRange() in CheckVectorSelect()
|
| H A D | SemaChecking.cpp | 2255 QualType Arg1Ty = Arg1->getType(); in BuiltinCountZeroBitsGeneric() local 2257 if (!Arg1Ty->isSpecificBuiltinType(BuiltinType::Int)) { in BuiltinCountZeroBitsGeneric() 2259 << 2 << /* scalar */ 1 << /* 'int' ty */ 4 << /* no fp */ 0 << Arg1Ty; in BuiltinCountZeroBitsGeneric() 5227 const Type *Arg1Ty = Arg1->getType().getCanonicalType().getTypePtr(); in BuiltinVAStartARMMicrosoft() local 5234 if (!Arg1Ty->isPointerType() || !IsSuitablyTypedFormatArgument(Arg1)) in BuiltinVAStartARMMicrosoft()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StringChecker.cpp | 52 const QualType Arg1Ty = Call.getArgExpr(0)->getType().getCanonicalType(); in isCharToStringCtor() local 55 if (!Arg1Ty->isPointerType()) in isCharToStringCtor()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 1622 typename Arg1Ty> 1623 RegionTy* getSubRegion(const Arg1Ty arg1, 1627 typename Arg1Ty, typename Arg2Ty> 1628 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, 1632 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty> 1633 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 74 template <typename RegionTy, typename SuperTy, typename Arg1Ty> 75 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, in getSubRegion() 91 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty> 92 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion() 109 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty> 110 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 1788 llvm::Type *Arg1Ty = nullptr; in EmitMSVCRTSetJmp() 1793 Arg1Ty = CGF.Int32Ty; in EmitMSVCRTSetJmp() 1798 Arg1Ty = CGF.Int8PtrTy; in EmitMSVCRTSetJmp() 1809 llvm::Type *ArgTypes[2] = {CGF.Int8PtrTy, Arg1Ty}; in EmitMSVCRTSetJmp() 6270 auto Arg1Ty = Arg1->getType(); in EmitBuiltinExpr() 6273 if (Arg1Ty->isArrayType()) in EmitBuiltinExpr() 1785 llvm::Type *Arg1Ty = nullptr; EmitMSVCRTSetJmp() local 6266 auto Arg1Ty = Arg1->getType(); EmitBuiltinExpr() local
|