Searched refs:IsError (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h1030 bool IsError = static_cast<bool>(Err); local
1031 if (IsError)
1033 return IsError;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp709 bool IsError = false; local
722 IsError = true;
731 IsError = true;
737 IsError = true;
754 IsError = true;
778 return IsError;
802 bool IsError = local
808 if (IsError)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1776 bool IsError = Diags.getDiagnosticIDs()->isDefaultMappingAsError(DiagID); local
1779 (DeferHint || !IsError);
1781 if (IsError)
H A DSemaExprObjC.cpp1813 bool IsError = false; local
1842 IsError = true;
1869 IsError = true;
1894 IsError |= Arg.isInvalid();
1912 IsError |= CheckObjCMethodCall(
1915 return IsError;
H A DSemaOverload.cpp14641 bool IsError = false;
14648 IsError = true;
14667 IsError |= InputInit.isInvalid();
14673 IsError = true;
14689 IsError |= Arg.isInvalid();
14694 if (IsError)
H A DSemaExpr.cpp11074 bool IsError) {
11075 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
11115 bool IsError) {
11116 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
11072 diagnoseDistinctPointerComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
11112 diagnoseFunctionPointerToVoidComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument

Completed in 231 milliseconds