/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p4.cpp | 19 struct hiding {}; struct 20 int hiding; variable 27 using NonClass::hiding; // expected-error {{not a class}} 38 struct hiding {}; // expected-note {{previous use is here}} struct 39 Opaque0 hiding; member 46 using A::hiding; 56 typedef struct A::hiding local; in test1() 57 struct hiding _ = local(); in test1() 61 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 73 Opaque0 _ = hiding; in test5() [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p4.cpp | 18 struct hiding {}; struct 19 int hiding; variable 26 using NonClass::hiding; // expected-error {{not a class}} 37 struct hiding {}; // expected-note {{previous use is here}} struct 38 Opaque0 hiding; member 45 using A::hiding; 55 typedef struct A::hiding local; in test1() 56 struct hiding _ = local(); in test1() 60 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 72 Opaque0 _ = hiding; in test5() [all …]
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 22 struct hiding {}; struct 23 int hiding; variable 36 NonClass::hiding; // expected-error {{not a class}} 64 struct hiding {}; // expected-note {{previous use is here}} struct 65 Opaque0 hiding; member 77 A::hiding; 110 typedef struct A::hiding local; in test1() 111 struct hiding _ = local(); in test1() 115 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 127 Opaque0 _ = hiding; in test5() [all …]
|
/external/llvm-project/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 22 struct hiding {}; struct 23 int hiding; variable 36 NonClass::hiding; // expected-error {{not a class}} 64 struct hiding {}; // expected-note {{previous use is here}} struct 65 Opaque0 hiding; member 77 A::hiding; 110 typedef struct A::hiding local; in test1() 111 struct hiding _ = local(); in test1() 115 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 127 Opaque0 _ = hiding; in test5() [all …]
|
/external/dagger2/javatests/dagger/functional/subcomponent/hiding/ |
D | ChildComponent.java | 17 package dagger.functional.subcomponent.hiding; 22 @Subcomponent(modules = dagger.functional.subcomponent.hiding.b.CommonModuleName.class) 25 dagger.functional.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName() 27 dagger.functional.subcomponent.hiding.b.CommonName bCommonName(); in bCommonName()
|
D | ParentComponent.java | 17 package dagger.functional.subcomponent.hiding; 22 @Component(modules = dagger.functional.subcomponent.hiding.a.CommonModuleName.class) 26 dagger.functional.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName()
|
D | SubcomponentHidingTest.java | 17 package dagger.functional.subcomponent.hiding;
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-confopts.m4 | 185 dnl --enable-symbol-hiding or --disable-symbol-hiding, 190 AC_MSG_CHECKING([whether to enable hiding of library internal symbols]) 192 AC_ARG_ENABLE(symbol-hiding, 193 AC_HELP_STRING([--enable-symbol-hiding],[Enable hiding of library internal symbols]) 194 AC_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]), 198 dnl --disable-symbol-hiding option used. 199 dnl This is an indication to not attempt hiding of library internal 206 dnl configure's symbol-hiding option not specified. 207 dnl Handle this as if --enable-symbol-hiding option was given. 212 dnl --enable-symbol-hiding option used. [all …]
|
/external/curl/m4/ |
D | curl-confopts.m4 | 234 dnl --enable-symbol-hiding or --disable-symbol-hiding, 239 AC_MSG_CHECKING([whether to enable hiding of library internal symbols]) 241 AC_ARG_ENABLE(symbol-hiding, 242 AC_HELP_STRING([--enable-symbol-hiding],[Enable hiding of library internal symbols]) 243 AC_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]), 246 AC_HELP_STRING([--enable-hidden-symbols],[To be deprecated, use --enable-symbol-hiding]) 247 AC_HELP_STRING([--disable-hidden-symbols],[To be deprecated, use --disable-symbol-hiding]), 251 dnl --disable-symbol-hiding option used. 252 dnl This is an indication to not attempt hiding of library internal 259 dnl configure's symbol-hiding option not specified. [all …]
|
/external/dagger2/javatests/dagger/functional/subcomponent/hiding/b/ |
D | CommonModuleName.java | 17 package dagger.functional.subcomponent.hiding.b;
|
D | CommonName.java | 17 package dagger.functional.subcomponent.hiding.b;
|
/external/dagger2/javatests/dagger/functional/subcomponent/hiding/a/ |
D | CommonModuleName.java | 17 package dagger.functional.subcomponent.hiding.a;
|
D | CommonName.java | 17 package dagger.functional.subcomponent.hiding.a;
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | string-in-comment.css | 8 /* end hiding */
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/travis/ |
D | distcheck.sh | 8 …./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug
|
D | build.sh | 6 …$SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --…
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p11-1y.cpp | 18 void hiding() { in hiding() function
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p11-1y.cpp | 18 void hiding() { in hiding() function
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.3.txt | 21 hiding the linker flags for e2fsck.static so the build hardening log
|
/external/fmtlib/doc/bootstrap/ |
D | tables.less | 136 …position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/boot… 144 …position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/boot…
|
/external/clang/docs/ |
D | SafeStack.rst | 77 randomization and information hiding: the safe stack is allocated at a random 99 hiding. The randomization is currently based on system-enforced ASLR and shares 100 its known security limitations. The safe stack pointer hiding is not perfect
|
/external/llvm-project/clang/docs/ |
D | SafeStack.rst | 77 randomization and information hiding: the safe stack is allocated at a random 99 hiding. The randomization is currently based on system-enforced ASLR and shares 100 its known security limitations. The safe stack pointer hiding is not perfect
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-forwarding-reference-overload.rst | 41 the possible hiding.
|
/external/deqp-deps/glslang/Test/ |
D | switch.frag | 142 float a; // okay, hiding outer 'a'
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | switch.frag | 142 float a; // okay, hiding outer 'a'
|