Home
last modified time | relevance | path

Searched refs:NestedStruct (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py52 class NestedStruct(object): class
157 nested_struct = NestedStruct(name, comment)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d2370 struct NestedStruct { void f() { ++i; } }
2371 static assert(isNested!NestedStruct);
2417 struct NestedStruct { void f() { ++i; } }
2418 static assert( isNested!NestedStruct);
2419 static assert( hasNested!NestedStruct);
2420 static assert( isNested!(immutable NestedStruct));
2421 static assert( hasNested!(immutable NestedStruct));
2423 static assert(!__traits(compiles, isNested!(NestedStruct[1])));
2424 static assert( hasNested!(NestedStruct[1]));
2425 static assert(!hasNested!(NestedStruct[0]));
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d2584 struct NestedStruct { void f() { ++i; } }
2585 static assert(isNested!NestedStruct);
2631 struct NestedStruct { void f() { ++i; } }
2632 static assert( isNested!NestedStruct);
2633 static assert( hasNested!NestedStruct);
2634 static assert( isNested!(immutable NestedStruct));
2635 static assert( hasNested!(immutable NestedStruct));
2637 static assert(!__traits(compiles, isNested!(NestedStruct[1])));
2638 static assert( hasNested!(NestedStruct[1]));
2639 static assert(!hasNested!(NestedStruct[0]));
[all …]