Home
last modified time | relevance | path

Searched refs:getResultType (Results 1 – 23 of 23) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp103 if( includeResults || result.getResultType() == ResultWas::Warning ) { in assertionEnded()
117 if( !includeResults && result.getResultType() != ResultWas::Warning ) in assertionEnded()
136 switch( result.getResultType() ) { in assertionEnded()
Dcatch_reporter_compact.cpp91 switch (result.getResultType()) { in print()
264 if( result.getResultType() != ResultWas::Warning ) in assertionEnded()
Dcatch_reporter_junit.cpp94 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded()
219 switch( result.getResultType() ) { in writeAssertion()
Dcatch_reporter_tap.hpp77 switch( result.getResultType() ) { in print()
Dcatch_reporter_teamcity.hpp79 switch( result.getResultType() ) { in assertionEnded()
Dcatch_reporter_console.cpp45 switch (result.getResultType()) { in ConsoleAssertionPrinter()
365 if (!includeResults && result.getResultType() != ResultWas::Warning) in assertionEnded()
/external/catch2/include/internal/
Dcatch_assertionresult.h41 ResultWas::OfType getResultType() const;
Dcatch_assertionresult.cpp43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() function in Catch::AssertionResult
Dcatch_interfaces_reporter.cpp45 …rtionResult.getTestMacroName(), assertionResult.getSourceInfo(), assertionResult.getResultType() ); in AssertionStats()
Dcatch_run_context.cpp146 if (result.getResultType() == ResultWas::Ok) { in assertionEnded()
164 if (result.getResultType() != ResultWas::Warning) in assertionEnded()
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp105 if (Call.getResultType()->isVoidType()) in checkPostCall()
DCallAndMessageChecker.cpp499 QualType ResTy = msg.getResultType(); in emitNilReceiverBug()
510 msg.getResultType().print(os, C.getLangOpts()); in emitNilReceiverBug()
537 QualType RetTy = Msg.getResultType(); in HandleNilReceiver()
DRetainCountChecker.cpp770 M.getResultType(), ObjCClassMethodSummaries); in getClassMethodSummary()
1527 return getMethodSummary(S, ReceiverClass, Method, Msg.getResultType(), in getInstanceMethodSummary()
3082 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()
DLocalizationChecker.cpp832 const QualType RT = Call.getResultType(); in checkPostCall()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp79 switch( result.getResultType() ) { in assertionEnded()
Dcatch_reporter_tap.hpp77 switch( result.getResultType() ) { in print()
Dcatch.hpp4791 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/
D210-Evt-EventListeners.cpp265 << ws(level+1) << "- getResultType(): " << info.getResultType() << "\n" in print()
/external/bcc/tests/cc/
Dcatch.hpp864 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/
DExprEngineCallAndReturn.cpp553 QualType ResultTy = Call.getResultType(); in bindReturnValue()
DCallEvent.cpp28 QualType CallEvent::getResultType() const { in getResultType() function in CallEvent
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h281 QualType getResultType() const;
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12876 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()