Home
last modified time | relevance | path

Searched defs:sigInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h74 auto *sigInfo = signature->GetSignatureInfo(); in InferUntilFail() local
121 auto *sigInfo = signature->GetSignatureInfo(); in BuildImplicitSubstitutionForArguments() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp380 auto *sigInfo = allocator->New<SignatureInfo>(signatureInfo_, allocator); in BoxPrimitives() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp263 const auto *sigInfo = sig->GetSignatureInfo(); in GenFunctionType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp857 for (auto &sigInfo : checker->ComposeSignatureInfosForArrowFunction(expr)) { in Check() local