Searched refs:Statements (Results 1 – 13 of 13) sorted by relevance
| /freebsd/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/sys/contrib/dev/acpica/include/ |
| H A D | acdebug.h | 343 char *Statements,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 8 // Statements 29 // Statements that might produce a value (for example, as the last non-null
|
| H A D | DiagnosticSemaKinds.td | 10767 // Statements.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.td | 220 // Statements.
|
| /freebsd/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/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-requirements.md | 83 also contained some requirements regarding QUIC. Statements from that blog post
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15211 SmallVector<Stmt*, 8> Statements; in DefineImplicitCopyAssignment() local 15288 Statements.push_back(Copy.getAs<Expr>()); in DefineImplicitCopyAssignment() 15353 Statements.push_back(Copy.getAs<Stmt>()); in DefineImplicitCopyAssignment() 15367 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitCopyAssignment() 15378 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment() 15593 SmallVector<Stmt*, 8> Statements; in DefineImplicitMoveAssignment() local 15675 Statements.push_back(Move.getAs<Expr>()); in DefineImplicitMoveAssignment() 15744 Statements.push_back(Move.getAs<Stmt>()); in DefineImplicitMoveAssignment() 15759 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitMoveAssignment() 15770 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
|
| H A D | TreeTransform.h | 1344 MultiStmtArg Statements, in RebuildCompoundStmt() argument 1347 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt() 8118 SmallVector<Stmt*, 8> Statements; in TransformCompoundStmt() local 8136 Statements.push_back(Result.getAs<Stmt>()); in TransformCompoundStmt() 8147 Statements, in TransformCompoundStmt()
|
| /freebsd/crypto/openssl/doc/internal/man7/ |
| H A D | build.info.pod | 116 =head3 Statements subsection
|
| /freebsd/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",
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3388 #### Using EXPECT_ Statements in Matchers
|