/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
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.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.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/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...] |
/external/icu4c/common/ |
ucnvbocu.c | 34 * preserving lexical order. 40 * code points. Lexical order is preserved if the "previous code point" state [all...] |
/external/mksh/src/ |
lex.c | 30 #define SBASE 0 /* outside any lexical constructs */ 178 * Lexical analyser [all...] |
syn.c | 748 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Document.java | 603 * <code>DOMImplementation.createDocument</code>. No lexical checking is [all...] |
/cts/tools/dasm/src/java_cup/ |
lexer.java | 8 /** This class implements a small scanner (aka lexical analyzer or lexer) for
|
/external/bison/tests/ |
calc.at | 250 | Lexical analyzer returns an integer on the stack and the token |
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-sections.txt | 1486 <TITLE>Lexical Scanner</TITLE> [all...] |
/external/clang/docs/ |
Block-ABI-Apple.txt | 305 2.3.2 Access to __block variables from within its lexical scope.
|
/external/clang/include/clang/Basic/ |
DiagnosticLexKinds.td | 14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 59 // If we've changed files in the middle of a lexical scope go ahead 60 // and create a new lexical scope with file node if it's different [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
BasicObjCFoundationChecks.cpp | 115 // lexical comparisons.
|
/external/dhcpcd/ |
dhcpcd.8 | 161 in a lexical order.
|
dhcpcd.8.in | 161 in a lexical order.
|
/external/gtest/test/ |
gtest_output_test_.cc | 153 // Tests that SCOPED_TRACE() obeys lexical scopes.
|
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 31 /** A lexical analyzer that is used by all parsers in our implementation.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
PipelinedMsgParser.java | 103 * Enable/disable tracing or lexical analyser switch.
|
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 147 // Tests that SCOPED_TRACE() obeys lexical scopes.
|
/external/webkit/Tools/android/flex-2.5.4a/ |
main.c | 1 /* flex - tool to generate fast lexical analyzers */
|
/libcore/luni/src/main/java/javax/xml/namespace/ |
QName.java | 43 * <p>The prefix is included in <code>QName</code> to retain lexical
|