Home | History | Annotate | Download | only in Sema

Lines Matching defs:Error

51 /// This is useful when doing custom type-checking.  Returns true on error.
120 ASTContext::GetBuiltinTypeError Error;
121 Context.GetBuiltinType(BuiltinID, Error, &ICEArguments);
122 if (Error != ASTContext::GE_None)
630 // FIXME: VFP Intrinsics should error if VFP not present.
1257 /// Returns true on error.
1570 // can fail in some cases (1i -> int**), check for this error case now.
1648 /// Emit an error and return true on failure, return false on success.
2530 // The presence of a null character is likely an error.
2538 // Note that this may return NULL if there was an error parsing or building
2979 // function if we encounter some other error.
3109 // Look through argument promotions for our error message's reported type.
3445 // function if we encounter some other error.
3640 ASTContext::GetBuiltinTypeError Error = ASTContext::GE_None;
3641 QualType BuiltinType = Context.GetBuiltinType(AbsType, Error);
3642 if (Error != ASTContext::GE_None)
5855 // and expressions, for instance, assert(0 && "error here"), are