HomeSort by relevance Sort by last modified time
    Searched full:lex (Results 376 - 400 of 747) sorted by null

<<11121314151617181920>>

  /external/clang/lib/Serialization/
ModuleManager.cpp 15 #include "clang/Lex/HeaderSearch.h"
16 #include "clang/Lex/ModuleMap.h"
  /external/ipsec-tools/src/include-glibc/
Makefile.in 92 LEX = @LEX@
  /external/javassist/src/main/javassist/compiler/
Lex.java 27 public class Lex implements TokenId {
39 public Lex(String s) {
  /external/mesa3d/src/glsl/
README 3 1) lex and yacc-based preprocessor takes the incoming shader string
9 2) lex and yacc-based parser takes the preprocessed string and
  /external/v8/test/mjsunit/
array-sort.js 118 var lex = %SmiLexicographicCompare(x, y);
120 assertEquals(lex, expected, x + " < " + y);
  /ndk/sources/host-tools/nawk-20071023/
lex.c 92 #define RET(x) { if(dbg)printf("lex %s\n", tokname(x)); return(x); }
536 /* low-level lexical stuff, sort of inherited from lex */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
operand_test.go 15 "bootstrap/asm/internal/lex"
37 parser.start(lex.Tokenize(test.input))
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 287 //TODO this instruction is undefined in lex.go LMA R1, R2, R3 NOT SUPPORTED (called MAC)
478 // TODO these instructions are not in lex.go
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
operand_test.go 15 "bootstrap/asm/internal/lex"
37 parser.start(lex.Tokenize(test.input))
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 287 //TODO this instruction is undefined in lex.go LMA R1, R2, R3 NOT SUPPORTED (called MAC)
478 // TODO these instructions are not in lex.go
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 145 // Force token load and lex (don't do this normally,
  /external/bison/src/
scan-skel.l 21 %option prefix="skel_" outfile="lex.yy.c"
  /external/clang/include/clang/Lex/
DirectoryLookup.h 19 #include "clang/Lex/ModuleMap.h"
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 13 #include "clang/Lex/PreprocessorOptions.h"
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 22 #include "clang/Lex/HeaderSearch.h"
23 #include "clang/Lex/PTHManager.h"
24 #include "clang/Lex/Preprocessor.h"
25 #include "clang/Lex/PreprocessorOptions.h"
    [all...]
VerifyDiagnosticConsumer.cpp 19 #include "clang/Lex/HeaderSearch.h"
20 #include "clang/Lex/Preprocessor.h"
576 /// \brief Lex the specified source file to determine whether it contains
587 // Create a lexer to lex all the tokens of the main file in raw mode.
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 17 #include "clang/Lex/Preprocessor.h"
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 17 #include "clang/Lex/Preprocessor.h"
  /external/clang/tools/libclang/
Indexing.cpp 25 #include "clang/Lex/HeaderSearch.h"
26 #include "clang/Lex/PPCallbacks.h"
27 #include "clang/Lex/PPConditionalDirectiveRecord.h"
28 #include "clang/Lex/Preprocessor.h"
    [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 13 #include "clang/Lex/Preprocessor.h"
  /external/ipsec-tools/
NEWS 152 o Fix racoon lex/yacc support
  /external/ipsec-tools/src/libipsec/
Makefile.in 79 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
81 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
141 LEX = @LEX@
  /external/libpcap/
Makefile.in 74 # used by the generated parser. This allows programs to use lex/yacc
77 LEX = @V_LEX@
156 lex.yy.c pcap-config
448 $(srcdir)/runlex.sh $(LEX) -o$@ $<
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 143 virtual const AsmToken &Lex() = 0;
  /external/mesa3d/docs/
install.html 30 <li>lex / yacc - for building the GLSL compiler.

Completed in 2075 milliseconds

<<11121314151617181920>>