| /src/external/mpl/bind/dist/doc/misc/ |
| checkgrammar.py | 15 Utility to check ISC config grammar consistency. It detects statement names 29 """Return mapping statement name to "path" where it is allowed. 67 Statement = namedtuple("Statement", ["path", "name", "subgrammar"]) 72 Return groups of Statement tuples with identical grammars and flags. 76 def keyfunc(statement): 77 return sorted(statement.subgrammar.items()) 88 Return map {statement name: [groups of [Statement]s with identical grammar]. 97 grammars.append(Statement(path, statement_name, statement_grammar) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| DIALineNumber.cpp | 73 BOOL Statement = 0; 74 return (S_OK == LineNumber->get_statement(&Statement)) ? Statement : false;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| CFG.h | 66 Statement, 69 STMT_BEGIN = Statement, 134 explicit CFGStmt(Stmt *S, Kind K = Statement) : CFGElement(K, S) { 321 // Get statement that triggered a new scope. 398 // Get statement end of which triggered the destructor call. 501 /// Represents CFGBlock terminator statement. 506 /// A branch that corresponds to a statement in the code, 507 /// such as an if-statement. 510 /// terminator statement is the same statement that branches control flo [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
| Nodes.h | 16 // branch of an if statement, 19 // 'if' keyword of an if statement will never return null. 77 /// An inner statement for those that have only a single child of kind 78 /// statement, e.g. loop body for while, for, etc; inner statement for case, 96 Statement, 214 class Statement : public Tree { 216 Statement(NodeKind K) : Tree(K) {} 220 /// A statement of an unknown kind, i.e. one not currently handled by the syntax 222 class UnknownStatement final : public Statement { [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| statement.h | 8 * https://github.com/dlang/dmd/blob/master/src/dmd/statement.h 46 /* How a statement exits; this is returned by blockExit() 106 class Statement : public ASTNode 112 virtual Statement *syntaxCopy(); 119 virtual Statement *getRelatedLabeled() { return this; } 125 virtual Statement *last(); 165 /** Any Statement that fails semantic() or has a component that is an ErrorExp or 168 class ErrorStatement : public Statement 176 class PeelStatement : public Statement 179 Statement *s 254 Statement *statement; member in class:ScopeStatement 269 Statement *statement; member in class:ForwardingStatement 454 Statement *statement; member in class:CaseStatement 471 Statement *statement; member in class:CaseRangeStatement 481 Statement *statement; member in class:DefaultStatement 630 Statement *statement; member in class:ScopeGuardStatement 653 Statement *statement; member in class:DebugStatement 678 Statement *statement; member in class:LabelStatement 695 LabelStatement *statement; member in class:LabelDsymbol [all...] |