/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | dllexport-members.cpp | 156 struct ExportMembers::Nested { struct in ExportMembers 178 …scallcc void @"\01?virtualDef@Nested@ExportMembers@@UAEXXZ"(%"struct.ExportMembers::Nested"* %this) 212 …allcc void @"\01?protectedDef@Nested@ExportMembers@@IAEXXZ"(%"struct.ExportMembers::Nested"* %this) 258 void ExportMembers::Nested::normalDef() {} in normalDef()
|
H A D | dllimport-members.cpp | 237 struct ImportMembers::Nested { struct in ImportMembers 270 …scallcc void @"\01?virtualDef@Nested@ImportMembers@@UAEXXZ"(%"struct.ImportMembers::Nested"* %this) 299 __declspec(dllimport) virtual void virtualInclass() {} in virtualInclass() 325 …llcc void @"\01?protectedNormalDecl@Nested@ImportMembers@@IAEXXZ"(%"struct.ImportMembers::Nested"*) 371 void ImportMembers::Nested::normalDef() {} // dllimport ignored in normalDef()
|
H A D | attr-used.cpp | 13 struct Nested { struct 15 void __attribute__((used)) f() {} in f()
|
/aosp_15_r20/external/stg/test_cases/diff_tests/typedef/ |
H A D | scoped_composite_nested_struct.0.cc | 5 struct Nested { struct in Scope::__anon3eeeebc30110 6 int x; 11 struct Nested { struct 12 int x; 17 struct Nested { struct 18 int x;
|
H A D | scoped_composite_nested_struct.1.cc | 3 struct Nested { struct in Scope::__anon3eef78240110 4 long x; 9 struct Nested { struct 10 long x; 15 struct Nested { struct 16 long x;
|
/aosp_15_r20/external/stg/test_cases/info_tests/typedef/ |
H A D | scoped_composite_nested_struct.cc | 3 struct Nested { struct in Scope::__anonfb6d7f580110 4 long x; 9 struct Nested { struct 10 long x; 15 struct Nested { struct 16 long x;
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | implicit-exception-spec.cpp | 32 …struct Nested { // expected-note {{implicit default constructor for 'InClassInitializers::Nested::… struct 35 …))>::f(); // expected-note {{implicit default constructor for 'InClassInitializers::Nested' first … 39 …ested2 { // expected-error {{implicit default constructor for 'InClassInitializers::Nested2' must … 53 struct Nested { struct 54 struct T { 56 } t; // expected-error{{exception specification is not available until end of class definition}}
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/ |
H A D | test.pb.go | 627 type Nested struct { struct 628 state protoimpl.MessageState 629 sizeCache protoimpl.SizeCache 630 unknownFields protoimpl.UnknownFields 632 …String string `protobuf:"bytes,1,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"` 633 …Nested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"` 636 func (x *Nested) Reset() { 645 func (x *Nested) String() string { 649 func (*Nested) ProtoMessage() {} 651 func (x *Nested) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/jspecify/samples/ |
H A D | NotNullMarkedTypeVariableBound.java | 23 abstract class Nested { class in NotNullMarkedTypeVariableBound.UnspecBounded1 30 abstract class Nested { class in NotNullMarkedTypeVariableBound.UnspecBounded2 37 abstract class Nested { class in NotNullMarkedTypeVariableBound.UnspecBounded3 44 abstract class Nested { class in NotNullMarkedTypeVariableBound.NullBounded
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/bit/bit.cast/ |
H A D | bit_cast.pass.cpp | 46 struct Nested { T x; }; in test_roundtrip_through_nested_T() argument 270 struct Nested { char buffer[sizeof(int)]; }; in basic_constexpr_test() struct
|
/aosp_15_r20/external/clang/test/CXX/special/class.init/class.base.init/ |
H A D | p8-0x.cpp | 51 struct Nested { struct 52 Nested() {} in Nested() argument 53 union {
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/ |
H A D | p5.cpp | 39 struct Nested { struct 40 Nested() {} in Nested() function
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | struct.h | 28 struct Nested { int x, y; } nest; argument
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/ |
H A D | test.pb.go | 545 type Nested struct { struct 546 state protoimpl.MessageState 547 sizeCache protoimpl.SizeCache 548 unknownFields protoimpl.UnknownFields 550 …tString *string `protobuf:"bytes,1,opt,name=opt_string,json=optString" json:"opt_string,omitempty"` 551 …tNested *Nested `protobuf:"bytes,2,opt,name=opt_nested,json=optNested" json:"opt_nested,omitempty"` 554 func (x *Nested) Reset() { 563 func (x *Nested) String() string { 567 func (*Nested) ProtoMessage() {} 569 func (x *Nested) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | padding_cpp.cpp | 182 struct Nested { struct 183 char c1; 184 T t; 185 char c2;
|
H A D | padding_message.cpp | 175 struct Nested { struct 176 char c1; 177 T t; 178 char c2;
|
/aosp_15_r20/external/ow2-asm/asm-test/src/main/resources/jdk11/ |
H A D | AllStructures$Nested.class | AllStructures$Nested.jasm
package jdk11
public jdk11.AllStructures$Nested extends java.lang.Object ... |
/aosp_15_r20/external/javassist/src/test/test2/ |
H A D | Nested$Inner3.class | Nested.java
package test2
public test2.Nested$Inner3 extends java.lang.Object {
public ... |
HD | Nested.class | Nested.java
package test2
public test2.Nested extends java.lang.Object {
private int i
... |
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/ |
H A D | TinyFrameworkLambdas.java | 56 public static class Nested { class in TinyFrameworkLambdas 58 public Nested() { in Nested() method in TinyFrameworkLambdas.Nested
|
/aosp_15_r20/dalvik/dx/tests/115-merge/testdata/ |
H A D | Annotated.java | 21 Nested c() default @Nested; in c() field 26 public @interface Nested { annotation in Annotated
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p6.cpp | 10 struct Nested { struct 33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in X0
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | docString.kt | 94 class Nested in f1() class
|
H A D | declarationPackageName.kt | 81 class Nested { class in Outer
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/polymorphic/ |
H A D | JsonPolymorphismExceptionTest.kt | 24 class Nested in <lambda>() class in kotlinx.serialization.json.polymorphic.JsonPolymorphismExceptionTest
|