Searched refs:Arg1Ty (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPPC.cpp | 410 QualType Arg1Ty = TheCall->getArg(0)->getType(); in BuiltinVSX() local 415 if ((!Arg1Ty->isVectorType() && !Arg1Ty->isDependentType()) || in BuiltinVSX() 424 if (!getASTContext().hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in BuiltinVSX() 434 TheCall->setType(Arg1Ty); in BuiltinVSX()
|
H A D | SemaChecking.cpp | 2047 QualType Arg1Ty = Arg1->getType(); in BuiltinCountZeroBitsGeneric() local 2049 if (!Arg1Ty->isSpecificBuiltinType(BuiltinType::Int)) { in BuiltinCountZeroBitsGeneric() 2051 << 2 << /*'int' ty*/ 8 << Arg1Ty; in BuiltinCountZeroBitsGeneric() 4773 const Type *Arg1Ty = Arg1->getType().getCanonicalType().getTypePtr(); in BuiltinVAStartARMMicrosoft() local 4780 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 | 1594 typename Arg1Ty> 1595 RegionTy* getSubRegion(const Arg1Ty arg1, 1599 typename Arg1Ty, typename Arg2Ty> 1600 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, 1604 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty> 1605 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 68 template <typename RegionTy, typename SuperTy, typename Arg1Ty> 69 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, in getSubRegion() 84 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty> 85 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion() 101 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty> 102 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1395 llvm::Type *Arg1Ty = nullptr; in EmitMSVCRTSetJmp() local 1400 Arg1Ty = CGF.Int32Ty; in EmitMSVCRTSetJmp() 1405 Arg1Ty = CGF.Int8PtrTy; in EmitMSVCRTSetJmp() 1416 llvm::Type *ArgTypes[2] = {CGF.Int8PtrTy, Arg1Ty}; in EmitMSVCRTSetJmp() 6064 auto Arg1Ty = Arg1->getType(); in EmitBuiltinExpr() local 6067 if (Arg1Ty->isArrayType()) in EmitBuiltinExpr()
|