Home
last modified time | relevance | path

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

/src/contrib/lua/src/
H A Dldo.c441 StkId firstresult; in moveresults() local
475 firstresult = L->top.p - nres; /* index of first result */ in moveresults()
479 setobjs2s(L, res + i, firstresult + i); in moveresults()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h725 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument
727 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()