Searched refs:lexical (Results 1 – 25 of 31) sorted by relevance
12
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 170 /* A lexical scanner generated by flex */ 178 /* A lexical scanner generated by flex */ 329 /* A lexical scanner generated by flex */ 337 /* A lexical scanner generated by flex */
|
/external/v8/test/mozilla/ |
D | mozilla.status | 596 ecma_2/Exceptions/lexical-010: FAIL 597 ecma_2/Exceptions/lexical-022: FAIL 601 ecma_2/Exceptions/lexical-011: FAIL 602 ecma_2/Exceptions/lexical-014: FAIL 603 ecma_2/Exceptions/lexical-016: FAIL 604 ecma_2/Exceptions/lexical-021: FAIL
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 31 I would argue that because the lexical structure of the language is self
|
/external/icu4c/tools/toolutil/ |
D | ucm.c | 126 UBool lexical) { in compareBytes() argument 138 if(lexical) { in compareBytes()
|
/external/clang/docs/ |
D | BlockLanguageSpec.txt | 80 The compound statement body establishes a new lexical scope within that of its parent. Variables us… 129 …d definition references to instance variables are also imported into the lexical scope of the comp…
|
D | Block-ABI-Apple.txt | 305 2.3.2 Access to __block variables from within its lexical scope.
|
/external/bison/doc/ |
D | bison.texinfo | 156 * Lexer: Rpcalc Lexer. The lexical analyzer. 172 * Lexer: Ltcalc Lexer. The lexical analyzer. 1204 @cindex lexical analyzer, purpose 1219 The tokens come from a function called the @dfn{lexical analyzer} that 1221 parser calls the lexical analyzer each time it wants a new token. It 1223 may reflect this). Typically the lexical analyzer makes the tokens by 1230 the lexical analyzer. Another is an error-reporting function which the 1239 such as the lexical analyzer function @code{yylex}, the error reporting 1275 Write a lexical analyzer to process input and pass tokens to the parser. 1276 The lexical analyzer may be written by hand in C (@pxref{Lexical, ,The [all …]
|
D | bison.info | 118 * Lexer: Rpcalc Lexer. The lexical analyzer. 134 * Lexer: Ltcalc Lexer. The lexical analyzer. 1419 The tokens come from a function called the "lexical analyzer" that 1421 parser calls the lexical analyzer each time it wants a new token. It 1423 may reflect this). Typically the lexical analyzer makes the tokens by 1430 the lexical analyzer. Another is an error-reporting function which the 1438 `yy' or `YY'. This includes interface functions such as the lexical 1471 2. Write a lexical analyzer to process input and pass tokens to the 1472 parser. The lexical analyzer may be written by hand in C (*note 1517 You need to declare the lexical analyzer `yylex' and the error printer [all …]
|
D | refcard.tex | 478 \key{User defined lexical analyzer.} {int yylex()}
|
/external/bison/ |
D | TODO | 92 not clear: should it be lexical or syntactic. Vadim Maslow thinks it
|
D | NEWS | 219 - Bison now parses C99 lexical constructs like UCNs and
|
/external/mesa3d/src/glsl/ |
D | glsl_parser.ypp | 401 // Grammar Note: Constructors look like functions, but lexical
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | flex.skl | 1 /* A lexical scanner generated by flex */
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 486 X+ fprintf(stderr,"Function: fast lexical analyzer generator V%s\n",flex_version);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 9 flex - fast lexical analyzer generator 108 recognized lexical patterns in text. flex reads the given 2205 i.e., sets of characters which have identical lexical
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 78 flex - fast lexical analyzer generator 172 recognized lexical patterns in text. `flex' reads the given input 1819 sets of characters which have identical lexical properties (for
|
D | flex.texi | 156 flex - fast lexical analyzer generator 250 recognized lexical patterns in text. @code{flex} reads the given 2160 lexical properties (for example, if the only appearance
|
/external/v8/ |
D | ChangeLog | 1806 Optimized lexical scanner by dealing with whitespace as part of
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-1-2 | 2837 * gscanner.c: new file for GScanner: Flexible lexical scanner for
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 9263 efficiently but it follows lexical scope properly. 9417 the dynamic global object, since the debugger doesn't want the lexical 10861 Changed all code inside the machine to fetch the lexical global object 10864 Clients who fetch the lexical global object through the ExecState 10870 (KJS::Machine::privateExecute): Fetch the lexical global object from 17276 lexical global exec state and only profile if it matches the given page
|
D | ChangeLog-2009-06-16 | 12044 freed, Profiler::didExecute() will crash when attempting to get the lexical 25061 Fix for bug where the callee incorrectly recieves the caller's lexical 26685 * API/JSContextRef.cpp: (JSContextGetGlobalObject): Use lexical global object instead of 30593 mentioned in the lexical scope of the function. 30654 Return lexical global object if this is a globalExec(), otherwise look in JSGlobalData 31850 Move all detection of 'arguments' in a lexical scope to the parser, in 35178 when looking up string or number properties depends on the lexical
|
D | ChangeLog-2010-05-24 | 266 function objects get a prototype from the lexical global object of the 9635 rather than just using the current lexical global object. 14046 the lexical global object.
|
D | ChangeLog | 3090 the prototype from the lexical global object rather than that
|
/external/webkit/Tools/ |
D | ChangeLog | 894 Python's broken lexical scoping strikes again :(.
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 1000 the lexical global object. 17153 lexical global object, since the debugger attaches based on dynamic
|
12