Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h218 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp594 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h365 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2332 if (ExprReq->isCompound()) in VisitRequiresExpr()
2338 if (ExprReq->isCompound()) { in VisitRequiresExpr()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c101189 int isCompound; /* True if p is a compound select */
101219 isCompound = p->pPrior!=0;
101374 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */
101418 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){