Searched +refs:parsing +refs:error (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
29 (* Skip token for error recovery. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
34 (* Skip token for error recovery. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
44 (* Skip token for error recovery. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
44 (* Skip token for error recovery. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
44 (* Skip token for error recovery. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml2 * Top-Level parsing and JIT Driver
44 (* Skip token for error recovery. *)
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dtcllib.test89 # Test error recovery from bogus paths (should ignore path and not find proc)
112 # Test error recovery from bogus package library indices.
132 set re {(error while autoloading "TclLibAAB": )?format error in library index "....+test1.tndx" \(bogus\)$}
143 set re {^(error while autoloading "TclLibAAB": )?range to eval outside of file bounds in "....+test1.tlib", index file probably corrupt$}
152 set re {^(error while autoloading "TclLibAAB": )?format error in library index ".*" \(test1-package -1 140 TclLibAAB TclLibAAC TclLibAAD\)$}
163 set re {^(error while autoloading "TclLibAAB": )?range to eval outside of file bounds in "...+test1.tlib", index file probably corrupt}
173 set re {^(error while autoloading "tcllibabb": )?building package index for.*/tcllib2.dir/test1.tlib' failed: couldn't open ".*/tcllib2.dir/test1.tndx": permission denied$}
282 # Test backslash parsing i
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Dscanner.c15 * sequence of parsing events.
482 * Return 1 on success, 0 on failure (reader error or memory error).
751 /* No tokens after STREAM-END or error. */
753 if (parser->stream_end_produced || parser->error) {
778 * Set the scanner error and return 0.
785 parser->error = YAML_SCANNER_ERROR;
1042 * If we don't determine the token type so far, it is an error.
1147 /* If the key is required, it is an error. */
1180 parser->error
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFOldStylePList.c54 CFErrorRef error; member in struct:__anon472
238 pInfo->error = __CFPropertyListCreateError(kCFPropertyListReadCorruptError, CFSTR("Unterminated quoted string starting on line %d"), lineNumberStrings(pInfo));
259 if (pInfo->error) {
260 CFRelease(pInfo->error);
261 pInfo->error = NULL;
284 pInfo->error = __CFPropertyListCreateError(kCFPropertyListReadCorruptError, CFSTR("Unexpected EOF"));
293 pInfo->error = __CFPropertyListCreateError(kCFPropertyListReadCorruptError, CFSTR("Unexpected EOF while parsing string"));
305 pInfo->error = __CFPropertyListCreateError(kCFPropertyListReadCorruptError, CFSTR("Invalid string character at line %d"), lineNumberStrings(pInfo));
321 pInfo->error
[all...]
H A DCFPropertyList.c110 // Used to reference an old-style plist parser error inside of a more general XML error
133 CFErrorRef error = NULL; local
144 error = CFErrorCreate(kCFAllocatorSystemDefault, kCFErrorDomainCocoa, code, userInfo);
149 error = CFErrorCreate(kCFAllocatorSystemDefault, kCFErrorDomainCocoa, code, NULL);
152 return error;
155 static CFStringRef __copyErrorDebugDescription(CFErrorRef error) { argument
157 if (error) {
158 CFDictionaryRef userInfo = CFErrorCopyUserInfo(error);
180 CFStringRef *error; member in struct:context
207 __CFPropertyListIsValidAux(CFPropertyListRef plist, bool recursive, CFMutableSetRef set, CFPropertyListFormat format, CFStringRef *error) argument
251 _CFPropertyListIsValidWithErrorString(CFPropertyListRef plist, CFPropertyListFormat format, CFStringRef *error) argument
299 CFErrorRef error; member in struct:__anon484
702 CFStringRef error = NULL; local
2196 encodingForXMLData(CFDataRef data, CFErrorRef *error, CFIndex *skip) argument
2496 _CFPropertyListCreateFromXMLStringError(CFAllocatorRef allocator, CFStringRef xmlString, CFOptionFlags option, CFErrorRef *error, Boolean allowNewTypes, CFPropertyListFormat *format) argument
2509 CFErrorRef error = NULL; local
2553 _CFPropertyListCreateFiltered(CFAllocatorRef allocator, CFDataRef data, CFOptionFlags option, CFSetRef keyPaths, CFPropertyListRef *value, CFErrorRef *error) argument
2604 _CFPropertyListCreateSingleValue(CFAllocatorRef allocator, CFDataRef data, CFOptionFlags option, CFStringRef keyPath, CFPropertyListRef *value, CFErrorRef *error) argument
2702 CFErrorRef error = NULL; local
2711 CFPropertyListCreateWithData(CFAllocatorRef allocator, CFDataRef data, CFOptionFlags options, CFPropertyListFormat *format, CFErrorRef *error) argument
2723 CFErrorRef error = NULL; local
2732 CFPropertyListCreateData(CFAllocatorRef allocator, CFPropertyListRef propertyList, CFPropertyListFormat format, CFOptionFlags options, CFErrorRef *error) argument
2779 CFPropertyListWrite(CFPropertyListRef propertyList, CFWriteStreamRef stream, CFPropertyListFormat format, CFOptionFlags options, CFErrorRef *error) argument
2848 CFErrorRef error = NULL; local
2874 __convertReadStreamToBytes(CFReadStreamRef stream, CFIndex max, uint8_t **buffer, CFIndex *length, CFErrorRef *error) argument
2917 CFPropertyListCreateWithStream(CFAllocatorRef allocator, CFReadStreamRef stream, CFIndex streamLength, CFOptionFlags mutabilityOption, CFPropertyListFormat *format, CFErrorRef *error) argument
2963 CFErrorRef error = NULL; local
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DProvider.pm10 # an error (STATUS_ERROR) or decline to provide the template
116 # template could not be found. On error (e.g. the file was found
117 # but couldn't be read or parsed), the pair ($error, STATUS_ERROR)
124 my ($data, $error);
129 ($data, $error) = $self->_load($name);
130 ($data, $error) = $self->_compile($data)
131 unless $error;
133 unless $error;
137 ($data, $error) = $self->{ ABSOLUTE }
146 ($data, $error)
[all...]
H A DParser.pm162 || return $class->error($self->{ FACTORY }->error());
170 || return $class->error($self->error());
230 return $self->error("Invalid tag style: $tagstyle")
255 return $self->error('only 1 parser style remaining')
516 # identified in the directive text. On error, the internal _ERROR string
736 # On error, undef is returned and the internal _ERROR field is set to
737 # indicate the error. This can be retrieved by calling the error()
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DProvider.pm10 # an error (STATUS_ERROR) or decline to provide the template
116 # template could not be found. On error (e.g. the file was found
117 # but couldn't be read or parsed), the pair ($error, STATUS_ERROR)
124 my ($data, $error);
129 ($data, $error) = $self->_load($name);
130 ($data, $error) = $self->_compile($data)
131 unless $error;
133 unless $error;
137 ($data, $error) = $self->{ ABSOLUTE }
146 ($data, $error)
[all...]
H A DParser.pm162 || return $class->error($self->{ FACTORY }->error());
170 || return $class->error($self->error());
230 return $self->error("Invalid tag style: $tagstyle")
255 return $self->error('only 1 parser style remaining')
516 # identified in the directive text. On error, the internal _ERROR string
736 # On error, undef is returned and the internal _ERROR field is set to
737 # indicate the error. This can be retrieved by calling the error()
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm334 XML::Parser - A perl module for parsing XML documents
371 expat library. Each call to one of the parsing methods creates a new
381 If neither C<Style> nor C<Handlers> are specified, then parsing just
416 instance of expat that is parsing the document. Further details on
429 of the line in which the error occurred.
458 alone on a line while parsing from a stream, then the parse is ended as if it
503 A die call is thrown if a parse error occurs. Otherwise it will return 1
542 This is called just before the parsing of the document starts.
546 This is called just after parsing has finished, but only if no errors
616 external entity couldn't be found and will generate a parse error
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm87 You cannot have a literal I<'error'> in your grammar as it would
88 confuse the driver with the I<error> token. Use a symbolic token instead.
90 you should have written it I<error> and will treat it as if it were the
91 I<error> token, which is certainly NOT what you meant.
139 as tokens, generating a syntax error if used in the left hand side of
190 of your parser module. Here you can write your lexer, error report
196 parsing flow and they must return a semantic value.
244 Four useful methods in error recovery sub
260 IS expected to report an error if encountered.
262 To detect such a thing in your error reportin
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm87 You cannot have a literal I<'error'> in your grammar as it would
88 confuse the driver with the I<error> token. Use a symbolic token instead.
90 you should have written it I<error> and will treat it as if it were the
91 I<error> token, which is certainly NOT what you meant.
139 as tokens, generating a syntax error if used in the left hand side of
190 of your parser module. Here you can write your lexer, error report
196 parsing flow and they must return a semantic value.
244 Four useful methods in error recovery sub
260 IS expected to report an error if encountered.
262 To detect such a thing in your error reportin
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpython3complete.vim14 " Continue parsing on invalid line??
17 " * Fixed docstring parsing for classes and functions
18 " * Fixed parsing of *args and **kwargs type arguments
19 " * Better function param parsing to handle things like tuples and
37 " * Added tuple assignment parsing (whoops, that was forgotten)
121 except vim.error:
122 dbg("VIM Error: %s" % vim.error)
541 print("function: syntax error...")
549 print("class: syntax error...")
565 print("from: syntax error
[all...]
H A Dpythoncomplete.vim12 " Continue parsing on invalid line??
15 " * Fixed docstring parsing for classes and functions
16 " * Fixed parsing of *args and **kwargs type arguments
17 " * Better function param parsing to handle things like tuples and
35 " * Added tuple assignment parsing (whoops, that was forgotten)
138 except vim.error:
139 dbg("VIM Error: %s" % vim.error)
559 print "function: syntax error..."
567 print "class: syntax error..."
583 print "from: syntax error
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestHTML.c543 * Display and format a error messages, gives file, line, position and
552 fprintf(stdout, "SAX.error: ");
856 printf("\tParse the HTML files and output the result of the parsing\n");
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestHTML.c543 * Display and format a error messages, gives file, line, position and
552 fprintf(stdout, "SAX.error: ");
856 printf("\tParse the HTML files and output the result of the parsing\n");
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DPurePerl.pm109 my ($error, $reader) = @_;
111 # warn("parser error: $error from ", $reader->line, " : ", $reader->column, "\n");
113 Message => $error,
728 Currently lots, probably. At the moment the weakest area is parsing DOCTYPE declarations,
729 though the code is in place to start doing this. Also parsing parameter entity
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dptcap.vim20 " to be an error, we start parsing 20 lines up, unless something else
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL86 error => [qw(ErrorHandler Handler)],
551 The parse method is the main entry point to parsing documents. Internally
552 the parse method will detect what type of "thing" you are parsing, and
565 is not for parsing XML. An example might be a DBI driver that generates
723 =item * error
802 my $error;
804 $error = $self->{Message} . " [Ln: " . $self->{LineNumber} .
808 $error = $self->{Message};
811 $error .= stackstring($self->{StackTrace});
813 $error
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t177 %left error
222 /* Used in lex.c for parsing pragmas. */
370 | template_header error %prec EMPTY
396 | error ';'
397 | error '}'
420 | fn_dot_def1 maybe_return_init error
487 | member_init_list error
620 | error
631 | maybe_label_decls stmts error '}'
632 | maybe_label_decls error '}'
[all...]

Completed in 224 milliseconds

1234