HomeSort by: relevance | last modified time | path
    Searched refs:result_ (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc 37 module and import declarations, where RESULT_ holds the back-end
43 tree result_;
61 this->result_ = NULL_TREE;
66 return this->result_;
82 this->result_ = build_decl (make_location_t (loc), NAMESPACE_DECL,
85 d_keep (this->result_);
88 DECL_EXTERNAL (this->result_) = 1;
90 TREE_PUBLIC (this->result_) = 1;
91 DECL_CONTEXT (this->result_) = NULL_TREE;
99 this->result_ = this->make_import (module)
    [all...]
expr.cc 211 generated code is cached in RESULT_ and returned from the caller. */
217 tree result_;
224 this->result_ = NULL_TREE;
231 return this->result_;
259 this->result_ = build_condition (build_ctype (e->type), cond, t1, t2);
279 this->result_ = d_convert (build_ctype (e->type),
290 this->result_ = build_float_identity (code, t1, t2);
300 this->result_ = build_boolop (TRUTH_ANDIF_EXPR, req, ieq);
302 this->result_ = build_boolop (TRUTH_ORIF_EXPR, req, ieq);
314 this->result_ = build_struct_comparison (code, ts->sym, t1, t2)
    [all...]
typeinfo.cc 1721 bool result_;
1726 this->result_ = false;
1731 return this->result_;
1777 this->result_ |= true;
1789 this->result_ |= true;
1804 if (this->result_)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 89 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
gtest.h 761 const TestResult* result() const { return &result_; }
790 return result_.increment_death_test_count();
798 test_info->result_.Clear();
822 TestResult result_; member in class:testing::TestInfo
  /src/external/bsd/kyua-cli/dist/cli/
cmd_report.cpp 96 /// \param result_ The result of the test case.
100 const engine::test_result& result_,
103 result(result_), duration(duration_)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-spec-builders.h 1382 return result_.Unwrap();
1389 UniversalPrinter<T>::Print(result_.Peek(), os);
1416 : result_(std::move(result)) {
1419 Wrapper result_;
gmock-actions.h 765 result_(result) {}
769 return result_;
774 const T result_; member in class:testing::internal::SetErrnoAndReturnAction
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 587 result_(result) {
597 result_(result) {
627 result_->Append(result);
2556 result_() {}
2694 result_.set_start_timestamp(start);
2695 result_.set_elapsed_time(internal::GetTimeInMillis() - start);
5049 test_result = &(current_test_info_->result_);
5649 return &current_test_info_->result_;
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 3994 fprintf (dumpfile, "char *result_%s, size_t result_%s_len",
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 3816 fprintf (dumpfile, "char *result_%s, size_t result_%s_len",
  /src/common/dist/zlib/
make_vms.com 668 $ if f$type(result_'i') .eqs. "STRING"
  /src/external/gpl3/binutils/dist/zlib/
make_vms.com 668 $ if f$type(result_'i') .eqs. "STRING"
  /src/external/gpl3/binutils.old/dist/zlib/
make_vms.com 668 $ if f$type(result_'i') .eqs. "STRING"
  /src/external/gpl3/gdb.old/dist/zlib/
make_vms.com 668 $ if f$type(result_'i') .eqs. "STRING"
  /src/external/gpl3/gdb/dist/zlib/
make_vms.com 668 $ if f$type(result_'i') .eqs. "STRING"
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 1018 operand *result_, vec<vec<user_id *> > for_vec_,
1020 : kind (kind_), id (id_), match (match_), result (result_),
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 868 operand *result_, vec<vec<user_id *> > for_vec_,
870 : kind (kind_), id (id_), match (match_), result (result_),

Completed in 86 milliseconds