/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | MSVCCompatibility.rst | 34 parsing and semantic compatibility tweaks are controlled by 35 ``-fms-compatibility`` and ``-fdelayed-template-parsing``, and they are a work 120 The first major semantic difference is that MSVC appears to defer all parsing 123 controlled by the ``-fdelayed-template-parsing`` flag. While Clang delays 124 parsing of method bodies, it still parses the bodies *before* template argument 132 is parsing your template, so the user is sometimes required to use the 135 user intended to find the name in a dependent base. While parsing the 155 application. There are still issues parsing WRL headers for modern Windows 8
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | opt-warnings-as-errors.exp | 2 make: parsing warnings being treated as errors 4 parsing continues
|
H A D | opt-no-action.exp | 1 command during parsing
|
H A D | opt-query.exp | 2 command during parsing
|
H A D | deptgt.exp | 20 while parsing "${:U:Z}:"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | plugin.def | 20 /* Called before parsing the body of a function. */ 23 /* After finishing parsing a function. */ 29 /* After finishing parsing a type. */ 32 /* After finishing parsing a declaration. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | plugin.def | 20 /* Called before parsing the body of a function. */ 23 /* After finishing parsing a function. */ 29 /* After finishing parsing a type. */ 32 /* After finishing parsing a declaration. */
|
/netbsd-src/external/mit/isl/dist/ |
H A D | ChangeLog | 44 - accept ranges in tuples during parsing 199 - improved argument parsing 207 - improved parsing 227 - improved parsing 241 - improved argument parsing 265 - improved argument parsing
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
H A D | README.md | 1 ## fast_float number parsing library: 4x faster than strtod 13 …e, these `fast_float` functions many times faster than comparable number-parsing functions from ex… 34 That is, we provide exact parsing according to the IEEE standard. 55 if(answer.ec != std::errc()) { std::cerr << "parsing failure\n"; return EXIT_FAILURE; } 101 …if((answer.ec != std::errc()) || ((result != 3.1416))) { std::cerr << "parsing failure\n"; return … 128 …ttps://github.com/apache/arrow/pull/8494) where it multiplied the number parsing speed by two or t… 139 # parsing random integers in the range [0,1)
|
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | xmlparse.c | 1147 parser->m_parsingStatus.parsing = XML_INITIALIZED; in parserInit() 1228 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetEncoding() 1229 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetEncoding() 1505 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_UseForeignDTD() 1506 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_UseForeignDTD() 1521 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetReturnNSTriplet() 1522 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetReturnNSTriplet() 1791 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetParamEntityParsing() 1792 || parser->m_parsingStatus.parsing == XML_SUSPENDED) in XML_SetParamEntityParsing() 1809 if (parser->m_parsingStatus.parsing == XML_PARSING in XML_SetHashSalt() [all …]
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | HISTORY | 29 3544318 ipnat.conf parsing ignores LHS address family 44 3543404 ipnat.conf parsing uses family/ip version badly 45 3543403 incorrect line number printed in ipnat parsing errors 67 3540999 ipnat.conf parsing has trouble with icmpidmap for ipv6 68 3540825 whois output parsing error for ipv6 84 3536201 ipf.conf parsing too address friendly 94 3531870 ipnat.conf parsing needs to support inet6 95 3532048 error in ipf group parsing 98 3531890 whois pool parsing builds bad structures 99 3531891 icmpv6 text parsing ignorant of icmp types [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | error-1.txt | 1 # Check error on a shell parsing failure.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | index.rst | 53 With the lexer in place, we can talk about parsing techniques and 55 parsing and operator precedence parsing.
|
H A D | LangImpl02.rst | 23 the former for everything else). Before we get to parsing though, let's 143 With this scaffolding, we can now talk about parsing expressions and 247 expects that the current token is a '(' token, but after parsing the 313 Now that we have all of our simple expression-parsing logic in place, we 359 This parsing technique uses the precedence of binary operators to guide 398 With the helper above defined, we can now start parsing binary 399 expressions. The basic idea of operator precedence parsing is to break 402 Operator precedence parsing considers this as a stream of primary 496 then continue parsing: 540 primary has higher precedence than the binop we are currently parsing. [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/ |
H A D | svcb.dsc | 3 Description: Test SVCB and HTTPS parsing
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | CMakeLists.txt | 40 # Debug build due to parsing AST.h. Disable the processing 61 # Skip this in debug mode because parsing AST.h is too slow
|
/netbsd-src/external/bsd/ntp/dist/libjsmn/ |
H A D | README.md | 41 * incremental single-pass parsing 75 This approach provides enough information for parsing any JSON data and makes 144 Passing NULL instead of the tokens array would not store parsing results, but
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | OPTIONS.pod | 12 - Option parsing for commands and tests 60 The functions on this page provide a common set of option-parsing for 63 that multi-character flag names are supported, and a variety of parsing 219 can be used to reset the option parsing loop. 240 Within the option parsing loop, the following functions may be called. 259 There are a several useful functions for parsing numbers. These are
|
/netbsd-src/external/bsd/ntp/dist/sntp/harden/ |
H A D | README | 4 ../scripts/genHardFlags handles the parsing of these files.
|
/netbsd-src/external/bsd/wpa/dist/hostapd/logwatch/ |
H A D | README | 3 analyzer script for parsing hostapd system log entries for logwatch.
|
/netbsd-src/sys/arch/sgimips/stand/boot/ |
H A D | version | 9 1.2: When parsing boot device for type, skip pci(n) -- needed for IP32
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | README.gcc | 4 They cover the lexical analysis, parsing, and semantic analysis of the
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | README.gcc | 4 They cover the lexical analysis, parsing, and semantic analysis of the
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticCrossTUKinds.td | 15 "error parsing index file: '%0' line: %1 'UniqueID filename' format "
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | ChangeLog | 520 * load.c: remove unused etypes code, and add parsing of the 631 * load.c: fix option parsing 653 * kadmin.c: add option parsing, and add `privs' as an alias for 658 * rename.c: add option parsing 660 * load.c: add option parsing 665 * del_enctype.c: add option parsing 667 * del.c: add option parsing 834 * load.c: checking all parsing for errors and all memory 927 * mod.c: add parsing of lots of options. From Love 951 * util.c (str2timeval, edit_time): functions for parsing and
|