/external/angle/src/libANGLE/ |
D | Error.h | 178 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/ |
D | DecodedThread.cpp | 33 bool IntelPTInstruction::IsError() const { return (bool)m_error; } in IsError() function in IntelPTInstruction
|
/external/image_io/includes/image_io/base/ |
D | message.h | 73 bool IsError() const { in IsError() function
|
/external/pigweed/pw_status/ |
D | status_test.cc | 96 TEST(Status, IsError) { in TEST() argument
|
D | status_with_size_test.cc | 192 TEST(StatusWithSize, IsError) { in TEST() argument
|
/external/libbrillo/brillo/files/ |
D | safe_fd.cc | 172 bool SafeFD::IsError(SafeFD::Error err) { in IsError() function in brillo::SafeFD
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 427 bool IsError = false; in parseDeclareSimdClauses() local 511 bool IsError = in ParseOMPDeclareSimdClauses() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | PECallFrameInfo.cpp | 40 bool IsError() const { return m_error; } in IsError() function in UnwindCodesIterator
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Error.h | 1029 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Error.h | 1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/external/llvm-project/clang/lib/Lex/ |
D | LiteralSupport.cpp | 320 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 699 bool IsError = false; in parseDeclareSimdClauses() local 792 bool IsError = in ParseOMPDeclareSimdClauses() local
|
/external/llvm-project/clang/lib/Sema/ |
D | Sema.cpp | 1744 bool IsError = Diags.getDiagnosticIDs()->isDefaultMappingAsError(DiagID); in Diag() local
|
D | SemaExprObjC.cpp | 1813 bool IsError = false; in CheckMessageArgumentTypes() local
|
D | SemaExpr.cpp | 10961 bool IsError) { in diagnoseDistinctPointerComparison() 11002 bool IsError) { in diagnoseFunctionPointerToVoidComparison()
|
D | SemaOverload.cpp | 14642 bool IsError = false; in BuildCallToObjectOfClassType() local
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1599 bool IsError = false; in CheckMessageArgumentTypes() local
|
D | SemaExpr.cpp | 8773 bool IsError) { in diagnoseDistinctPointerComparison() 8830 bool IsError) { in diagnoseFunctionPointerToVoidComparison()
|
D | SemaOverload.cpp | 12642 bool IsError = false; in BuildCallToObjectOfClassType() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3322 bool IsError = parseSysAlias(Head, NameLoc, Operands); in ParseInstruction() local
|