Searched
full:lex (Results
326 -
350 of
747) sorted by null
<<11121314151617181920>>
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 20 #include "clang/Lex/DirectoryLookup.h" 21 #include "clang/Lex/ModuleLoader.h" 22 #include "clang/Lex/Pragma.h"
|
PTHManager.h | 20 #include "clang/Lex/PTHLexer.h"
|
/external/clang/lib/Lex/ |
PreprocessingRecord.cpp | 14 #include "clang/Lex/PreprocessingRecord.h" 15 #include "clang/Lex/MacroInfo.h" 16 #include "clang/Lex/Token.h"
|
PPMacroExpansion.cpp | 15 #include "clang/Lex/Preprocessor.h" 20 #include "clang/Lex/CodeCompletionHandler.h" 21 #include "clang/Lex/ExternalPreprocessorSource.h" 22 #include "clang/Lex/LexDiagnostic.h" 23 #include "clang/Lex/MacroArgs.h" 24 #include "clang/Lex/MacroInfo.h" 411 // Okay, if we know that the token is a '(', lex it and return. Otherwise we 794 // identifiers we lex as macro arguments correspond to disabled macros. [all...] |
/external/e2fsprogs/lib/ss/ |
Makefile.in | 70 MKCMDSOBJS= mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o 72 MKCMDSFILES= mk_cmds.c utils.c options.c ct.y cmd_tbl.lex.l 74 MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
input.go | 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go:1 8 package lex
|
/prebuilts/go/darwin-x86/src/text/template/parse/ |
lex.go | 35 // itemType identifies the type of lex items. 184 // lex creates a new scanner for the input string. 185 func lex(name, input, left, right string) *lexer {
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
input.go | 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go:1 8 package lex
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
lex.go | 35 // itemType identifies the type of lex items. 184 // lex creates a new scanner for the input string. 185 func lex(name, input, left, right string) *lexer {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Strip.java | 63 ANTLRv3Lexer lex = new ANTLRv3Lexer(input); local 64 tokens = new TokenRewriteStream(lex);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToSAXHandler.java | 48 LexicalHandler lex, 52 setLexHandler(lex);
|
/external/clang/include/clang/Basic/ |
DiagnosticCommonKinds.td | 39 // Parse && Lex 127 // Sema && Lex
|
/external/clang/lib/CodeGen/ |
ObjectFilePCHContainerOperations.cpp | 22 #include "clang/Lex/Preprocessor.h" 23 #include "clang/Lex/HeaderSearch.h"
|
/external/clang/lib/Edit/ |
Commit.cpp | 13 #include "clang/Lex/Lexer.h" 14 #include "clang/Lex/PPConditionalDirectiveRecord.h"
|
/external/clang/test/Sema/ |
PR16678.c | 58 * in its suffix; otherwise, the behavior is undefined. See 2.13.1 [lex.icon] 94 * in its suffix; otherwise, the behavior is undefined. See 2.13.1 [lex.icon]
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
CssFuzzerTest.java | 117 CssTokens tokens = CssTokens.lex(randomCss); 120 String renormalized = CssTokens.lex(tokens.normalizedCss).normalizedCss;
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 12 "cmd/asm/internal/lex" 34 parser.start(lex.Tokenize(test.input))
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 12 "cmd/asm/internal/lex" 34 parser.start(lex.Tokenize(test.input))
|
/development/samples/ApiDemos/res/raw/ |
motogp_stats.html | 78 <td>?lex Crivill?</td>
|
/external/bison/src/ |
parse-gram.y | 55 /** Add a lex-param or a parse-param. 165 PERCENT_LEX_PARAM "%lex-param" 287 | "%lex-param" "{...}" { add_param ("lex_param", $2, @2); } 715 /* Add a lex-param or a parse-param (depending on TYPE) with
|
/external/clang/lib/Frontend/ |
HeaderIncludeGen.cpp | 13 #include "clang/Lex/Preprocessor.h"
|
TextDiagnosticPrinter.cpp | 19 #include "clang/Lex/Lexer.h"
|
/external/clang/lib/Frontend/Rewrite/ |
HTMLPrint.cpp | 21 #include "clang/Lex/Preprocessor.h"
|
/external/clang/lib/StaticAnalyzer/Core/ |
IssueHash.cpp | 15 #include "clang/Lex/Lexer.h"
|
/external/clang/tools/libclang/ |
CIndexUSRs.cpp | 20 #include "clang/Lex/PreprocessingRecord.h"
|
Completed in 1250 milliseconds
<<11121314151617181920>>