Home
last modified time | relevance | path

Searched refs:Statements (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c417 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 Dacdebug.h343 char *Statements,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td8 // Statements
28 // Statements that might produce a value (for example, as the last non-null
H A DDiagnosticSemaKinds.td10068 // Statements.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.td220 // Statements.
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp86 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 DSemaDeclCXX.cpp15048 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 DTreeTransform.h1329 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 Dbuild.info.pod116 =head3 Statements subsection
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok1243 Statements . . . . . . . . . . . . . . . 27--37
1498 and Exit Statements . . . . . . . . . . 503--512
2090 Problem (Without Conditional Statements) 181--183
3524 Statements . . . . . . . . . . . . . . . 261--301
H A Dfunstack.in9064 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",