Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprConcepts.h370 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h227 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp601 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp2510 if (ExprReq->isCompound()) in VisitRequiresExpr()
2516 if (ExprReq->isCompound()) { in VisitRequiresExpr()