Home
last modified time | relevance | path

Searched refs:Compound (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp52 const auto *Compound = Result.Nodes.getNodeAs<CompoundStmt>("compound"); in check() local
68 if (Compound) { in check()
70 CharSourceRange::getTokenRange(Compound->getLBracLoc())); in check()
72 CharSourceRange::getTokenRange(Compound->getRBracLoc())); in check()
H A DElseAfterReturnCheck.cpp110 if (const auto *Compound = dyn_cast<CompoundStmt>(Node)) in containsDeclInScope() local
111 return llvm::any_of(Compound->body(), [](const Stmt *SubNode) { in containsDeclInScope()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDefaultCheck.cpp133 const auto *Compound = cast<CompoundStmt>(Operator->getBody()); in isCopyAssignmentAndCanBeDefaulted() local
138 if (Compound->body_empty() || in isCopyAssignmentAndCanBeDefaulted()
143 *Compound->body_back(), *Context) in isCopyAssignmentAndCanBeDefaulted()
172 *Compound, *Context) in isCopyAssignmentAndCanBeDefaulted()
189 *Compound, *Context) in isCopyAssignmentAndCanBeDefaulted()
195 return Compound->size() == BasesToInit.size() + FieldsToInit.size() + 1; in isCopyAssignmentAndCanBeDefaulted()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp119 } else if (const auto *Compound = dyn_cast<CompoundStmt>(Parent)) { in getSequenceSuccessor() local
123 for (const auto *Child : Compound->body()) { in getSequenceSuccessor()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h42 template <bool Compound = false> class BCField {
44 static const bool IsCompound = Compound;
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1142 ParsedStmtContext::Compound | in ParseCompoundStatementBody()
2676 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement() local
2677 if (Compound.isInvalid()) in ParseMicrosoftIfExistsStatement()
2684 Compound.get()); in ParseMicrosoftIfExistsStatement()
2712 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::Compound); in ParseMicrosoftIfExistsStatement()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h427 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives, enumerator
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md1159 2. Compound predicate: a predicate composed from child predicates using
H A Ddoxygen.cfg.in1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp15874 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); in BuildStmtExpr() local
15890 if (!Compound->body_empty()) { in BuildStmtExpr()
15893 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()
15904 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
/llvm-project-15.0.7/lldb/docs/
H A Ddoxygen.cfg.in1157 # include the index chapters (such as File Index, Compound Index, etc.)
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td59 // 2. Compound predicate: a predicate composed from child predicates using
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dconfig1323 # include the index chapters (such as File Index, Compound Index, etc.)
/llvm-project-15.0.7/clang/docs/
H A Ddoxygen.cfg.in1659 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/bolt/docs/
H A Ddoxygen.cfg.in1664 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/polly/docs/
H A Ddoxygen.cfg.in1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/llvm/docs/
H A Ddoxygen.cfg.in1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Ddoxygen.cfg.in1670 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/openmp/docs/
H A Ddoxygen.cfg.in1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/flang/docs/
H A Ddoxygen.cfg.in1662 # index chapters (such as File Index, Compound Index, etc.) in the output.
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td46 // 5. Compound instructions (e.g. Rx+Rs*Rt) are generated under the condition