Searched refs:lexical (Results 1 – 25 of 44) sorted by relevance
12
/external/clang/test/Index/ |
D | index-decls.m | 29 …kind: objc-instance-method | name: prop | {{.*}} | loc: 11:13 | {{.*}} | lexical-container: [I:10:… 30 …: objc-instance-method | name: setProp: | {{.*}} | loc: 11:13 | {{.*}} | lexical-container: [I:10:…
|
/external/clang/test/CodeGenObjC/ |
D | catch-lexical-block.m | 10 // We should have 4 lexical blocks here at the moment, including one
|
/external/antlr/antlr-3.4/runtime/ObjC/ |
D | README | 1 ANTLR version 3 supports target language generation for the lexical
|
/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/antlr/antlr-3.4/gunit/ |
D | CHANGES.txt | 78 * added new functionality of testing lexical rules
|
/external/smali/smali/src/test/antlr3/org/jf/smali/ |
D | expectedTokensTestGrammar.g | 2 * The string related lexical rules are derived from rules from the
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | README.txt | 46 * parsing lexical output and responding with arbitrary actions
|
/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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | Lexer.as | 140 * outermost lexical rule. The token object should point into the
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.extensions | 32 This is an interesting lexical problem because multiple DEDENT
|
D | Python.g | 49 * The lexical rules for python are particularly nasty and it took me
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRLexer.m | 194 * outermost lexical rule. The token object should point into the
|
/external/smali/smali/src/main/antlr3/org/jf/smali/ |
D | smaliLexer.g | 2 * The comment, number, string and character constant lexical rules are
|
/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/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
|
12