OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lex
(Results
426 - 450
of
747
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/include/clang/Frontend/
FrontendOptions.h
58
RunPreprocessorOnly ///< Just
lex
, no output.
VerifyDiagnosticConsumer.h
14
#include "clang/
Lex
/Preprocessor.h"
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
14
#include "clang/
Lex
/Lexer.h"
TransProperties.cpp
36
#include "clang/
Lex
/Lexer.h"
/external/libpcap/msdos/
makefile.dj
72
$(
LEX
) -Ppcap_ -7 -t $^ > $@
/external/llvm/utils/
llvm.grm
26
C++ code to
lex
these; custom C++ code for emitting them would be
/frameworks/compile/slang/
slang_rs_context.h
28
#include "clang/
Lex
/Preprocessor.h"
/system/tools/aidl/
aidl_language_y.yy
15
%
lex
-param { void *lex_scanner }
/toolchain/binutils/binutils-2.25/binutils/
aclocal.m4
580
# Autoconf leaves
LEX
=: if
lex
or flex can't be found. Change that to a
586
if test "$
LEX
" = :; then
587
LEX
=${am_missing_run}flex
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
aclocal.m4
580
# Autoconf leaves
LEX
=: if
lex
or flex can't be found. Change that to a
586
if test "$
LEX
" = :; then
587
LEX
=${am_missing_run}flex
[
all
...]
config.in
359
/* Define to 1 if `
lex
' declares `yytext' as a `char *' by default, not a
configure.com
182
/* Define to 1 if `
lex
' declares `yytext' as a `char *' by default, not a
Makefile.in
65
bfin-parse.c itbl-parse.c itbl-
lex
.c $(srcdir)/../depcomp \
108
am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-
lex
.$(OBJEXT)
127
LEXCOMPILE = $(
LEX
) $(LFLAGS) $(AM_LFLAGS)
129
--mode=compile $(
LEX
) $(LFLAGS) $(AM_LFLAGS)
193
LEX
= `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @
LEX
@ ; fi`
306
# Automake 1.10+ disables
lex
and yacc output file regeneration if
324
IT_SRCS = itbl-parse.c itbl-
lex
-wrapper.c $(srcdir)/itbl-ops.c
325
IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-
lex
.l $(srcdir)/config/itbl-@target_cpu_type@.h
326
IT_OBJS = itbl-parse.@OBJEXT@ itbl-
lex
.@OBJEXT@ itbl-ops.@OBJEXT
[
all
...]
/toolchain/binutils/binutils-2.25/gas/po/
POTFILES.in
238
itbl-
lex
.h
/toolchain/binutils/binutils-2.25/ld/
aclocal.m4
580
# Autoconf leaves
LEX
=: if
lex
or flex can't be found. Change that to a
586
if test "$
LEX
" = :; then
587
LEX
=${am_missing_run}flex
[
all
...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as
55
* var
lex
:TLexer = new TLexer(input);
56
* var tokens:TokenRewriteStream = new TokenRewriteStream(
lex
);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs
65
* TLexer
lex
= new TLexer(input);
66
* TokenRewriteStream tokens = new TokenRewriteStream(
lex
);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs
68
* TLexer
lex
= new TLexer(input);
69
* TokenRewriteStream tokens = new TokenRewriteStream(
lex
);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java
55
* TLexer
lex
= new TLexer(input);
56
* TokenRewriteStream tokens = new TokenRewriteStream(
lex
);
/external/bison/
NEWS
197
** Spaces in %
lex
- and %parse-param (lalr1.cc, glr.cc)
199
Trailing end-of-lines in %parse-param or %
lex
-param would result in
263
%
lex
-param, will no longer be supported.
[
all
...]
/external/clang/include/clang/Lex/
HeaderSearch.h
17
#include "clang/
Lex
/DirectoryLookup.h"
18
#include "clang/
Lex
/ModuleMap.h"
/external/clang/lib/Basic/
DiagnosticIDs.cpp
134
CATEGORY(
LEX
, SERIALIZATION)
135
CATEGORY(PARSE,
LEX
)
/external/clang/lib/Frontend/
FrontendAction.cpp
21
#include "clang/
Lex
/HeaderSearch.h"
22
#include "clang/
Lex
/Preprocessor.h"
InitHeaderSearch.cpp
18
#include "clang/
Lex
/HeaderSearch.h"
19
#include "clang/
Lex
/HeaderSearchOptions.h"
/external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
18
#include "clang/
Lex
/Lexer.h"
19
#include "clang/
Lex
/Preprocessor.h"
Completed in 1067 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>