HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 1001 - 1025 of 3047) sorted by null

<<41424344454647484950>>

  /external/clang/include/clang/Lex/
DirectoryLookup.h 147 /// be imported instead of preprocessing/parsing the file found.
  /external/clang/include/clang/Sema/
Designator.h 11 // C99 designated initializers) during parsing.
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 1 //===--- ParseDeclCXX.cpp - C++ Declaration Parsing -----------------------===//
165 "parsing namespace");
167 // Parse the contents of the namespace. This includes parsing recovery on
467 // Parse the unqualified-id. We allow parsing of both constructor and
566 // Proceed parsing, but reset the IsTypeName flag.
    [all...]
ParseStmt.cpp 202 // If the next token is '::', jump right into parsing a
353 // Recover parsing as a case statement.
520 // Parsing this naively works, but is both inefficient and can cause us to run
532 // far. When parsing 'case 4', this is the 'case 3' node.
548 /// Disable this form of error recovery while we're parsing the case
594 // If we had a sema error parsing this case, then just ignore it and
595 // continue parsing the sub-stmt.
616 // If we found a non-case statement, start by parsing it.
891 // continue parsing the if statement.
    [all...]
  /external/clang/test/CXX/class.access/
p6.cpp 12 // without first parsing the rest of the function
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 138 // FIXME: we know we're parsing a type here; don't recover as if we were
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 172 // method body parsing and afterward. Those different points of instantiation
  /external/clang/test/SemaObjCXX/
literals.mm 177 // Test parsing
  /external/doclava/src/com/google/doclava/
DocFile.java 89 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
  /external/dropbear/
CHANGES 337 - Fix behaviour of authorized_keys parsing, so larger (>1024 bit) DSA keys will
355 - Terminal mode parsing now handles empty terminal mode strings (sent by
512 - Fix remote version-string parsing error
527 - Fixup for bad base64 parsing in authorized_keys
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 66 if (opts == null) // this means there were args parsing errors
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 68 if (opts == null) // this means there were args parsing errors
  /external/emma/core/java12/com/vladium/emma/rt/
IClassLoadHook.java 28 // * to let the JVM native code do the parsing of class definitions for classes
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
GenericAttribute_info.java 18 * This attribute structure is used during parsing to absorb all attribute types
  /external/expat/
README 4 This is Expat, a C library for parsing XML, written by James Clark.
configure.in 143 [Define to make parameter entity parsing functionality available.])
  /external/expat/amiga/include/interfaces/
expat.h 81 int APICALL (*XML_SetParamEntityParsing)(struct ExpatIFace *Self, XML_Parser parser, enum XML_ParamEntityParsing parsing);
  /external/freetype/include/freetype/
ftlist.h 197 /* Note that parsing is stopped as soon as one of the iterator calls */
  /external/guava/guava/src/com/google/common/base/
Throwables.java 208 * parsing the resulting string; if you need programmatic access to the stack
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 112 * an exception if parsing fails. Always use this method in preference to
  /external/icu4c/i18n/
rbt_data.h 42 * data structure handles this. See the parsing code for more
selfmt.cpp 187 // Parsing not supported.
  /external/icu4c/i18n/unicode/
utrans.h 181 * of any parsing errors. This parameter may be NULL if no
182 * parsing error details are desired.
531 * details of any parsing errors. This parameter may be NULL if no
532 * parsing error details are desired.
  /external/icu4c/io/
sprintf.c 251 /* parsing error */
  /external/icu4c/samples/datefmt/
README.TXT 20 3. What kind of formatting and parsing support is available in ICU, i.e.

Completed in 1709 milliseconds

<<41424344454647484950>>