/external/catch2/include/reporters/ |
D | catch_reporter_xml.cpp | 103 if( includeResults || result.getResultType() == ResultWas::Warning ) { in assertionEnded() 117 if( !includeResults && result.getResultType() != ResultWas::Warning ) in assertionEnded() 136 switch( result.getResultType() ) { in assertionEnded()
|
D | catch_reporter_compact.cpp | 91 switch (result.getResultType()) { in print() 264 if( result.getResultType() != ResultWas::Warning ) in assertionEnded()
|
D | catch_reporter_junit.cpp | 94 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded() 219 switch( result.getResultType() ) { in writeAssertion()
|
D | catch_reporter_tap.hpp | 77 switch( result.getResultType() ) { in print()
|
D | catch_reporter_teamcity.hpp | 79 switch( result.getResultType() ) { in assertionEnded()
|
D | catch_reporter_console.cpp | 45 switch (result.getResultType()) { in ConsoleAssertionPrinter() 365 if (!includeResults && result.getResultType() != ResultWas::Warning) in assertionEnded()
|
/external/catch2/include/internal/ |
D | catch_assertionresult.h | 41 ResultWas::OfType getResultType() const;
|
D | catch_assertionresult.cpp | 43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() function in Catch::AssertionResult
|
D | catch_interfaces_reporter.cpp | 45 …rtionResult.getTestMacroName(), assertionResult.getSourceInfo(), assertionResult.getResultType() ); in AssertionStats()
|
D | catch_run_context.cpp | 146 if (result.getResultType() == ResultWas::Ok) { in assertionEnded() 164 if (result.getResultType() != ResultWas::Warning) in assertionEnded()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 105 if (Call.getResultType()->isVoidType()) in checkPostCall()
|
D | CallAndMessageChecker.cpp | 499 QualType ResTy = msg.getResultType(); in emitNilReceiverBug() 510 msg.getResultType().print(os, C.getLangOpts()); in emitNilReceiverBug() 537 QualType RetTy = Msg.getResultType(); in HandleNilReceiver()
|
D | RetainCountChecker.cpp | 770 M.getResultType(), ObjCClassMethodSummaries); in getClassMethodSummary() 1527 return getMethodSummary(S, ReceiverClass, Method, Msg.getResultType(), in getInstanceMethodSummary() 3082 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()
|
D | LocalizationChecker.cpp | 832 const QualType RT = Call.getResultType(); in checkPostCall()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 79 switch( result.getResultType() ) { in assertionEnded()
|
D | catch_reporter_tap.hpp | 77 switch( result.getResultType() ) { in print()
|
D | catch.hpp | 4791 ResultWas::OfType getResultType() const; 6409 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() function in Catch::AssertionResult 8973 …rtionResult.getTestMacroName(), assertionResult.getSourceInfo(), assertionResult.getResultType() ); in AssertionStats() 10402 if (result.getResultType() == ResultWas::Ok) { in assertionEnded() 10420 if (result.getResultType() != ResultWas::Warning) in assertionEnded() 13168 switch (result.getResultType()) { in print() 13341 if( result.getResultType() != ResultWas::Warning ) in assertionEnded() 13400 switch (result.getResultType()) { in ConsoleAssertionPrinter() 13720 if (!includeResults && result.getResultType() != ResultWas::Warning) in assertionEnded() 14076 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded() [all …]
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 265 << ws(level+1) << "- getResultType(): " << info.getResultType() << "\n" in print()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 864 ResultWas::OfType getResultType() const; 5111 …rtionResult.getTestMacroName(), assertionResult.getSourceInfo(), assertionResult.getResultType() ); in AssertionStats() 5938 if( result.getResultType() == ResultWas::Ok ) { in assertionEnded() 7252 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() function in Catch::AssertionResult 7638 if( assertionStats.assertionResult.getResultType() != ResultWas::Ok ) { in assertionEnded() 9141 if( assertionStats.assertionResult.getResultType() != ResultWas::Ok ) { in assertionEnded() 9156 if( !m_config->includeSuccessfulResults() && isOk(assertionResult.getResultType()) ) in assertionEnded() 9174 switch( assertionResult.getResultType() ) { in assertionEnded() 9301 if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException ) in assertionEnded() 9414 switch( result.getResultType() ) { in writeAssertion() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 553 QualType ResultTy = Call.getResultType(); in bindReturnValue()
|
D | CallEvent.cpp | 28 QualType CallEvent::getResultType() const { in getResultType() function in CallEvent
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 281 QualType getResultType() const;
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12876 virtual Utils::_variable_type getResultType(glw::GLuint result) const; 13227 Utils::_variable_type getResultType(glw::GLuint result) const in getResultType() function in gl4cts::FunctionObject::unaryWithOutputByComponent 13697 const Utils::_variable_type type = getResultType(result); in getResultComponents() 13739 const Utils::_variable_type type = getResultType(result); in getResultStride() 13753 const Utils::_variable_type type = getResultType(result); in getBaseTypeSize() 13789 Utils::_variable_type BuiltinFunctionTest::functionObject::getResultType(glw::GLuint /* result */) … in getResultType() function in gl4cts::BuiltinFunctionTest::functionObject 15206 std::string result_type = Utils::getVariableTypeString(function_object.getResultType(0)); in prepareVertexShaderCode() 15232 Utils::_variable_type variable_type = function_object.getResultType(result); in prepareVertexShaderCode() 15531 const Utils::_variable_type result_type = function_object.getResultType(result); in verifyResults() 15564 const Utils::_variable_type result_type = function_object.getResultType(result); in verifyResults()
|