Searched refs:Lexical (Results 1 – 10 of 10) sorted by relevance
/external/apache-xml/ |
D | NOTICE | 50 - Lexical Analyzer Generator (JLex) - see LICENSE.txt
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 780 DeclContext *Lexical = 0; in findOuterContext() local 784 Lexical = static_cast<DeclContext *>(OuterS->getEntity()); in findOuterContext() 811 if (!Lexical || !DC || !S->getParent() || in findOuterContext() 813 return std::make_pair(Lexical, false); in findOuterContext() 833 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) && in findOuterContext() 834 Lexical->Encloses(Semantic)) in findOuterContext() 837 return std::make_pair(Lexical, false); in findOuterContext()
|
/external/bison/doc/ |
D | bison.info | 193 * Lexical:: You must supply a function `yylex' 200 The Lexical Analyzer Function `yylex' 233 * Lexical Tie-ins:: Token parsing can depend on the syntactic context. 234 * Tie-in Recovery:: Lexical tie-ins have implications for how 1425 The Lexical Analyzer Function `yylex': Lexical. 1473 The Lexical Analyzer Function `yylex': Lexical.). It could also 1804 2.1.3 The `rpcalc' Lexical Analyzer 1809 tokens by calling the lexical analyzer. *Note The Lexical Analyzer 1810 Function `yylex': Lexical. 2207 2.4.3 The `ltcalc' Lexical Analyzer. [all …]
|
D | bison.texinfo | 231 * Lexical:: You must supply a function @code{yylex} 238 The Lexical Analyzer Function @code{yylex} 271 * Lexical Tie-ins:: Token parsing can depend on the syntactic context. 272 * Tie-in Recovery:: Lexical tie-ins have implications for how 1225 @xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}. 1276 The lexical analyzer may be written by hand in C (@pxref{Lexical, ,The 1277 Lexical Analyzer Function @code{yylex}}). It could also be produced 1619 @subsection The @code{rpcalc} Lexical Analyzer 1625 tokens by calling the lexical analyzer. @xref{Lexical, ,The Lexical 2067 @subsection The @code{ltcalc} Lexical Analyzer. [all …]
|
/external/bison/tests/ |
D | calc.at | 250 | Lexical analyzer returns an integer on the stack and the token |
|
D | testsuite | 11118 | Lexical analyzer returns an integer on the stack and the token | 13559 | Lexical analyzer returns an integer on the stack and the token | 19608 | Lexical analyzer returns an integer on the stack and the token | 20848 | Lexical analyzer returns an integer on the stack and the token | 22070 | Lexical analyzer returns an integer on the stack and the token | 24501 | Lexical analyzer returns an integer on the stack and the token | 25714 | Lexical analyzer returns an integer on the stack and the token | 26945 | Lexical analyzer returns an integer on the stack and the token | 30594 | Lexical analyzer returns an integer on the stack and the token | 36652 | Lexical analyzer returns an integer on the stack and the token | [all …]
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 2855 M. E. Lesk and E. Schmidt, LEX - Lexical Analyzer Generator.
|
D | flex.texi | 3375 M. E. Lesk and E. Schmidt, LEX - Lexical Analyzer Generator.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 3550 M. E. Lesk and E. Schmidt, LEX - Lexical Analyzer Generator
|