/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBase.cpp | 62 bool IsError = in Diag() local 66 (DeferHint || SemaRef.DeferDiags || !IsError); in Diag() 68 if (IsError) in Diag()
|
H A D | SemaExprObjC.cpp | 1828 bool IsError = false; in CheckMessageArgumentTypes() local 1857 IsError = true; in CheckMessageArgumentTypes() 1885 IsError = true; in CheckMessageArgumentTypes() 1910 IsError |= Arg.isInvalid(); in CheckMessageArgumentTypes() 1928 IsError |= in CheckMessageArgumentTypes() 1931 return IsError; in CheckMessageArgumentTypes()
|
H A D | SemaOverload.cpp | 14992 bool IsError = false; in PrepareArgumentsForCallToObjectOfClassType() local 15003 IsError |= InputInit.isInvalid(); in PrepareArgumentsForCallToObjectOfClassType() 15009 IsError = true; in PrepareArgumentsForCallToObjectOfClassType() 15017 return IsError; in PrepareArgumentsForCallToObjectOfClassType() 15109 bool IsError = PrepareArgumentsForCallToObjectOfClassType( in CreateOverloadedArraySubscriptExpr() local 15111 if (IsError) in CreateOverloadedArraySubscriptExpr() 15755 bool IsError = false; in BuildCallToObjectOfClassType() local 15760 IsError |= PrepareExplicitObjectArgument(*this, Method, Obj, Args, NewArgs); in BuildCallToObjectOfClassType() 15765 IsError = true; in BuildCallToObjectOfClassType() 15771 IsError |= PrepareArgumentsForCallToObjectOfClassType( in BuildCallToObjectOfClassType() [all …]
|
H A D | SemaExpr.cpp | 11475 bool IsError) { in diagnoseDistinctPointerComparison() argument 11476 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers in diagnoseDistinctPointerComparison() 11516 bool IsError) { in diagnoseFunctionPointerToVoidComparison() argument 11517 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void in diagnoseFunctionPointerToVoidComparison() 12149 bool IsError = Opc == BO_Cmp; in CheckCompareOperands() local 12151 IsError ? diag::err_typecheck_ordered_comparison_of_function_pointers in CheckCompareOperands() 12157 if (IsError) in CheckCompareOperands()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTraceCursor.cpp | 79 bool SBTraceCursor::IsError() const { in IsError() function in SBTraceCursor 82 return m_opaque_sp->IsError(); in IsError()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 206 if (segment.GetOwningCall().IsError()) { in DumpSegmentContext() 236 if (function_call.IsError()) { in DumpUntracedContext() 568 } else if (m_cursor_sp->IsError()) { in DumpInstructions() 646 m_is_error = cursor_sp->IsError(); in FunctionCall() 661 bool TraceDumper::FunctionCall::IsError() const { return m_is_error; } in IsError() function in TraceDumper::FunctionCall 775 if (!last_function_call || last_function_call->IsError()) { in AppendInstructionToFunctionCallForest() 862 if (last_function_call && last_function_call->IsError()) { in AppendErrorToFunctionCallForest() 883 if (cursor_sp->IsError()) { in CreateFunctionCallForest()
|
H A D | TraceCursor.cpp | 29 bool TraceCursor::IsError() const { in IsError() function in TraceCursor
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTraceCursor.h | 132 bool IsError() const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceCursor.h | 216 bool IsError() const;
|
H A D | TraceDumper.h | 338 bool IsError() const;
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 728 bool IsError = false; in parseDeclareSimdClauses() local 741 IsError = true; in parseDeclareSimdClauses() 750 IsError = true; in parseDeclareSimdClauses() 756 IsError = true; in parseDeclareSimdClauses() 773 IsError = true; in parseDeclareSimdClauses() 797 return IsError; in parseDeclareSimdClauses() 821 bool IsError = in ParseOMPDeclareSimdClauses() local 827 if (IsError) in ParseOMPDeclareSimdClauses() 1440 bool IsError = false; in ParseOMPDeclareVariantClauses() local 1449 IsError = true; in ParseOMPDeclareVariantClauses() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 1100 bool IsError = static_cast<bool>(Err); in errorToBool() local 1101 if (IsError) in errorToBool() 1103 return IsError; in errorToBool()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 683 bool IsError = in ProcessUCNEscape() local 689 IsError ? diag::err_ucn_escape_basic_scs in ProcessUCNEscape() 696 IsError ? diag::err_ucn_control_character in ProcessUCNEscape() 701 if (IsError) in ProcessUCNEscape()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 66753 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsError(); in _wrap_SBTraceCursor_IsError()
|