Home
last modified time | relevance | path

Searched refs:ArgPos (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3467 IRPosition ArgPos = IRPosition::argument(Arg); in identifyDefaultAbstractAttributes() local
3474 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3482 getAssumedSimplified(ArgPos, /* AA */ nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3486 getOrCreateAAFor<AAIsDead>(ArgPos); in identifyDefaultAbstractAttributes()
3489 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3499 getOrCreateAAFor<AADereferenceable>(ArgPos); in identifyDefaultAbstractAttributes()
3502 getOrCreateAAFor<AAAlign>(ArgPos); in identifyDefaultAbstractAttributes()
3509 getOrCreateAAFor<AAMemoryBehavior>(ArgPos); in identifyDefaultAbstractAttributes()
3512 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3516 getOrCreateAAFor<AAPrivatizablePtr>(ArgPos); in identifyDefaultAbstractAttributes()
[all …]
H A DAttributorAttributes.cpp2001 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local
2003 A.getAAFor<AAPointerInfo>(*this, ArgPos, DepClassTy::REQUIRED); in updateImpl()
2370 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local
2372 if (AA::hasAssumedIRAttr<Attribute::NoFree>(A, this, ArgPos, in updateImpl()
4338 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local
5641 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local
5643 A.getAAFor<AAInstanceInfo>(*this, ArgPos, DepClassTy::REQUIRED); in updateImpl()
6002 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local
6006 A, this, ArgPos, DepClassTy::REQUIRED, IsKnownNoCapture, false, in updateImpl()
7939 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3151 unsigned ArgPos; in HandleFunctionTypeMismatch() local
3152 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
3153 PDiag << ft_parameter_mismatch << ArgPos + 1 in HandleFunctionTypeMismatch()
3154 << ToFunction->getParamType(ArgPos) in HandleFunctionTypeMismatch()
3155 << FromFunction->getParamType(ArgPos); in HandleFunctionTypeMismatch()
3213 if (ArgPos) in FunctionParamTypesAreEqual()
3214 *ArgPos = Idx; in FunctionParamTypesAreEqual()
3223 unsigned *ArgPos, bool Reversed) { in FunctionParamTypesAreEqual() argument
3225 NewType->param_types(), ArgPos, Reversed); in FunctionParamTypesAreEqual()
3230 unsigned *ArgPos, in FunctionNonObjectParamTypesAreEqual() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3861 unsigned *ArgPos = nullptr,
3866 unsigned *ArgPos = nullptr,
3871 unsigned *ArgPos = nullptr,