Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h365 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp2319 if (ExprReq->isCompound()) in VisitRequiresExpr()
2325 if (ExprReq->isCompound()) { in VisitRequiresExpr()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c107938 int isCompound; /* True if p is a compound select */
107968 isCompound = p->pPrior!=0;
108126 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */
108170 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){