Searched refs:Statements (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbmethod.c | 413 char *Statements, in AcpiDbDisassembleAml() argument 425 if (Statements) in AcpiDbDisassembleAml() 427 NumStatements = strtoul (Statements, NULL, 0); in AcpiDbDisassembleAml()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acdebug.h | 340 char *Statements,
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tree-ssa.texi | 115 * Statements:: 292 @node Statements 293 @subsection Statements 294 @cindex Statements 308 * Empty Statements:: 310 * Selection Statements:: 354 @node Empty Statements 355 @subsubsection Empty Statements 356 @cindex Empty Statements 374 @node Selection Statements [all …]
|
| H A D | implement-c.texi | 38 * Statements implementation:: 557 @node Statements implementation 558 @section Statements
|
| H A D | c-tree.texi | 1511 @subsubsection Statements
|
| H A D | extend.texi | 93 @section Statements and Declarations in Expressions 3887 @section Specifying Attributes of Labels and Statements 4440 length of the longest instruction on that processor. Statements in the
|
| H A D | md.texi | 565 @section C Statements for Assembler Output
|
| H A D | invoke.texi | 4399 results. Statements are independent: if you stop the program with a
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 11 // Statements
|
| H A D | DiagnosticSemaKinds.td | 8069 // Statements.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11965 SmallVector<Stmt*, 8> Statements; in DefineImplicitCopyAssignment() local 12025 Statements.push_back(Copy.getAs<Expr>()); in DefineImplicitCopyAssignment() 12092 Statements.push_back(Copy.getAs<Stmt>()); in DefineImplicitCopyAssignment() 12103 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitCopyAssignment() 12114 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment() 12324 SmallVector<Stmt*, 8> Statements; in DefineImplicitMoveAssignment() local 12390 Statements.push_back(Move.getAs<Expr>()); in DefineImplicitMoveAssignment() 12460 Statements.push_back(Move.getAs<Stmt>()); in DefineImplicitMoveAssignment() 12472 Statements.push_back(Return.getAs<Stmt>()); in DefineImplicitMoveAssignment() 12483 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
|
| H A D | TreeTransform.h | 1193 MultiStmtArg Statements, in RebuildCompoundStmt() argument 1196 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt() 6521 SmallVector<Stmt*, 8> Statements; in TransformCompoundStmt() local 6536 Statements.push_back(Result.getAs<Stmt>()); in TransformCompoundStmt() 6547 Statements, in TransformCompoundStmt()
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | as.texinfo | 2072 * Statements:: Statements 2284 @node Statements 2285 @section Statements
|
| /freebsd-12.1/contrib/binutils/binutils/po/ |
| H A D | binutils.pot | 1525 " Line Number Statements:\n"
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9899 | 3197 * doc/as.texinfo (Statements): Remove paragraph discussing
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog.tree-ssa | 11486 (is_ctrl_altering_stmt): Statements which may throw alter 12361 Statements with UNDEFINED operands produce an UNDEFINED result.
|