Home
last modified time | relevance | path

Searched refs:isCompound (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h212 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp551 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c72728 int isCompound; /* True if p is a compound select */
72759 isCompound = p->pPrior!=0;
72865 if( !isCompound && resolveOrderGroupBy(&sNC, p, p->pOrderBy, "ORDER") ){
72899 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c99038 int isCompound; /* True if p is a compound select */
99068 isCompound = p->pPrior!=0;
99208 if( isCompound<=nCompound /* Defer right-most ORDER BY of a compound */
99265 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){