Searched defs:substitutedSig (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 303 bool ETSChecker::CheckOptionalLambdaFunction(ir::Expression *argument, Signature *substitutedSig, s… in CheckOptionalLambdaFunction() 326 bool ETSChecker::ValidateSignatureRequiredParams(Signature *substitutedSig, in ValidateSignatureRequiredParams() 389 bool ETSChecker::CheckInvokable(Signature *substitutedSig, ir::Expression *argument, std::size_t in… in CheckInvokable() 403 bool ETSChecker::ValidateSignatureInvocationContext(Signature *substitutedSig, ir::Expression *argu… in ValidateSignatureInvocationContext() 417 bool ETSChecker::ValidateSignatureRestParams(Signature *substitutedSig, const ArenaVector<ir::Expre… in ValidateSignatureRestParams() 539 …Signature *substitutedSig = MaybeSubstituteTypeParameters(this, signature, typeArguments, argument… in ValidateSignature() local
|