| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBase.cpp | 63 bool IsError = in Diag() local 67 (DeferHint || SemaRef.DeferDiags || !IsError); in Diag() 69 if (IsError) in Diag()
|
| H A D | SemaExprObjC.cpp | 1815 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 D | SemaOverload.cpp | 15808 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 D | SemaExpr.cpp | 11762 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 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 | 665 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 D | Error.h | 1114 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 D | LiteralSupport.cpp | 684 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 D | SIISelLowering.cpp | 2911 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 D | LLDBWrapLua.cpp | 68021 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsError(); in _wrap_SBTraceCursor_IsError()
|