Searched refs:Statement (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp73 BOOL Statement = 0; local
74 return (S_OK == LineNumber->get_statement(&Statement)) ? Statement : false;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A DGoParser.h24 GoASTStmt *Statement();
H A DGoUserExpression.cpp317 for (std::unique_ptr<GoASTStmt> stmt(m_parser.Statement()); stmt; stmt.reset(m_parser.Statement()))
H A DGoParser.cpp82 GoParser::Statement() function in class:GoParser
84 Rule r("Statement", this);
492 for (auto *s = Statement(); s; s = Statement())
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h57 Statement, enumerator in enum:clang::CFGElement::Kind
117 CFGStmt(Stmt *S) : CFGElement(Statement, S) {}
127 return E.getKind() == Statement;
496 // Statement iterators
618 void setLabel(Stmt *Statement) { Label = Statement; } argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h189 case CFGElement::Statement: {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp423 std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *Statement);
1022 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { argument
1024 if (!Statement)
1039 CFGBlock *B = addStmt(Statement);
3856 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, argument
3859 return Builder.buildCFG(D, Statement);
3865 case CFGElement::Statement:
H A DThreadSafety.cpp739 case CFGElement::Statement: {
2299 case CFGElement::Statement: {
H A DConsumed.cpp1380 case CFGElement::Statement:
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3133 const Stmt *const Statement = Node.getBody(); local
3134 return (Statement != nullptr &&
3135 InnerMatcher.matches(*Statement, Finder, Builder));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1363 Stmt *Statement) :
1365 if (!Statement) return;
1367 Visit(Statement);
1480 // If Statement is an incemement or decrement, return true and sets the
1482 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, argument
1484 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(Statement)) {
1500 if (CXXOperatorCallExpr *Call = dyn_cast<CXXOperatorCallExpr>(Statement)) {
1362 DeclMatcher(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, Stmt *Statement) argument
H A DAnalysisBasedWarnings.cpp171 if (B.getKind() != CFGElement::Statement)
289 /// Statement that should return a value.
H A DSemaExpr.cpp11238 static Expr *maybeRebuildARCConsumingStmt(Stmt *Statement) { argument
11240 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement);
13836 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, argument
13850 if (Statement && getCurFunctionOrMethodDecl()) {
13852 push_back(sema::PossiblyUnreachableDiag(PD, Loc, Statement));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp549 case CFGElement::Statement:
H A DExprEngine.cpp295 case CFGElement::Statement:
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex580 \section*{Legal Statement}
/freebsd-11.0-release/contrib/sqlite3/
H A Dshell.c1430 raw_printf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n",
1641 sqlite3_stmt *pStmt = NULL; /* Statement to execute. */
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3223 // Statement Parsing Callbacks: SemaStmt.cpp.
3671 /// \param Statement If Statement is non-null, delay reporting the
3675 bool DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement,
7834 /// \param S Statement associated with the current OpenMP region.
7837 /// \returns Statement for finished OpenMP region.

Completed in 263 milliseconds