Lines Matching refs:temp
7891 auto temp(*this);
7892 temp.m_value = -temp.m_value;
7893 return temp;
9100 T temp;
9101 auto result = convertInto( source, temp );
9103 target = std::move(temp);
9149 T temp;
9150 auto result = convertInto( arg, temp );
9152 m_ref.push_back( temp );
9189 ArgType temp{};
9190 auto result = convertInto( arg, temp );
9193 : LambdaInvoker<typename UnaryLambdaTraits<L>::ReturnType>::invoke( lambda, temp );
12107 CATCH_RUNTIME_ERROR("Could not get a temp filename");
12114 CATCH_RUNTIME_ERROR("Could not open the temp file: '" << m_buffer << "' because: " << buffer);
12121 CATCH_RUNTIME_ERROR("Could not create a temp file.");