Searched refs:Arg1Ty (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 1481 typename Arg1Ty> 1482 RegionTy* getSubRegion(const Arg1Ty arg1, 1486 typename Arg1Ty, typename Arg2Ty> 1487 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, 1491 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty> 1492 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 65 template <typename RegionTy, typename SuperTy, typename Arg1Ty> 66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, in getSubRegion() 82 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty> 83 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion() 100 typename Arg1Ty, typename Arg2Ty, typename Arg3Ty> 101 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, in getSubRegion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 5858 const Type *Arg1Ty = Arg1->getType().getCanonicalType().getTypePtr(); in SemaBuiltinVAStartARMMicrosoft() local 5865 if (!Arg1Ty->isPointerType() || in SemaBuiltinVAStartARMMicrosoft() 5866 Arg1Ty->getPointeeType().withoutLocalFastQualifiers() != Context.CharTy) in SemaBuiltinVAStartARMMicrosoft() 6042 QualType Arg1Ty = TheCall->getArg(0)->getType(); in SemaBuiltinVSX() local 6047 if ((!Arg1Ty->isVectorType() && !Arg1Ty->isDependentType()) || in SemaBuiltinVSX() 6056 if (!Context.hasSameUnqualifiedType(Arg1Ty, Arg2Ty)) { in SemaBuiltinVSX() 6066 TheCall->setType(Arg1Ty); in SemaBuiltinVSX()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1007 llvm::Type *Arg1Ty = nullptr; in EmitMSVCRTSetJmp() local 1012 Arg1Ty = CGF.Int32Ty; in EmitMSVCRTSetJmp() 1017 Arg1Ty = CGF.Int8PtrTy; in EmitMSVCRTSetJmp() 1028 llvm::Type *ArgTypes[2] = {CGF.Int8PtrTy, Arg1Ty}; in EmitMSVCRTSetJmp() 4796 auto Arg1Ty = Arg1->getType(); in EmitBuiltinExpr() local 4799 if (Arg1Ty->isArrayType()) in EmitBuiltinExpr()
|