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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1025 bool IsError = static_cast<bool>(Err); local
1026 if (IsError)
1028 return IsError;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp702 bool IsError = false; local
715 IsError = true;
724 IsError = true;
730 IsError = true;
747 IsError = true;
770 return IsError;
794 bool IsError = local
806 if (IsError)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1688 bool IsError = false; local
1716 IsError = true;
1743 IsError = true;
1768 IsError |= Arg.isInvalid();
1786 IsError |= CheckObjCMethodCall(
1789 return IsError;
H A DSemaOverload.cpp14264 bool IsError = false;
14271 IsError = true;
14290 IsError |= InputInit.isInvalid();
14296 IsError = true;
14312 IsError |= Arg.isInvalid();
14317 if (IsError)
H A DSemaOpenMP.cpp5509 bool IsError = false;
5556 IsError = IsError || !Score;
5561 if (!IsError) {
H A DSemaExpr.cpp10158 bool IsError) {
10159 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
10199 bool IsError) {
10200 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
10156 diagnoseDistinctPointerComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
10196 diagnoseFunctionPointerToVoidComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument

Completed in 324 milliseconds