Home
last modified time | relevance | path

Searched defs:IsError (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp29 bool TraceCursor::IsError() const { in IsError() function in TraceCursor
H A DTraceDumper.cpp661 bool TraceDumper::FunctionCall::IsError() const { return m_is_error; } in IsError() function in TraceDumper::FunctionCall
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp79 bool SBTraceCursor::IsError() const { in IsError() function in SBTraceCursor
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp718 bool IsError = false; parseDeclareSimdClauses() local
811 bool IsError = ParseOMPDeclareSimdClauses() local
1429 bool IsError = false; ParseOMPDeclareVariantClauses() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1072 bool IsError = static_cast<bool>(Err); errorToBool() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp683 bool IsError = in ProcessUCNEscape() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1925 bool IsError = Diags.getDiagnosticIDs()->isDefaultMappingAsError(DiagID); Diag() local
H A DSemaOverload.cpp14981 bool IsError = false; PrepareArgumentsForCallToObjectOfClassType() local
15098 bool IsError = PrepareArgumentsForCallToObjectOfClassType( CreateOverloadedArraySubscriptExpr() local
15745 bool IsError = false; BuildCallToObjectOfClassType() local
[all...]
H A DSemaExprObjC.cpp1813 bool IsError = false; CheckMessageArgumentTypes() local
H A DSemaExpr.cpp12456 diagnoseDistinctPointerComparison(Sema & S,SourceLocation Loc,ExprResult & LHS,ExprResult & RHS,bool IsError) diagnoseDistinctPointerComparison() argument
12497 diagnoseFunctionPointerToVoidComparison(Sema & S,SourceLocation Loc,ExprResult & LHS,ExprResult & RHS,bool IsError) diagnoseFunctionPointerToVoidComparison() argument
13169 bool IsError = Opc == BO_Cmp; CheckCompareOperands() local