Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DError.h178 inline bool IsError(angle::Result result) in IsError() function
184 inline bool IsError(const egl::Error &err) in IsError() function
190 inline bool IsError(bool value) in IsError() function
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DDecodedThread.cpp33 bool IntelPTInstruction::IsError() const { return (bool)m_error; } in IsError() function in IntelPTInstruction
/external/image_io/includes/image_io/base/
Dmessage.h73 bool IsError() const { in IsError() function
/external/pigweed/pw_status/
Dstatus_test.cc96 TEST(Status, IsError) { in TEST() argument
Dstatus_with_size_test.cc192 TEST(StatusWithSize, IsError) { in TEST() argument
/external/libbrillo/brillo/files/
Dsafe_fd.cc172 bool SafeFD::IsError(SafeFD::Error err) { in IsError() function in brillo::SafeFD
/external/clang/lib/Parse/
DParseOpenMP.cpp427 bool IsError = false; in parseDeclareSimdClauses() local
511 bool IsError = in ParseOMPDeclareSimdClauses() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp40 bool IsError() const { return m_error; } in IsError() function in UnwindCodesIterator
/external/clang/lib/Lex/
DLiteralSupport.cpp307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local
/external/llvm-project/llvm/include/llvm/Support/
DError.h1029 bool IsError = static_cast<bool>(Err); in errorToBool() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp320 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp699 bool IsError = false; in parseDeclareSimdClauses() local
792 bool IsError = in ParseOMPDeclareSimdClauses() local
/external/llvm-project/clang/lib/Sema/
DSema.cpp1744 bool IsError = Diags.getDiagnosticIDs()->isDefaultMappingAsError(DiagID); in Diag() local
DSemaExprObjC.cpp1813 bool IsError = false; in CheckMessageArgumentTypes() local
DSemaExpr.cpp10961 bool IsError) { in diagnoseDistinctPointerComparison()
11002 bool IsError) { in diagnoseFunctionPointerToVoidComparison()
DSemaOverload.cpp14642 bool IsError = false; in BuildCallToObjectOfClassType() local
/external/clang/lib/Sema/
DSemaExprObjC.cpp1599 bool IsError = false; in CheckMessageArgumentTypes() local
DSemaExpr.cpp8773 bool IsError) { in diagnoseDistinctPointerComparison()
8830 bool IsError) { in diagnoseFunctionPointerToVoidComparison()
DSemaOverload.cpp12642 bool IsError = false; in BuildCallToObjectOfClassType() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3322 bool IsError = parseSysAlias(Head, NameLoc, Operands); in ParseInstruction() local