Home
last modified time | relevance | path

Searched +defs:S +defs:z2 (Results 1 – 25 of 106) sorted by relevance

12345

/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddefault2.cpp92 Z z2; // expected-error{{no matching constructor for initialization}} in f() local
97 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}} in test_Z() local
102 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}} in test_Z() local
126 template <int I = (1 * I)> struct S {}; // expected-error-re {{use of undeclared identifier 'I'{{$… struct
H A Doverload-call.cpp312 void db_rebind_test(Z2 z2) { in db_rebind_test()
463 struct S { struct
464 typedef void ft(A);
532 struct S { struct
576 template<typename T> struct S { struct
/aosp_15_r20/external/clang/test/SemaCUDA/
H A Dbad-attributes.cu29 __device__ __constant__ int z2; variable
51 struct S { struct
52 __global__ void foo() {}; // expected-error {{must be a free function or static member function}} in foo()
55 …__global__ static void baz() {}; // expected-warning {{kernel function 'baz' is a member function}} in baz()
/aosp_15_r20/external/clang/test/CXX/drs/
H A Ddr2xx.cpp126 struct S { struct
129 typedef enum { e } *E;
136 template<typename T> struct S { struct
144 struct S {}; struct
148 struct S {}; struct
163 struct S {}; struct
169 struct S {}; struct
175 struct S { struct
176 template<typename T> friend void f(S, T) {} in f() argument
313 template<typename T> struct S { struct
[all …]
/aosp_15_r20/external/python/cpython2/Python/
Ddtoa.c639 ULong z2; in mult() local
1233 quorem(Bigint *b, Bigint *S) in quorem()
2388 Bigint *b, *b1, *delta, *mlo, *mhi, *S; in _Py_dg_dtoa() local
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/android_common_apex30/javac/
Dbouncycastle-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/linux_glibc_common/local-javac-header/
Dbouncycastle-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...
/aosp_15_r20/out/target/common/obj/APPS/CertInstaller_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/CertInstaller/CertInstaller/android_common/combined/
DCertInstaller.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/android_common/javac/
Dbouncycastle-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/linux_glibc_common/javac/
Dbouncycastle-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/bouncycastle.com.android.art.debug_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/module_sdk/art/1/java/
Dbouncycastle.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle/android_common_apex31/javac/
Dbouncycastle.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-uwb/android_common_apex33/javac/
Dbouncycastle-uwb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-repackaged-unbundled/android_common/javac/
Dbouncycastle-repackaged-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests-support.jarMETA-INF/ META-INF/MANIFEST.MF libcore/ libcore/java/ libcore/ ...
Dapache-harmony-tests.jarMETA-INF/ META-INF/MANIFEST.MF DefaultPkgIntf.class Proxy2Test.java package DefaultPkgIntf ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests-support.jarMETA-INF/ META-INF/MANIFEST.MF libcore/ libcore/java/ libcore/ ...
Dapache-harmony-tests.jarMETA-INF/ META-INF/MANIFEST.MF DefaultPkgIntf.class Proxy2Test.java package DefaultPkgIntf ...
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c14568 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
14838 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
14862 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument
15019 # define TREETRACE(K,P,S,X) \ argument
15024 # define TREETRACE(K,P,S,X) argument
19422 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument
21387 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument
24924 const char *z2 = z; in parseModifier() local
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14692 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
14962 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
14986 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument
15143 # define TREETRACE(K,P,S,X) \ argument
15148 # define TREETRACE(K,P,S,X) argument
19565 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument
21547 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument
25163 const char *z2 = z; in parseModifier() local
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c14735 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
15005 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
15029 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument
15186 # define TREETRACE(K,P,S,X) \ argument
15191 # define TREETRACE(K,P,S,X) argument
19607 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument
21590 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument
25147 const char *z2 = z; in parseModifier() local
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c14568 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
14838 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
14862 #define SQLITE_OVERFLOW(P,S,E) (((uptr)(S)<(uptr)(P))&&((uptr)(E)>(uptr)(P))) argument
15019 # define TREETRACE(K,P,S,X) \ argument
15024 # define TREETRACE(K,P,S,X) argument
19422 #define IsNestedFrom(S) ((S)!=0 && ((S)->selFlags&SF_NestedFrom)!=0) argument
21387 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument
24924 const char *z2 = z; in parseModifier() local
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/test-exports/java/
Dconscrypt-tests.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

12345