Home
last modified time | relevance | path

Searched refs:IsError (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp79 bool SBTraceCursor::IsError() const { in IsError() function in SBTraceCursor
82 return m_opaque_sp->IsError(); in IsError()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp206 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 DTraceCursor.cpp29 bool TraceCursor::IsError() const { in IsError() function in TraceCursor
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h132 bool IsError() const;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h216 bool IsError() const;
H A DTraceDumper.h337 bool IsError() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp718 bool IsError = false; in parseDeclareSimdClauses() local
731 IsError = true; in parseDeclareSimdClauses()
740 IsError = true; in parseDeclareSimdClauses()
746 IsError = true; in parseDeclareSimdClauses()
787 return IsError; in parseDeclareSimdClauses()
811 bool IsError = in ParseOMPDeclareSimdClauses() local
817 if (IsError) in ParseOMPDeclareSimdClauses()
1438 IsError = true; in ParseOMPDeclareVariantClauses()
1440 if (!IsError) { in ParseOMPDeclareVariantClauses()
1452 if (!IsError) in ParseOMPDeclareVariantClauses()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1072 bool IsError = static_cast<bool>(Err); in errorToBool() local
1073 if (IsError) in errorToBool()
1075 return IsError; in errorToBool()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp683 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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1813 bool IsError = false; in CheckMessageArgumentTypes() local
1842 IsError = true; in CheckMessageArgumentTypes()
1869 IsError = true; in CheckMessageArgumentTypes()
1894 IsError |= Arg.isInvalid(); in CheckMessageArgumentTypes()
1912 IsError |= in CheckMessageArgumentTypes()
1915 return IsError; in CheckMessageArgumentTypes()
H A DSema.cpp1925 bool IsError = Diags.getDiagnosticIDs()->isDefaultMappingAsError(DiagID); in Diag() local
1928 (DeferHint || DeferDiags || !IsError); in Diag()
1930 if (IsError) in Diag()
H A DSemaOverload.cpp14981 bool IsError = false; in PrepareArgumentsForCallToObjectOfClassType() local
14992 IsError |= InputInit.isInvalid(); in PrepareArgumentsForCallToObjectOfClassType()
14998 IsError = true; in PrepareArgumentsForCallToObjectOfClassType()
15006 return IsError; in PrepareArgumentsForCallToObjectOfClassType()
15098 bool IsError = PrepareArgumentsForCallToObjectOfClassType( in CreateOverloadedArraySubscriptExpr() local
15100 if (IsError) in CreateOverloadedArraySubscriptExpr()
15745 bool IsError = false; in BuildCallToObjectOfClassType() local
15757 IsError = true; in BuildCallToObjectOfClassType()
15763 IsError |= PrepareArgumentsForCallToObjectOfClassType( in BuildCallToObjectOfClassType()
15772 IsError |= Arg.isInvalid(); in BuildCallToObjectOfClassType()
[all …]
H A DSemaExpr.cpp12456 bool IsError) { in diagnoseDistinctPointerComparison() argument
12457 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers in diagnoseDistinctPointerComparison()
12497 bool IsError) { in diagnoseFunctionPointerToVoidComparison() argument
12498 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void in diagnoseFunctionPointerToVoidComparison()
13169 bool IsError = Opc == BO_Cmp; in CheckCompareOperands() local
13171 IsError ? diag::err_typecheck_ordered_comparison_of_function_pointers in CheckCompareOperands()
13177 if (IsError) in CheckCompareOperands()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63840 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsError(); in _wrap_SBTraceCursor_IsError()