OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lex
(Results
526 - 550
of
747
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
/external/clang/include/clang/Lex/
MacroInfo.h
18
#include "clang/
Lex
/Token.h"
/external/clang/lib/ARCMigrate/
ARCMT.cpp
18
#include "clang/
Lex
/Preprocessor.h"
TransformActions.cpp
14
#include "clang/
Lex
/Preprocessor.h"
/external/clang/lib/AST/
CommentLexer.cpp
730
void Lexer::
lex
(Token &T) {
CommentSema.cpp
17
#include "clang/
Lex
/Preprocessor.h"
[
all
...]
/external/clang/lib/Analysis/
ReachableCode.cpp
24
#include "clang/
Lex
/Preprocessor.h"
/external/clang/lib/CodeGen/
CGDeclCXX.cpp
407
// second - by
lex
order, so we emit ctor functions in proper order.
/external/clang/lib/Format/
FormatToken.h
22
#include "clang/
Lex
/Lexer.h"
/external/clang/lib/Frontend/
DiagnosticRenderer.cpp
17
#include "clang/
Lex
/Lexer.h"
/external/clang/lib/Index/
USRGeneration.cpp
14
#include "clang/
Lex
/PreprocessingRecord.h"
/external/clang/lib/Parse/
ParseExprCXX.cpp
17
#include "clang/
Lex
/LiteralSupport.h"
55
PP.
Lex
(DigraphToken);
56
PP.
Lex
(ColonToken);
476
PP.
Lex
(ColonColon);
[
all
...]
/external/clang/lib/Sema/
SemaAttr.cpp
20
#include "clang/
Lex
/Preprocessor.h"
SemaStmtAsm.cpp
19
#include "clang/
Lex
/Preprocessor.h"
/external/llvm/docs/tutorial/
LangImpl8.rst
299
line and column of the "source file". As we
lex
every token we set our current
/external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp
135
///
Lex
a string constant using the following regular expression: \"[^\"]*\"
/external/llvm/lib/MC/MCParser/
AsmLexer.cpp
64
--CurPtr; // Another call to
lex
will return EOF again.
/external/mesa3d/scons/
gallium.py
518
env.Tool('
lex
')
/external/opencv3/3rdparty/jinja2/
ext.py
619
tokens = list(environment.
lex
(environment.preprocess(source)))
/external/selinux/checkpolicy/
ChangeLog
165
* Merged remove use of REJECT and trailing context in
lex
rules; make ipv4 address parsing like ipv6 from James Carter.
/toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l
1
/* bfin-
lex
.l ADI Blackfin lexer
tc-bfin.c
582
To parse the line, YACC and
LEX
are used, because the instruction set
584
To call a YACC &
LEX
generated parser, we must provide the input via
597
/* our
lex
requires setting the start state to keyword
1152
happens in bfin-
lex
.l. */
[
all
...]
/external/elfutils/tests/
ChangeLog
477
* run-addr2line-i-
lex
-test.sh: New test.
478
* testfile-
lex
-inlines.bz2: New testfile.
479
* Makefile.am (EXTRA_DIST): Add run-addr2line-i-
lex
-test.sh and
480
testfile-
lex
-inlines.bz2.
481
(TESTS): Add run-addr2line-i-
lex
-test.sh.
[
all
...]
/external/selinux/sepolgen/src/sepolgen/
yacc.py
95
# .lexpos = Starting
lex
position
96
# .endlexpos = Ending
lex
position (optional, set automatically)
197
# If no lexer was given, we will try to use the
lex
module
199
from . import
lex
namespace
200
lexer =
lex
.lexer
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py
95
# .lexpos = Starting
lex
position
96
# .endlexpos = Ending
lex
position (optional, set automatically)
197
# If no lexer was given, we will try to use the
lex
module
199
from . import
lex
namespace
200
lexer =
lex
.lexer
[
all
...]
/external/libpcap/
configure
[
all
...]
Completed in 858 milliseconds
<<
21
22
23
24
25
26
27
28
29
30