Home
last modified time | relevance | path

Searched defs:Nested (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp156 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 Ddllimport-members.cpp237 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 Dattr-used.cpp13 struct Nested { struct
15 void __attribute__((used)) f() {} in f()
/aosp_15_r20/external/stg/test_cases/diff_tests/typedef/
H A Dscoped_composite_nested_struct.0.cc5 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 Dscoped_composite_nested_struct.1.cc3 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 Dscoped_composite_nested_struct.cc3 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 Dimplicit-exception-spec.cpp32 …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 Dtest.pb.go627 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 DNotNullMarkedTypeVariableBound.java23 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 Dbit_cast.pass.cpp46 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 Dp8-0x.cpp51 struct Nested { struct
52 Nested() {} in Nested() argument
53 union {
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp39 struct Nested { struct
40 Nested() {} in Nested() function
/aosp_15_r20/external/clang/test/PCH/
H A Dstruct.h28 struct Nested { int x, y; } nest; argument
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/
H A Dtest.pb.go545 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 Dpadding_cpp.cpp182 struct Nested { struct
183 char c1;
184 T t;
185 char c2;
H A Dpadding_message.cpp175 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 DAllStructures$Nested.classAllStructures$Nested.jasm package jdk11 public jdk11.AllStructures$Nested extends java.lang.Object ...
/aosp_15_r20/external/javassist/src/test/test2/
H A DNested$Inner3.classNested.java package test2 public test2.Nested$Inner3 extends java.lang.Object { public ...
HDNested.classNested.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 DTinyFrameworkLambdas.java56 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 DAnnotated.java21 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 Dp6.cpp10 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 DdocString.kt94 class Nested in f1() class
H A DdeclarationPackageName.kt81 class Nested { class in Outer
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/polymorphic/
H A DJsonPolymorphismExceptionTest.kt24 class Nested in <lambda>() class in kotlinx.serialization.json.polymorphic.JsonPolymorphismExceptionTest

12345678910>>...14