/external/bison/doc/ |
refcard.tex | 479 \key{User defined lexical analyzer.} {int yylex()}
|
/external/clang/include/clang/Basic/ |
DiagnosticLexKinds.td | 14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
|
/external/javassist/src/main/javassist/compiler/ |
Lex.java | 37 * Constructs a lexical analyzer.
|
/external/qemu/elff/ |
elf_file.cc | 211 * a lexical block, for instance). */
|
/external/svox/pico/lib/ |
picokpr.c | 328 /* knowledge base access routines for lexical categories in LexCatArr */
|
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.c | 102 additional character classes which are useful when doing lexical
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
README-jsDriver.html | 53 or <i>Lexical Rules</i>. Testcases are located under the
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.h | 217 // This frame is often referred to as the "lexical global object."
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
Lock.java | 28 * order, and all locks must be released in the same lexical scope in which
|
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/ |
Driver.java | 51 "http://xml.org/sax/properties/lexical-handler";
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_file.cc | 211 * a lexical block, for instance). */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.def | 150 /* GIMPLE_BIND <VARS, BLOCK, BODY> represents a lexical scope.
|
gimple.h | 317 Lexical block holding this statement. */ 418 which is analogous to TREE_BLOCK (i.e., the lexical block holding 420 in tree land (i.e., the lexical scope defined by this bind). See 1074 /* Return the lexical scope block holding statement G. */ 1083 /* Set BLOCK to be the lexical scope block holding statement G. */ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
gimple.def | 150 /* GIMPLE_BIND <VARS, BLOCK, BODY> represents a lexical scope.
|
gimple.h | 317 Lexical block holding this statement. */ 418 which is analogous to TREE_BLOCK (i.e., the lexical block holding 420 in tree land (i.e., the lexical scope defined by this bind). See 1074 /* Return the lexical scope block holding statement G. */ 1083 /* Set BLOCK to be the lexical scope block holding statement G. */ [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
gimple.def | 150 /* GIMPLE_BIND <VARS, BLOCK, BODY> represents a lexical scope.
|
gimple.h | 317 Lexical block holding this statement. */ 418 which is analogous to TREE_BLOCK (i.e., the lexical block holding 420 in tree land (i.e., the lexical scope defined by this bind). See 1074 /* Return the lexical scope block holding statement G. */ 1083 /* Set BLOCK to be the lexical scope block holding statement G. */ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMManagerDefault.java | 433 "http://xml.org/sax/properties/lexical-handler", 467 reader.setProperty("http://xml.org/sax/properties/lexical-handler", null);
|
/external/clang/lib/Lex/ |
TokenLexer.cpp | 437 // If this is the first token, set the lexical properties of the token to 438 // match the lexical properties of the macro identifier.
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.cpp | 85 ///< used by dwarf writer to find lexical scope. 236 /// Only first one needs DebugLoc to identify variable's lexical scope [all...] |
/external/v8/src/ |
top.cc | 460 // current lexical context and the accessed object. 503 // current lexical context and the accessed object. [all...] |
/external/llvm/docs/ |
SourceLevelDebugging.html | 472 two lexical blocks at same depth. </p> [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 592 // Load current lexical context from the stack frame. 595 // When generating debug code, make sure the lexical context is set. 598 Check(not_equal, "we should not have an empty lexical context"); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerIdentityImpl.java | 463 reader.setProperty("http://xml.org/sax/properties/lexical-handler", [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 869 * Return this DTM's lexical handler, if it has one. 873 * @return null if this model doesn't respond to lexical SAX events. [all...] |