| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 96 Statement, enumerator 214 class Statement : public Tree { 216 Statement(NodeKind K) : Tree(K) {} in Statement() function 248 Statement *getBody(); 258 Statement *getBody(); 267 Statement *getBody(); 277 Statement *getThenStatement(); 279 Statement *getElseStatement(); 288 Statement *getBody(); 297 Statement *getBody(); [all …]
|
| H A D | Nodes.td | 221 def Statement : External<Tree> {} 222 def UnknownStatement : External<Statement> {} 224 def EmptyStatement : External<Statement> {} 225 def SwitchStatement : External<Statement> {} 226 def CaseStatement : External<Statement> {} 227 def DefaultStatement : External<Statement> {} 228 def IfStatement : External<Statement> {} 229 def ForStatement : External<Statement> {} 230 def WhileStatement : External<Statement> {} 232 def BreakStatement : External<Statement> {} [all …]
|
| H A D | Syntax.td | 58 // Statement = IfStatement | ForStatement | ... 59 // Statement is modeled using Alternatives, and IfStatement.base is Statement.
|
| H A D | Mutations.h | 32 void removeStatement(syntax::Arena &A, syntax::Statement *S);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 69 case syntax::NodeRole::Statement: in operator <<() 227 return cast_or_null<syntax::Statement>( in getBody() 242 return cast_or_null<syntax::Statement>( in getBody() 252 return cast_or_null<syntax::Statement>( in getBody() 262 return cast_or_null<syntax::Statement>( in getThenStatement() 271 return cast_or_null<syntax::Statement>( in getElseStatement() 281 return cast_or_null<syntax::Statement>( in getBody() 291 return cast_or_null<syntax::Statement>( in getBody() 321 return cast_or_null<syntax::Statement>( in getBody() 335 std::vector<syntax::Statement *> Children; in getStatements() [all …]
|
| H A D | Mutations.cpp | 80 void syntax::removeStatement(syntax::Arena &A, syntax::Statement *S) { in removeStatement()
|
| H A D | BuildTree.cpp | 789 Builder.markStmtChild(Child, NodeRole::Statement); in WalkUpFromCompoundStmt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIALineNumber.cpp | 73 BOOL Statement = 0; in isStatement() local 74 return (S_OK == LineNumber->get_statement(&Statement)) ? Statement : false; in isStatement()
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | tst.TestTransStability2.ksh.out | 9 Minimum Statement Attributes
|
| H A D | tst.TestTransStability1.ksh.out | 9 Minimum Statement Attributes
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 66 Statement, enumerator 69 STMT_BEGIN = Statement, 134 explicit CFGStmt(Stmt *S, Kind K = Statement) : CFGElement(K, S) { in CFGElement() 1040 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel() argument
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 934 EFI_IFR_STATEMENT_HEADER Statement; member 951 EFI_IFR_STATEMENT_HEADER Statement; member 992 EFI_IFR_STATEMENT_HEADER Statement; member
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5302 const Stmt *const Statement = internal::GetBodyMatcher<NodeType>::get(Node); in AST_POLYMORPHIC_MATCHER_P() local 5303 return (Statement != nullptr && in AST_POLYMORPHIC_MATCHER_P() 5304 InnerMatcher.matches(*Statement, Finder, Builder)); in AST_POLYMORPHIC_MATCHER_P() 5325 const Stmt *const Statement = Node.getBody(); in AST_MATCHER_P() local 5326 return (Statement != nullptr && in AST_MATCHER_P() 5327 InnerMatcher.matches(*Statement, Finder, Builder)); in AST_MATCHER_P()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1789 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher() argument 1791 if (!Statement) return; in DeclMatcher() 1793 Visit(Statement); in DeclMatcher() 1909 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt() argument 1911 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() 1913 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt() 1915 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(Statement)) { in ProcessIterationStmt() 1931 if (CXXOperatorCallExpr *Call = dyn_cast<CXXOperatorCallExpr>(Statement)) { in ProcessIterationStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 206 case CFGElement::Statement: in walk()
|
| /freebsd-13.1/secure/caroot/trusted/ |
| H A D | QuoVadis_Root_CA_3.pem | 71 …titutes acceptance of the QuoVadis Root CA 3 Certificate Policy / Certification Practice Statement.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 537 std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *Statement); 1485 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() argument 1487 if (!Statement) in buildCFG() 1505 CFGBlock *B = addStmt(Statement); in buildCFG() 4960 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG() argument 4963 return Builder.buildCFG(D, Statement); in buildCFG() 5018 case CFGElement::Statement: in getDestructorDecl() 5472 case CFGElement::Kind::Statement: in print_elem()
|
| H A D | ThreadSafety.cpp | 783 case CFGElement::Statement: { in traverseCFG() 2497 case CFGElement::Statement: { in runAnalysis()
|
| H A D | Consumed.cpp | 1344 case CFGElement::Statement: in run()
|
| H A D | PathDiagnostic.cpp | 530 case CFGElement::Statement: in getLocationForCaller()
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | rfc3491.txt | 343 13. Full Copyright Statement
|
| H A D | rfc3490.txt | 47 1.1 Problem Statement......................................... 3 82 13. Full Copyright Statement..................................... 22 119 1.1 Problem Statement 1183 13. Full Copyright Statement
|
| H A D | rfc4013.txt | 287 Full Copyright Statement
|
| H A D | rfc4518.txt | 735 Full Copyright Statement
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 925 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns() local 929 Statement); in typesetLinesAndColumns()
|