Home
last modified time | relevance | path

Searched full:parsing (Results 1 – 25 of 2172) sorted by relevance

12345678910>>...87

/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp27 "Error while parsing %s: unknown record entry (%lu).", BlockName, in unknownRecord()
34 "Error while parsing %s: malformed record entry (%s).", BlockName, in malformedRecord()
168 "Error while parsing %s: expecting [ENTER_SUBBLOCK, %s, ...].", in parseBlock()
188 "Error while parsing %s: expecting records.", BlockName); in parseBlock()
199 "Error while parsing %s: unterminated block.", BlockName); in parseBlock()
231 "Error while parsing BLOCKINFO_BLOCK: expecting [ENTER_SUBBLOCK, " in parseBlockInfoBlock()
242 "Error while parsing BLOCKINFO_BLOCK."); in parseBlockInfoBlock()
264 "Unexpected error while parsing bitstream."); in isBlock()
376 "Error while parsing BLOCK_META: missing container version."); in processCommonMeta()
383 "Error while parsing BLOCK_META: invalid container type."); in processCommonMeta()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DParser.h39 /// run the verifier after parsing the file to check that it is okay.
45 /// parsing.
54 /// run the verifier after parsing the file to check that it is okay.
60 /// parsing.
78 /// run the verifier after parsing the file to check that they are okay.
84 /// parsing.
102 /// should run the verifier after parsing the file to check that it is okay.
113 /// should run the verifier after parsing the file to check that it is okay.
125 /// parsing.
139 /// parsing.
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DSpreadsheet-Read.tml31 description: Provides parsing of CSV streams
39 description: Provides parsing of Microsoft Excel files
46 description: Provides parsing of Microsoft Excel 2007 files
50 description: Provides parsing of OpenOffice spreadsheets
104 'description' => 'Provides parsing of CSV streams'
116 'description' => 'Provides parsing of Microsoft Excel files'
124 'description' => 'Provides parsing of Microsoft Excel 2007 files'
132 'description' => 'Provides parsing of OpenOffice spreadsheets'
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D120_incr_parse_truncated.t20 … unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error");
30 like ($e, qr/, or \} expected while parsing object\/hash/, "'} expected' json string error");
40 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
50 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
60 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
130 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
140 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
150 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
160 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
170 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
[all …]
/openbsd-src/lib/libexpat/tests/
H A Dnsalloc_tests.c75 /* Test the effects of allocation failure in simple namespace parsing.
101 fail("Parsing worked despite failing allocations"); in START_TEST()
103 fail("Parsing failed even at maximum allocation count"); in START_TEST()
245 fail("Parsing worked despite failing allocations"); in START_TEST()
247 fail("Parsing failed even at max allocation count"); in START_TEST()
305 fail("Parsing worked despite failing allocations"); in START_TEST()
307 fail("Parsing failed even at max allocation count"); in START_TEST()
348 fail("Parsing worked despite failing allocations"); in START_TEST()
350 fail("Parsing failed even at max allocation count"); in START_TEST()
434 fail("Parsing worked despite failing allocations"); in START_TEST()
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst34 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
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing8.C2 // GROUPS passed parsing
3 // parsing folder
15 // parsing folder
29 // Subject: bug in declaration parsing in g++ 2.4.5
/openbsd-src/lib/libcrypto/man/
H A DASN1_get_object.371 If parsing of the length octets remains incomplete after inspecting
72 that number of bytes, parsing fails with
106 or parsing failed.
128 bytes was insufficient to finish parsing,
138 If the problem occurred while parsing the identifier octets,
143 If the problem occurred while parsing the length octets,
H A DX509_check_purpose.359 It always fails if parsing fails for any extension contained in the
195 parsing them needs to succeed.
199 parsing them needs to succeed.
241 contains any extensions, parsing them succeeds.
350 parsing them needs to succeed.
365 If the parsing of certificate extensions fails, sanity checks fail or the
373 argument is \-1 and parsing and minimal sanity checks succeed,
/openbsd-src/gnu/gcc/libcpp/
H A Dmakeucnid.c80 fail ("parsing ucnid.tab [1]"); in read_ucnid()
88 fail ("parsing ucnid.tab, end before start"); in read_ucnid()
91 fail ("parsing ucnid.tab, junk after range"); in read_ucnid()
96 fail ("parsing ucnid.tab, end too large"); in read_ucnid()
131 fail ("parsing UnicodeData.txt, reading code point"); in read_table()
149 fail ("parsing UnicodeData.txt, combining class not number"); in read_table()
152 fail ("parsing UnicodeData.txt, junk after combining class"); in read_table()
168 fail ("parsing UnicodeData.txt, decomposition format"); in read_table()
175 fail ("parsing UnicodeData.txt, decomposition too long"); in read_table()
212 fail ("parsing DerivedNormalizationProps.txt, reading start"); in read_derived()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl02.rst14 `parser <http://en.wikipedia.org/wiki/Parsing>`_ for our Kaleidoscope
19 Parsing <http://en.wikipedia.org/wiki/Recursive_descent_parser>`_ and
21 Parsing <http://en.wikipedia.org/wiki/Operator-precedence_parser>`_ to
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
200 Basic Expression Parsing
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
347 Binary Expression Parsing
358 Parsing <http://en.wikipedia.org/wiki/Operator-precedence_parser>`_.
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h44 /// Implement target specific parsing of immediate mnemonics. The mnemonic is
49 llvm_unreachable("target did not implement parsing MIR immediate mnemonic"); in parseImmMnemonic()
61 /// Implement target specific parsing of target custom pseudo source value.
66 "target did not implement parsing MIR custom pseudo source value"); in parseCustomPseudoSourceValue()
76 /// will be useful for target specific parser, e.g. for parsing IR value for
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h42 /// as a glorified parameter list, performing the required parsing and
60 /// List of include directories that should be used when parsing the
84 /// The number of errors encountered during parsing. 0 means
102 /// After parsing, ownership of the execution unit for
149 /// from the parsing process.
152 /// The completion consumer that should be used during parsing
164 /// The number of parsing errors.
/openbsd-src/usr.bin/make/
H A Dlowparse.h32 /* low-level parsing module:
83 * Advance parsing to the next file in the input stack. Returns true
84 * if there is parsing left to do.
100 * Reads line without parsing anything beyond continuations.
105 * At end of parsing, report on fatal errors.
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h87 /// currently parsing a declaration. This is active when parsing a
88 /// variable's initializer, but not when parsing the body of a
174 /// A class for parsing a DeclSpec.
199 /// A class for parsing a declarator.
228 /// A class for parsing a field declarator.
293 /// Activates OpenMP parsing mode to preseve OpenMP specific annotation
358 /// after declaration/statement parsing, even when there's a parsing error.
399 /// RAII class that helps handle the parsing of an open/close delimiter
H A DParser.h58 /// parsing units of the grammar, productions are invoked to handle whatever has
73 /// Tok - The current token we are peeking ahead. All parsing methods assume
83 /// Tracks an expected type for the current token when parsing an expression.
226 /// true except when we are parsing an expression within a C++
237 /// Parsing OpenMP directive mode.
292 /// Gathers and cleans up TemplateIdAnnotations when parsing of a
304 /// likely-good position during parsing.
401 /// True if we are within an Objective-C container while parsing C-like decls.
408 /// Whether to skip parsing of function bodies.
419 /// Flags describing a context in which we're parsing a statement.
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h23 /// between parsing an asm instruction and recognizing it.
26 /// parsing MS-style inline assembly.
29 /// Constraint - The constraint on this operand. Only valid when parsing
78 /// variable/label? Only valid when parsing MS-style inline assembly.
82 /// variable, rather than its value? Only valid when parsing MS-style inline
/openbsd-src/lib/libexpat/lib/
H A Dexpat.h414 If parameter entity parsing is enabled, then in addition to the
425 The parser argument is the parser parsing the entity containing the
440 The context argument specifies the parsing context in the format
796 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
806 except when parsing an external parameter entity and resumable != 0.
811 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
813 When resumable != 0 (true) then parsing is suspended, that is,
815 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
820 there is a parent parser then it will continue parsing when the
823 parser (recursively), if one wants to stop parsing altogethe
846 enum XML_Parsing parsing; global() member
[all...]
/openbsd-src/share/man/man1/
H A Dpkg_check-version.122 .Nd verify parsing and ordering of package names
45 (full version parsing, including known suffixes, dewey numbers parsing,
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCXXFieldCollector.h9 // This file provides CXXFieldCollector that is used during parsing & semantic
23 /// CXXFieldCollector - Used to keep track of CXXFieldDecls during parsing of
26 /// Fields - Contains all FieldDecls collected during parsing of a C++
32 /// the parsing of a C++ class. When a nested class is entered, a new field
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dparser-defs.h54 related specifically to parsing. */
92 /* For parsing of complicated types.
177 /* During parsing of a C expression, the pointer to the next character
187 so they can share the storage that lexptr is parsing.
193 namecopy is allocated once, guaranteed big enough, for each parsing. */
201 /* Nonzero means stop parsing on first comma (if not within parentheses). */
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DUserExpression.h32 /// JIT an expression. The actual parsing part will be provided by the specific
51 /// If not eLanguageTypeUnknown, a language to use when parsing
73 /// are needed for parsing (locations of functions, types of
95 /// are needed for parsing and completing (locations of functions, types
128 /// are needed for parsing (locations of variables, etc.)
159 /// are needed for parsing (locations of variables, etc.)
195 /// Return the language that should be used when parsing. To use the
316 lldb::LanguageType m_language; ///< The language to use when parsing
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp81 return "Error parsing argument $0 for matcher $1."; in contextTypeToFormatString()
109 return "Error parsing string token: <$0>"; in errorTypeToFormatString()
111 return "Error parsing matcher. Found token <$0> while looking for '('."; in errorTypeToFormatString()
113 return "Error parsing matcher. Found end-of-code while looking for ')'."; in errorTypeToFormatString()
115 return "Error parsing matcher. Found token <$0> while looking for ','."; in errorTypeToFormatString()
127 return "Error parsing numeric literal: <$0>"; in errorTypeToFormatString()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DParsing.h1 //===--- Parsing.h - Parsing library for Transformer ------------*- C++ -*-===//
10 /// Defines parsing functions for Transformer types.
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DParsing.cpp1 //===--- Parsing.cpp - Parsing function implementations ---------*- C++ -*-===//
9 #include "clang/Tooling/Transformer/Parsing.h"
31 // the two should share a common parsing infrastructure, as should other
33 // much as possible with the AST Matchers parsing.
43 // The original input. Not modified during parsing; only for reference in
48 // Represents an intermediate result returned by a parsing function. Functions

12345678910>>...87