Home
last modified time | relevance | path

Searched refs:methods_are_finalized_ (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dtypes.h3071 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3090 go_assert(this->methods_are_finalized_); in is_empty()
3171 { return this->methods_are_finalized_; } in methods_are_finalized()
3280 bool methods_are_finalized_; variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dtypes.h3071 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3090 go_assert(this->methods_are_finalized_); in is_empty()
3171 { return this->methods_are_finalized_; } in methods_are_finalized()
3280 bool methods_are_finalized_; variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dtypes.h3071 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3090 go_assert(this->methods_are_finalized_); in is_empty()
3171 { return this->methods_are_finalized_; } in methods_are_finalized()
3280 bool methods_are_finalized_; variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dtypes.h3139 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3158 go_assert(this->methods_are_finalized_); in is_empty()
3239 { return this->methods_are_finalized_; } in methods_are_finalized()
3348 bool methods_are_finalized_; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dtypes.h3150 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3169 go_assert(this->methods_are_finalized_); in is_empty()
3250 { return this->methods_are_finalized_; } in methods_are_finalized()
3359 bool methods_are_finalized_; variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dtypes.h3139 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3158 go_assert(this->methods_are_finalized_); in is_empty()
3239 { return this->methods_are_finalized_; } in methods_are_finalized()
3348 bool methods_are_finalized_; variable
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dtypes.h3150 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3169 go_assert(this->methods_are_finalized_); in is_empty()
3250 { return this->methods_are_finalized_; } in methods_are_finalized()
3359 bool methods_are_finalized_; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dtypes.h3150 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3169 go_assert(this->methods_are_finalized_); in is_empty()
3250 { return this->methods_are_finalized_; } in methods_are_finalized()
3359 bool methods_are_finalized_; variable
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/
H A Dtypes.h3139 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3158 go_assert(this->methods_are_finalized_); in is_empty()
3239 { return this->methods_are_finalized_; } in methods_are_finalized()
3348 bool methods_are_finalized_; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dtypes.h3170 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3189 go_assert(this->methods_are_finalized_); in is_empty()
3270 { return this->methods_are_finalized_; } in methods_are_finalized()
3379 bool methods_are_finalized_; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/gofrontend/
H A Dtypes.cc6526 go_assert(this->methods_are_finalized_ || saw_errors()); in methods()
6535 go_assert(this->methods_are_finalized_ || saw_errors()); in method_count()
6557 if (this->methods_are_finalized_) in finalize_methods()
6559 this->methods_are_finalized_ = true; in finalize_methods()
6656 go_assert(this->methods_are_finalized_); in find_method()
6688 go_assert(this->methods_are_finalized_); in is_unexported_method()
6713 if (!this->methods_are_finalized_ || !t->methods_are_finalized_) in is_identical()
6772 go_assert(this->methods_are_finalized_ && t->methods_are_finalized_); in is_compatible_for_assign()
6825 go_assert(this->methods_are_finalized_); in do_hash_for_method()
6852 go_assert(this->methods_are_finalized_); in implements_interface()
[all …]
H A Dtypes.h2524 methods_are_finalized_(false), seen_(false) in Interface_type()
2536 go_assert(this->methods_are_finalized_); in is_empty()
2661 bool methods_are_finalized_; variable
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/
H A Dtypes.h2569 methods_are_finalized_(false), seen_(false) in Interface_type()
2581 go_assert(this->methods_are_finalized_); in is_empty()
2706 bool methods_are_finalized_; variable
H A Dtypes.cc6750 go_assert(this->methods_are_finalized_ || saw_errors()); in methods()
6759 go_assert(this->methods_are_finalized_ || saw_errors()); in method_count()
6781 if (this->methods_are_finalized_) in finalize_methods()
6783 this->methods_are_finalized_ = true; in finalize_methods()
6880 go_assert(this->methods_are_finalized_); in find_method()
6912 go_assert(this->methods_are_finalized_); in is_unexported_method()
6937 if (!this->methods_are_finalized_ || !t->methods_are_finalized_) in is_identical()
6996 go_assert(this->methods_are_finalized_ && t->methods_are_finalized_); in is_compatible_for_assign()
7049 go_assert(this->methods_are_finalized_); in do_hash_for_method()
7076 go_assert(this->methods_are_finalized_); in implements_interface()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/gofrontend/
H A Dtypes.cc6800 go_assert(this->methods_are_finalized_ || saw_errors()); in methods()
6809 go_assert(this->methods_are_finalized_ || saw_errors()); in method_count()
6831 if (this->methods_are_finalized_) in finalize_methods()
6833 this->methods_are_finalized_ = true; in finalize_methods()
6930 go_assert(this->methods_are_finalized_); in find_method()
6962 go_assert(this->methods_are_finalized_); in is_unexported_method()
6987 if (!this->methods_are_finalized_ || !t->methods_are_finalized_) in is_identical()
7046 go_assert(this->methods_are_finalized_ && t->methods_are_finalized_); in is_compatible_for_assign()
7099 go_assert(this->methods_are_finalized_); in do_hash_for_method()
7126 go_assert(this->methods_are_finalized_); in implements_interface()
[all …]
H A Dtypes.h2612 methods_are_finalized_(false), bmethods_is_placeholder_(false), in Interface_type()
2625 go_assert(this->methods_are_finalized_); in is_empty()
2761 bool methods_are_finalized_; variable
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/gofrontend/
H A Dtypes.cc7151 go_assert(this->methods_are_finalized_ || saw_errors()); in methods()
7160 go_assert(this->methods_are_finalized_ || saw_errors()); in method_count()
7182 if (this->methods_are_finalized_) in finalize_methods()
7184 this->methods_are_finalized_ = true; in finalize_methods()
7281 go_assert(this->methods_are_finalized_); in find_method()
7313 go_assert(this->methods_are_finalized_); in is_unexported_method()
7338 if (!this->methods_are_finalized_ || !t->methods_are_finalized_) in is_identical()
7397 go_assert(this->methods_are_finalized_ && t->methods_are_finalized_); in is_compatible_for_assign()
7450 go_assert(this->methods_are_finalized_); in do_hash_for_method()
7477 go_assert(this->methods_are_finalized_); in implements_interface()
[all …]
H A Dtypes.h2716 methods_are_finalized_(false), bmethods_is_placeholder_(false), in Interface_type()
2729 go_assert(this->methods_are_finalized_); in is_empty()
2868 bool methods_are_finalized_; variable
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/gofrontend/
H A Dtypes.cc7151 go_assert(this->methods_are_finalized_ || saw_errors()); in methods()
7160 go_assert(this->methods_are_finalized_ || saw_errors()); in method_count()
7182 if (this->methods_are_finalized_) in finalize_methods()
7184 this->methods_are_finalized_ = true; in finalize_methods()
7281 go_assert(this->methods_are_finalized_); in find_method()
7313 go_assert(this->methods_are_finalized_); in is_unexported_method()
7338 if (!this->methods_are_finalized_ || !t->methods_are_finalized_) in is_identical()
7397 go_assert(this->methods_are_finalized_ && t->methods_are_finalized_); in is_compatible_for_assign()
7450 go_assert(this->methods_are_finalized_); in do_hash_for_method()
7477 go_assert(this->methods_are_finalized_); in implements_interface()
[all …]
H A Dtypes.h2716 methods_are_finalized_(false), bmethods_is_placeholder_(false), in Interface_type()
2729 go_assert(this->methods_are_finalized_); in is_empty()
2868 bool methods_are_finalized_; variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dtypes.h3039 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3058 go_assert(this->methods_are_finalized_); in is_empty()
3223 bool methods_are_finalized_; variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/gofrontend/
H A Dtypes.h3039 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3058 go_assert(this->methods_are_finalized_); in is_empty()
3223 bool methods_are_finalized_; variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dtypes.h3039 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3058 go_assert(this->methods_are_finalized_); in is_empty()
3223 bool methods_are_finalized_; variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dtypes.h3039 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3058 go_assert(this->methods_are_finalized_); in is_empty()
3223 bool methods_are_finalized_; variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dtypes.h3039 assume_identical_(NULL), methods_are_finalized_(false), in Interface_type()
3058 go_assert(this->methods_are_finalized_); in is_empty()
3223 bool methods_are_finalized_; variable

123