Home
last modified time | relevance | path

Searched refs:Statement (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp74 BOOL Statement = 0; in isStatement() local
75 return (S_OK == LineNumber->get_statement(&Statement)) ? Statement : false; in isStatement()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability1.ksh.out9 Minimum Statement Attributes
H A Dtst.TestTransStability2.ksh.out9 Minimum Statement Attributes
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h67 Statement, enumerator
70 STMT_BEGIN = Statement,
129 explicit CFGStmt(Stmt *S, Kind K = Statement) : CFGElement(K, S) { in CFGElement()
836 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel() argument
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h939 EFI_IFR_STATEMENT_HEADER Statement; member
956 EFI_IFR_STATEMENT_HEADER Statement; member
997 EFI_IFR_STATEMENT_HEADER Statement; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1438 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher() argument
1440 if (!Statement) return; in DeclMatcher()
1442 Visit(Statement); in DeclMatcher()
1558 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt() argument
1560 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt()
1562 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()
1564 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(Statement)) { in ProcessIterationStmt()
1580 if (CXXOperatorCallExpr *Call = dyn_cast<CXXOperatorCallExpr>(Statement)) { in ProcessIterationStmt()
H A DAnalysisBasedWarnings.cpp176 if (B.getKind() != CFGElement::Statement) in hasRecursiveCallInPath()
H A DSemaExpr.cpp13192 static Expr *maybeRebuildARCConsumingStmt(Stmt *Statement) { in maybeRebuildARCConsumingStmt() argument
13194 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); in maybeRebuildARCConsumingStmt()
15946 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior() argument
15962 if (Statement && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
15964 push_back(sema::PossiblyUnreachableDiag(PD, Loc, Statement)); in DiagRuntimeBehavior()
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi43 * Statement Operands:: Variables referenced by GIMPLE statements.
307 * Statement Sequences::
346 @node Statement Sequences
347 @subsubsection Statement Sequences
348 @cindex Statement Sequences
351 @code{STATEMENT_LIST}. Statement lists are modified and traversed
758 @node Statement Operands
759 @section Statement Operands
H A Dmd.texi29 * Output Statement:: For more generality, write C code to output
174 of C code to compute the output. @xref{Output Statement}.
564 @node Output Statement
1473 the first, 1 for the second alternative, etc.). @xref{Output Statement}.
6226 (@pxref{Output Statement}) and the values must be small integers. For
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h207 case CFGElement::Statement: in walk()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp516 std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *Statement);
1401 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() argument
1403 if (!Statement) in buildCFG()
1421 CFGBlock *B = addStmt(Statement); in buildCFG()
4665 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG() argument
4668 return Builder.buildCFG(D, Statement); in buildCFG()
4678 case CFGElement::Statement: in getDestructorDecl()
H A DThreadSafety.cpp779 case CFGElement::Statement: { in traverseCFG()
2465 case CFGElement::Statement: { in runAnalysis()
H A DConsumed.cpp1345 case CFGElement::Statement: in run()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4225 const Stmt *const Statement = internal::GetBodyMatcher<NodeType>::get(Node); in AST_POLYMORPHIC_MATCHER_P() local
4226 return (Statement != nullptr && in AST_POLYMORPHIC_MATCHER_P()
4227 InnerMatcher.matches(*Statement, Finder, Builder)); in AST_POLYMORPHIC_MATCHER_P()
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3491.txt343 13. Full Copyright Statement
H A Drfc3490.txt47 1.1 Problem Statement......................................... 3
82 13. Full Copyright Statement..................................... 22
119 1.1 Problem Statement
1183 13. Full Copyright Statement
H A Drfc4013.txt287 Full Copyright Statement
H A Drfc4518.txt735 Full Copyright Statement
H A Drfc3492.txt79 Full Copyright Statement.....................................35
1911 Full Copyright Statement
H A Drfc3454.txt106 Full Copyright Statement..........................................91
5047 Full Copyright Statement
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp854 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns() local
858 Statement); in typesetLinesAndColumns()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp586 case CFGElement::Statement: in getLocationForCaller()
H A DExprEngine.cpp584 case CFGElement::Statement: in processCFGElement()
/freebsd-12.1/contrib/dtc/Documentation/
H A Ddtc-paper.tex580 \section*{Legal Statement}

12