OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enum_test
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
break-template-cast.cc
18
/* Construct "foo<(
enum_test
)*>()" symbols. These symbols can be tricky
20
list, the "<(
enum_test
)*>" part. The "<(" sequence in there can throw
27
enum
enum_test
enum
34
template <
enum_test
test>
43
/* Instantiate a "foo<(
enum_test
)1>()" symbol explicitly. */
44
foo<(
enum_test
)1> ();
46
/* Some compilers, like g++, transform "
enum_test
::zero" to
47
"(
enum_test
)0". For such compilers, this "foo" instance
48
would become "foo<(
enum_test
)0>()". */
49
foo<
enum_test
::zero> ()
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026