Searched refs:ArgPos (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2523 IRPosition ArgPos = IRPosition::argument(Arg); in identifyDefaultAbstractAttributes() local 2532 getOrCreateAAFor<AAIsDead>(ArgPos); in identifyDefaultAbstractAttributes() 2535 getOrCreateAAFor<AANoUndef>(ArgPos); in identifyDefaultAbstractAttributes() 2539 getOrCreateAAFor<AANonNull>(ArgPos); in identifyDefaultAbstractAttributes() 2542 getOrCreateAAFor<AANoAlias>(ArgPos); in identifyDefaultAbstractAttributes() 2545 getOrCreateAAFor<AADereferenceable>(ArgPos); in identifyDefaultAbstractAttributes() 2548 getOrCreateAAFor<AAAlign>(ArgPos); in identifyDefaultAbstractAttributes() 2551 getOrCreateAAFor<AANoCapture>(ArgPos); in identifyDefaultAbstractAttributes() 2555 getOrCreateAAFor<AAMemoryBehavior>(ArgPos); in identifyDefaultAbstractAttributes() 2558 getOrCreateAAFor<AANoFree>(ArgPos); in identifyDefaultAbstractAttributes() [all …]
|
| H A D | AttributorAttributes.cpp | 1408 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local 1410 A.getAAFor<AAPointerInfo>(*this, ArgPos, DepClassTy::REQUIRED); in updateImpl() 2044 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local 2045 auto &ArgAA = A.getAAFor<AANoFree>(*this, ArgPos, DepClassTy::REQUIRED); in updateImpl() 3512 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local 3513 auto &ArgAA = A.getAAFor<AAIsDead>(*this, ArgPos, DepClassTy::REQUIRED); in updateImpl() 5028 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local 5029 auto &ArgAA = A.getAAFor<AANoCapture>(*this, ArgPos, DepClassTy::REQUIRED); in updateImpl() 7087 const IRPosition &ArgPos = IRPosition::argument(*Arg); in updateImpl() local 7089 A.getAAFor<AAMemoryBehavior>(*this, ArgPos, DepClassTy::REQUIRED); in updateImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 2919 unsigned ArgPos; in HandleFunctionTypeMismatch() local 2920 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch() 2921 PDiag << ft_parameter_mismatch << ArgPos + 1 in HandleFunctionTypeMismatch() 2922 << ToFunction->getParamType(ArgPos) in HandleFunctionTypeMismatch() 2923 << FromFunction->getParamType(ArgPos); in HandleFunctionTypeMismatch() 2961 unsigned *ArgPos) { in FunctionParamTypesAreEqual() argument 2972 if (ArgPos) in FunctionParamTypesAreEqual() 2973 *ArgPos = O - OldType->param_type_begin(); in FunctionParamTypesAreEqual()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3455 unsigned *ArgPos = nullptr);
|