| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 206 if (segment.GetOwningCall().IsError()) { in DumpSegmentContext() 236 if (function_call.IsError()) { in DumpUntracedContext() 567 } else if (m_cursor_sp->IsError()) { in DumpInstructions() 645 m_is_error = cursor_sp->IsError(); in FunctionCall() 660 bool TraceDumper::FunctionCall::IsError() const { return m_is_error; } in IsError() function in TraceDumper::FunctionCall 774 if (!last_function_call || last_function_call->IsError()) { in AppendInstructionToFunctionCallForest() 861 if (last_function_call && last_function_call->IsError()) { in AppendErrorToFunctionCallForest() 882 if (cursor_sp->IsError()) { in CreateFunctionCallForest()
|
| H A D | TraceCursor.cpp | 29 bool TraceCursor::IsError() const { in IsError() function in TraceCursor
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBTraceCursor.i | 38 bool IsError() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTraceCursor.h | 141 bool IsError() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 216 bool IsError() const;
|
| H A D | TraceDumper.h | 337 bool IsError() const;
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 717 bool IsError = false; in parseDeclareSimdClauses() local 730 IsError = true; in parseDeclareSimdClauses() 739 IsError = true; in parseDeclareSimdClauses() 745 IsError = true; in parseDeclareSimdClauses() 762 IsError = true; in parseDeclareSimdClauses() 786 return IsError; in parseDeclareSimdClauses() 810 bool IsError = in ParseOMPDeclareSimdClauses() local 816 if (IsError) in ParseOMPDeclareSimdClauses() 1428 bool IsError = false; in ParseOMPDeclareVariantClauses() local 1437 IsError = true; in ParseOMPDeclareVariantClauses() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | PECallFrameInfo.cpp | 40 bool IsError() const { return m_error; } in IsError() function in UnwindCodesIterator 155 if (m_iterator.IsError()) in Build()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Error.h | 1074 bool IsError = static_cast<bool>(Err); in errorToBool() local 1075 if (IsError) in errorToBool() 1077 return IsError; in errorToBool()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 620 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local 625 IsError ? diag::err_ucn_escape_basic_scs : in ProcessUCNEscape() 630 IsError ? diag::err_ucn_control_character : in ProcessUCNEscape() 633 if (IsError) in ProcessUCNEscape()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1811 bool IsError = false; in CheckMessageArgumentTypes() local 1840 IsError = true; in CheckMessageArgumentTypes() 1867 IsError = true; in CheckMessageArgumentTypes() 1892 IsError |= Arg.isInvalid(); in CheckMessageArgumentTypes() 1910 IsError |= in CheckMessageArgumentTypes() 1913 return IsError; in CheckMessageArgumentTypes()
|
| H A D | Sema.cpp | 1890 bool IsError = Diags.getDiagnosticIDs()->isDefaultMappingAsError(DiagID); in Diag() local 1893 (DeferHint || DeferDiags || !IsError); in Diag() 1895 if (IsError) in Diag()
|
| H A D | SemaOverload.cpp | 14343 bool IsError = false; in PrepareArgumentsForCallToObjectOfClassType() local 14354 IsError |= InputInit.isInvalid(); in PrepareArgumentsForCallToObjectOfClassType() 14360 IsError = true; in PrepareArgumentsForCallToObjectOfClassType() 14368 return IsError; in PrepareArgumentsForCallToObjectOfClassType() 14453 bool IsError = PrepareArgumentsForCallToObjectOfClassType( in CreateOverloadedArraySubscriptExpr() local 14455 if (IsError) in CreateOverloadedArraySubscriptExpr() 15055 bool IsError = false; in BuildCallToObjectOfClassType() local 15064 IsError = true; in BuildCallToObjectOfClassType() 15070 IsError |= PrepareArgumentsForCallToObjectOfClassType( in BuildCallToObjectOfClassType() 15079 IsError |= Arg.isInvalid(); in BuildCallToObjectOfClassType() [all …]
|
| H A D | SemaExpr.cpp | 12023 bool IsError) { in diagnoseDistinctPointerComparison() argument 12024 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers in diagnoseDistinctPointerComparison() 12064 bool IsError) { in diagnoseFunctionPointerToVoidComparison() argument 12065 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void in diagnoseFunctionPointerToVoidComparison() 12725 bool IsError = Opc == BO_Cmp; in CheckCompareOperands() local 12727 IsError ? diag::err_typecheck_ordered_comparison_of_function_pointers in CheckCompareOperands() 12733 if (IsError) in CheckCompareOperands()
|