Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c413 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 Dacdebug.h340 char *Statements,
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi115 * 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 Dimplement-c.texi38 * Statements implementation::
557 @node Statements implementation
558 @section Statements
H A Dc-tree.texi1511 @subsubsection Statements
H A Dextend.texi93 @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 Dmd.texi565 @section C Statements for Assembler Output
H A Dinvoke.texi4399 results. Statements are independent: if you stop the program with a
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td11 // Statements
H A DDiagnosticSemaKinds.td8069 // Statements.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11965 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 DTreeTransform.h1193 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 Das.texinfo2072 * Statements:: Statements
2284 @node Statements
2285 @section Statements
/freebsd-12.1/contrib/binutils/binutils/po/
H A Dbinutils.pot1525 " Line Number Statements:\n"
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-98993197 * doc/as.texinfo (Statements): Remove paragraph discussing
/freebsd-12.1/contrib/gcc/
H A DChangeLog.tree-ssa11486 (is_ctrl_altering_stmt): Statements which may throw alter
12361 Statements with UNDEFINED operands produce an UNDEFINED result.