HomeSort by relevance Sort by last modified time
    Searched full:scopes (Results 1 - 25 of 386) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h.old 7 #pragma mark Rule return scopes start
8 #pragma mark Rule return scopes end
TestLexer.h 13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/
scopes.xcscheme 17 BuildableName = "scopes"
18 BlueprintName = "scopes"
44 BuildableName = "scopes"
45 BlueprintName = "scopes"
63 BuildableName = "scopes"
64 BlueprintName = "scopes"
  /external/antlr/antlr-3.4/runtime/Python/tests/
t022scopes.g 7 /* global scopes */
19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
61 /* recursive rule scopes, from the book, final beta, p.150 */
90 /* recursive rule scopes, access bottom-most scope */
104 /* recursive rule scopes, access with negative index */
  /external/elfutils/libdw/
dwarf_getscopes.c 63 Dwarf_Die *scopes; member in struct:args
74 if (a->scopes != NULL)
115 function of which A->scopes[A->nscopes - 1] is a concrete instance.
119 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local
120 if (scopes == NULL)
122 free (a->scopes);
127 a->scopes = scopes;
    [all...]
dwarf_getscopes_die.c 63 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]);
64 if (scopes == NULL)
73 scopes[i++] = die->die;
79 *(void **) arg = scopes;
84 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes)
93 *scopes = info;
dwarf_getscopevar.c 1 /* Find a named variable or parameter within given scopes.
76 /* Search SCOPES[0..NSCOPES-1] for a variable called NAME.
77 Ignore the first SKIP_SHADOWS scopes that match the name.
83 and return N where SCOPES[N] is the scope defining the variable.
87 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
115 if (INTUSE(dwarf_haschildren) (&scopes[out]))
117 if (INTUSE(dwarf_child) (&scopes[out], result) != 0)
153 || getfiles (&scopes[out], &files) != 0)
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 80 // Check that the scope chain contains the expected types of scopes.
81 function CheckScopeChain(scopes, exec_state) {
82 assertEquals(scopes.length, exec_state.frame().scopeCount());
83 for (var i = 0; i < scopes.length; i++) {
86 assertEquals(scopes[i], scope.scopeType());
89 if (scopes[i] == debug.ScopeType.Global) {
99 // Send a scopes request and check the result.
101 var request_json = '{"seq":0,"type":"request","command":"scopes"}';
104 assertEquals(scopes.length, response.body.scopes.length)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t022scopes.g 7 /* global scopes */
19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
62 /* recursive rule scopes, from the book, final beta, p.150 */
96 /* recursive rule scopes, access bottom-most scope */
110 /* recursive rule scopes, access with negative index */
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 27 /// into VLA and other protected scopes. For example, this rejects:
36 /// scopes that are introduced by VLAs and other things that scope jumps like
38 /// because you can have multiple VLA scopes per compound statement, and most
39 /// compound statements don't introduce any scopes.
61 SmallVector<GotoScope, 48> Scopes;
91 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation()));
104 /// two scopes.
107 // Inner scopes are created after outer scopes and therefore have
110 assert(Scopes[B].ParentScope < B)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.h 18 #pragma mark Dynamic Global Scopes
19 #pragma mark Dynamic Rule Scopes
20 #pragma mark Rule Return Scopes start
21 #pragma mark Rule return scopes end
CombinedLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
25 #pragma mark Dynamic Global Scopes
44 #pragma mark Dynamic Rule Scopes
45 #pragma mark Rule Return Scopes start
46 #pragma mark Rule return scopes end
SymbolTableLexer.m 4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g
40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
151 #pragma mark Rule return scopes start
152 #pragma mark Rule return scopes end
158 [ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g"];
199 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:7:6: ( 'method' ) // ruleBlockSingleAlt
200 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:7:8: 'method' // alt
229 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:8:6: ( '(' ) // ruleBlockSingleAlt
230 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:8:8: '(' // alt
259 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:9:6: ( ')' ) // ruleBlockSingleAl
    [all...]
SymbolTableParser.m 4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g
40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
140 #pragma mark Dynamic Global Scopes
161 #pragma mark Dynamic Rule Scopes
163 #pragma mark Rule return scopes start
227 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals ( method )* ;
234 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( method )* ) // ruleBlockSingleAlt
235 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( method )* // alt
252 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:18: method // alt
285 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl )*
    [all...]
SymbolTableLexer.h 1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
21 #pragma mark Rule return scopes start
22 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.h 16 #pragma mark Dynamic Global Scopes
17 #pragma mark Dynamic Rule Scopes
18 #pragma mark Rule Return Scopes start
48 #pragma mark Rule return scopes end
  /external/clang/test/Sema/
struct-compat.c 10 // scopes, they don't refer to the same type, and are therefore incompatible
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 96 scpI = info.Scopes.begin(),
97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
120 scpI = info.Scopes.begin(),
121 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
151 scpI = info.Scopes.begin(),
152 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
165 SmallVector<PoolScope, 4> Scopes;
180 Scopes.push_back(PoolScope());
181 Scopes.back().PoolVar = VD;
182 Scopes.back().CompoundParent = S
    [all...]
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 83 // Check that the scope chain contains the expected types of scopes.
84 function CheckScopeChain(scopes, exec_state) {
85 assertEquals(scopes.length, exec_state.frame().scopeCount());
86 for (var i = 0; i < scopes.length; i++) {
89 assertEquals(scopes[i], scope.scopeType());
92 if (scopes[i] == debug.ScopeType.Global) {
102 // Send a scopes request and check the result.
104 var request_json = '{"seq":0,"type":"request","command":"scopes"}';
107 assertEquals(scopes.length, response.body.scopes.length)
    [all...]
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-scopes-inspection.html 33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 37 #pragma mark Dynamic Global Scopes
38 #pragma mark Dynamic Rule Scopes
39 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
main.m 9 NSString *string = [NSString stringWithContentsOfFile:@"/Users/acondit/source/antlr3/acondit_localhost/code/antlr/antlr3-main/runtime/ObjC/Framework/examples/scopes/input"];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 37 #pragma mark Dynamic Global Scopes
57 #pragma mark Dynamic Rule Scopes
58 #pragma mark Rule Return Scopes start
70 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end

Completed in 1948 milliseconds

1 2 3 4 5 6 7 8 91011>>