Home
last modified time | relevance | path

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

/freebsd/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/sys/contrib/dev/acpica/include/
H A Dacdebug.h343 char *Statements,
/freebsd/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.td10256 // Statements.
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.td220 // Statements.
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14922 SmallVector<Stmt*, 8> Statements; in DefineImplicitCopyAssignment() local
14999 Statements.push_back(Copy.getAs<Expr>()); in DefineImplicitCopyAssignment()
15064 Statements.push_back(Copy.getAs<Stmt>()); in DefineImplicitCopyAssignment()
15078 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitCopyAssignment()
15089 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment()
15304 SmallVector<Stmt*, 8> Statements; in DefineImplicitMoveAssignment() local
15384 Statements.push_back(Move.getAs<Expr>()); in DefineImplicitMoveAssignment()
15454 Statements.push_back(Move.getAs<Stmt>()); in DefineImplicitMoveAssignment()
15468 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitMoveAssignment()
15479 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
[all...]
H A DTreeTransform.h1350 MultiStmtArg Statements, in RebuildCompoundStmt() argument
1353 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
7826 SmallVector<Stmt*, 8> Statements; in TransformCompoundStmt() local
7843 Statements.push_back(Result.getAs<Stmt>()); in TransformCompoundStmt()
7854 Statements, in TransformCompoundStmt()
/freebsd/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod116 =head3 Statements subsection
/freebsd/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",
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3388 #### Using EXPECT_ Statements in Matchers