Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h227 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp609 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h387 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2525 if (ExprReq->isCompound()) in VisitRequiresExpr()
2531 if (ExprReq->isCompound()) { in VisitRequiresExpr()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c108550 int isCompound; /* True if p is a compound select */
108580 isCompound = p->pPrior!=0;
108741 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */
108785 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){