Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Error

335       if (CurLevel < DiagnosticsEngine::Error)
339 if (StoredLevel < DiagnosticsEngine::Error) {
355 return Ext >= diag::Severity::Error;
1012 Error("Expected lexical block");
1029 Error("Expected visible lookup table block");
1042 void ASTReader::Error(StringRef Msg) {
1043 Error(diag::err_fe_pch_malformed, Msg);
1050 void ASTReader::Error(unsigned DiagID,
1063 /// \returns true if there was an error.
1120 Error("malformed block record in AST file");
1126 Error("malformed source manager block record in AST file");
1136 case llvm::BitstreamEntry::Error:
1137 Error("malformed block record in AST file");
1200 Error("source location entry ID out-of-range for AST file");
1212 Error("incorrectly-formatted source location entry in AST file");
1220 Error("incorrectly-formatted source location entry in AST file");
1270 Error("AST record has invalid code");
1298 Error("AST record has invalid code");
1329 Error("source location entry ID out-of-range for AST file");
1363 Error("malformed block record in AST file");
1414 case llvm::BitstreamEntry::Error:
1415 Error("malformed block record in AST file");
1665 case llvm::BitstreamEntry::Error:
1666 Error("malformed block record in AST file");
1881 Error("malformed block record in AST file");
1889 Error("malformed block record in AST file");
2198 Error(ErrorStr.c_str());
2212 Error(diag::err_fe_pch_file_overridden, Filename);
2233 // erroneously trigger this error-handling path.
2253 Error(diag::err_fe_pch_file_modified, Filename, TopLevelPCHName);
2304 Error("malformed block record in AST file");
2322 case llvm::BitstreamEntry::Error:
2323 Error("malformed block record in AST file");
2376 Error("malformed block record in AST file");
2383 Error("malformed block record in AST file");
2598 Error("malformed block record in AST file");
2608 case llvm::BitstreamEntry::Error:
2609 Error("error at end of module block in AST file");
2635 Error("malformed block record in AST file");
2647 Error("malformed block record in AST file");
2658 Error("malformed preprocessor detail record in AST file");
2684 Error("malformed comments block in AST file");
2693 Error("malformed block record in AST file");
2714 Error("duplicate TYPE_OFFSET record in AST file");
2738 Error("duplicate DECL_OFFSET record in AST file");
2811 Error("duplicate IDENTIFIER_OFFSET record in AST file");
2852 Error("invalid special-types record");
2884 Error("invalid weak identifiers record");
3020 Error("SourceLocation remap refers to unknown module");
3074 Error("Multiple SOURCE_LOCATION_PRELOADS records in AST file");
3089 Error("Invalid VTABLE_USES record");
3108 Error("Invalid existing PendingInstantiations");
3113 Error
3126 Error("Invalid SEMA_DECL_REFS block");
3167 Error("invalid DECL_UPDATE_OFFSETS block in AST file");
3184 Error("invalid DECL_REPLACEMENTS block in AST file");
3195 Error("duplicate OBJC_CATEGORIES_MAP record in AST file");
3210 Error("duplicate CXX_BASE_SPECIFIER_OFFSETS record in AST file");
3221 Error("duplicate CXX_CTOR_INITIALIZERS_OFFSETS record in AST file");
3287 Error("Invalid existing UndefinedButUsed");
3292 Error("invalid undefined-but-used record");
3324 Error("duplicate LOCAL_REDECLARATIONS_MAP record in AST file");
3335 Error("duplicate MACRO_OFFSET record in AST file");
3364 Error("invalid pragma optimize record");
3436 Error("could not find file '" + Filename +"' referenced by AST file");
3854 // Otherwise, return an error.
3858 Error(Msg);
3868 // Otherwise, return an error.
3872 Error(Msg);
3904 case llvm::BitstreamEntry::Error:
3907 Error("invalid record at top-level of AST file");
3918 Error("malformed BlockInfoBlock in AST file");
3949 Error("malformed block record in AST file");
3978 Error("FILE type is NULL");
3988 Error("Invalid FILE type in AST file");
3999 Error("jmp_buf type is NULL");
4009 Error("Invalid jmp_buf type in AST file");
4020 Error("sigjmp_buf type is NULL");
4056 Error("ucontext_t type is NULL");
4109 case llvm::BitstreamEntry::Error:
4466 Error("malformed submodule block record in AST file");
4479 case llvm::BitstreamEntry::Error:
4480 Error("malformed block record in AST file");
4495 Error("submodule metadata record should be at beginning of block");
4501 // FIXME: Should we error on these cases?
4512 Error("malformed module definition");
4544 Error("too many submodules");
4594 // could just error. For now, assume it's okay.
4627 Error("mismatched umbrella directories in submodule");
4912 Error("no preprocessing record");
5249 Error("Incorrect encoding of extended qualifier type");
5259 Error("Incorrect encoding of complex type");
5268 Error("Incorrect encoding of pointer type");
5277 Error("Incorrect encoding of decayed type");
5283 Error("Decayed type does not decay");
5289 Error("Incorrect encoding of adjusted type");
5299 Error("Incorrect encoding of block pointer type");
5308 Error("Incorrect encoding of lvalue reference type");
5317 Error("Incorrect encoding of rvalue reference type");
5326 Error("Incorrect encoding of member pointer type");
5367 Error("incorrect encoding of vector type in AST file");
5380 Error("incorrect encoding of extended vector type in AST file");
5391 Error("incorrect encoding of no-proto function type");
5435 Error("incorrect encoding of typedef type");
5451 Error("incorrect encoding of typeof(type) in AST file");
5479 Error("incorrect encoding of record type");
5493 Error("incorrect encoding of enum type");
5506 Error("incorrect encoding of attributed type");
5517 Error("incorrect encoding of paren type");
5526 Error("incorrect encoding of pack expansion type");
5679 Error("Incorrect encoding of atomic type");
6199 Error("malformed AST file: missing C++ ctor initializers");
6219 Error("malformed AST file: missing C++ ctor initializers");
6231 Error("malformed AST file: missing C++ base specifier");
6249 Error("malformed AST file: missing C++ base specifiers");
6300 Error("declaration ID out-of-range for AST file");
6367 Error("declaration ID out-of-range for AST file");
6382 Error("declaration ID out-of-range for AST file");
6416 Error("Corrupted AST file");
7534 Error("no identifier table in AST file");
7584 Error("no macro table in AST file");
7636 Error("submodule ID out of range in AST file");
7656 Error("selector ID out of range in AST file");
8270 case llvm::BitstreamEntry::Error:
8271 Error("malformed block record in AST file");