Searched refs:Statements (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbmethod.c | 417 char *Statements, in AcpiDbDisassembleAml() argument 429 if (Statements) in AcpiDbDisassembleAml() 431 NumStatements = strtoul (Statements, NULL, 0); in AcpiDbDisassembleAml()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acdebug.h | 343 char *Statements,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 8 // Statements 28 // Statements that might produce a value (for example, as the last non-null
|
| H A D | DiagnosticSemaKinds.td | 10068 // Statements.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.td | 220 // Statements.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 86 SmallVector<CompoundStmt *, 4> Statements(1, CS); in tryToFindNextInnerLoop() local 88 while (!Statements.empty()) { in tryToFindNextInnerLoop() 89 CS = Statements.pop_back_val(); in tryToFindNextInnerLoop() 111 if (Statements.empty()) { in tryToFindNextInnerLoop() 115 Statements.swap(NextStatements); in tryToFindNextInnerLoop()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15048 SmallVector<Stmt*, 8> Statements; in DefineImplicitCopyAssignment() local 15125 Statements.push_back(Copy.getAs<Expr>()); in DefineImplicitCopyAssignment() 15190 Statements.push_back(Copy.getAs<Stmt>()); in DefineImplicitCopyAssignment() 15204 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitCopyAssignment() 15215 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment() 15428 SmallVector<Stmt*, 8> Statements; in DefineImplicitMoveAssignment() local 15508 Statements.push_back(Move.getAs<Expr>()); in DefineImplicitMoveAssignment() 15578 Statements.push_back(Move.getAs<Stmt>()); in DefineImplicitMoveAssignment() 15592 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitMoveAssignment() 15603 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
|
| H A D | TreeTransform.h | 1329 MultiStmtArg Statements, in RebuildCompoundStmt() argument 1332 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt() 7542 SmallVector<Stmt*, 8> Statements; in TransformCompoundStmt() local 7559 Statements.push_back(Result.getAs<Stmt>()); in TransformCompoundStmt() 7570 Statements, in TransformCompoundStmt()
|
| /freebsd-14.2/crypto/openssl/doc/internal/man7/ |
| H A D | build.info.pod | 116 =head3 Statements subsection
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 1243 Statements . . . . . . . . . . . . . . . 27--37 1498 and Exit Statements . . . . . . . . . . 503--512 2090 Problem (Without Conditional Statements) 181--183 3524 Statements . . . . . . . . . . . . . . . 261--301
|
| H A D | funstack.in | 9064 title = "Adaptive Correction of Program Statements", 11177 title = "On the Capabilities of While, Repeat, and Exit Statements", 15788 title = "On a Solution to the Cigarette Smoker's Problem (Without Conditional Statements)", 26517 title = "Structured Programming with {\bf go to} Statements",
|