Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h141 bool isCompound() const { return Constraint.is<CompoundConstraint>(); } in isCompound() function
144 assert(isCompound() && "getCompoundKind on a non-compound constraint.."); in getCompoundKind()
/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/lib/Sema/
H A DSemaConcept.cpp1433 if (N.isCompound()) { in substituteParameterMappings()
1541 assert(isCompound() && "getLHS called on a non-compound constraint."); in getLHS()
1546 assert(isCompound() && "getRHS called on a non-compound constraint."); in getRHS()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2575 if (ExprReq->isCompound()) in VisitRequiresExpr()
2581 if (ExprReq->isCompound()) { in VisitRequiresExpr()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c108552 int isCompound; /* True if p is a compound select */
108582 isCompound = p->pPrior!=0;
108743 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */
108787 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){