Searched refs:reflection (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dcplx3.go7 // Test composition, decomposition, and reflection on complex numbers.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drecover.go20 // - incomplete support for reflection
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h457 // RUNTIME_TYPE_KIND is the code to use in reflection information,
472 // RUNTIME_TYPE_KIND is the code to use in reflection information,
486 // RUNTIME_TYPE_KIND is the code to use in reflection information,
931 // Return the type reflection string for this type.
933 reflection(Gogo*) const;
1089 // For the benefit of child class reflection string generation.
H A Dtypes.cc2031 ? name->reflection(gogo)
2032 : this->reflection(gogo)),
2449 // Return the type reflection string for this type.
2452 Type::reflection(Gogo* gogo) const function in class:Type
2457 // reflection string.
2728 // We should not be asked for the reflection string of a basic type.
2904 // We should not be asked for the reflection string of a basic type.
3039 // We should not be asked for the reflection string of a basic type.
3166 // We should not be asked for the reflection string of a basic type.
3263 // We should not be asked for the reflection strin
[all...]

Completed in 125 milliseconds