Home
last modified time | relevance | path

Searched refs:firstresult (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/lua/src/
HDldo.c434 StkId firstresult; in moveresults() local
468 firstresult = L->top.p - nres; /* index of first result */ in moveresults()
472 setobjs2s(L, res + i, firstresult + i); in moveresults()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDDAGISelMatcher.h725 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument
727 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()