Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp63 bool IsError = in Diag() local
67 (DeferHint || SemaRef.DeferDiags || !IsError); in Diag()
69 if (IsError) in Diag()
H A DSemaExprObjC.cpp1815 bool IsError = false; in CheckMessageArgumentTypes() local
1844 IsError = true; in CheckMessageArgumentTypes()
1872 IsError = true; in CheckMessageArgumentTypes()
1897 IsError |= Arg.isInvalid(); in CheckMessageArgumentTypes()
1915 IsError |= in CheckMessageArgumentTypes()
1918 return IsError; in CheckMessageArgumentTypes()
H A DSemaOverload.cpp15808 bool IsError = false; in PrepareArgumentsForCallToObjectOfClassType() local
15819 IsError |= InputInit.isInvalid(); in PrepareArgumentsForCallToObjectOfClassType()
15825 IsError = true; in PrepareArgumentsForCallToObjectOfClassType()
15833 return IsError; in PrepareArgumentsForCallToObjectOfClassType()
15925 bool IsError = PrepareArgumentsForCallToObjectOfClassType( in CreateOverloadedArraySubscriptExpr() local
15927 if (IsError) in CreateOverloadedArraySubscriptExpr()
16573 bool IsError = false; in BuildCallToObjectOfClassType() local
16578 IsError |= PrepareExplicitObjectArgument(*this, Method, Obj, Args, NewArgs); in BuildCallToObjectOfClassType()
16583 IsError = true; in BuildCallToObjectOfClassType()
16589 IsError |= PrepareArgumentsForCallToObjectOfClassType( in BuildCallToObjectOfClassType()
[all …]
H A DSemaExpr.cpp11762 bool IsError) { in diagnoseDistinctPointerComparison() argument
11763 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers in diagnoseDistinctPointerComparison()
11803 bool IsError) { in diagnoseFunctionPointerToVoidComparison() argument
11804 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void in diagnoseFunctionPointerToVoidComparison()
12496 bool IsError = Opc == BO_Cmp; in CheckCompareOperands() local
12498 IsError ? diag::err_typecheck_ordered_comparison_of_function_pointers in CheckCompareOperands()
12504 if (IsError) in CheckCompareOperands()
/freebsd/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/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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h132 bool IsError() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h216 bool IsError() const;
H A DTraceDumper.h338 bool IsError() const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp665 bool IsError = false; in parseDeclareSimdClauses() local
678 IsError = true; in parseDeclareSimdClauses()
689 IsError = true; in parseDeclareSimdClauses()
695 IsError = true; in parseDeclareSimdClauses()
712 IsError = true; in parseDeclareSimdClauses()
736 return IsError; in parseDeclareSimdClauses()
759 bool IsError = in ParseOMPDeclareSimdClauses() local
765 if (IsError) in ParseOMPDeclareSimdClauses()
1383 bool IsError = false; in ParseOMPDeclareVariantClauses() local
1392 IsError = true; in ParseOMPDeclareVariantClauses()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1114 bool IsError = static_cast<bool>(Err); in errorToBool() local
1115 if (IsError) in errorToBool()
1117 return IsError; in errorToBool()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp684 bool IsError = in ProcessUCNEscape() local
690 IsError ? diag::err_ucn_escape_basic_scs in ProcessUCNEscape()
697 IsError ? diag::err_ucn_control_character in ProcessUCNEscape()
702 if (IsError) in ProcessUCNEscape()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2911 bool IsError = false; in LowerFormalArguments() local
2916 IsError = true; in LowerFormalArguments()
3025 if ((Arg.isOrigArg() && Skipped[Arg.getOrigArgIndex()]) || IsError) { in LowerFormalArguments()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68021 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsError(); in _wrap_SBTraceCursor_IsError()