| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | DeleteNullPointerCheck.cpp | 52 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 D | ElseAfterReturnCheck.cpp | 110 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 D | UseEqualsDefaultCheck.cpp | 133 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 D | ExprSequence.cpp | 119 } 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 D | BitcodeConvenience.h | 42 template <bool Compound = false> class BCField { 44 static const bool IsCompound = Compound;
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1142 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 D | Parser.h | 427 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives, enumerator
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | OpDefinitions.md | 1159 2. Compound predicate: a predicate composed from child predicates using
|
| H A D | doxygen.cfg.in | 1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 15874 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 D | doxygen.cfg.in | 1157 # include the index chapters (such as File Index, Compound Index, etc.)
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpBase.td | 59 // 2. Compound predicate: a predicate composed from child predicates using
|
| /llvm-project-15.0.7/openmp/runtime/doc/doxygen/ |
| H A D | config | 1323 # include the index chapters (such as File Index, Compound Index, etc.)
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | doxygen.cfg.in | 1659 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | doxygen.cfg.in | 1664 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/polly/docs/ |
| H A D | doxygen.cfg.in | 1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | doxygen.cfg.in | 1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | doxygen.cfg.in | 1670 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/openmp/docs/ |
| H A D | doxygen.cfg.in | 1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | doxygen.cfg.in | 1662 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 46 // 5. Compound instructions (e.g. Rx+Rs*Rt) are generated under the condition
|