Home
last modified time | relevance | path

Searched refs:resultDetails (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.c471 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() argument
485 (resultDetails && !qpXmlWriter_writeString(log->writer, resultDetails)) || in qpTestLog_endCase()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp2714 ObjectEntityDetails resultDetails; in HandleStmtFunction() local
2716 resultDetails.set_type(*resultType); in HandleStmtFunction()
2718 resultDetails.set_funcResult(true); in HandleStmtFunction()
2719 Symbol &result{MakeSymbol(name, std::move(resultDetails))}; in HandleStmtFunction()