Home
last modified time | relevance | path

Searched refs:hiding (Results 1 – 25 of 106) sorted by relevance

12345

/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp4.cpp19 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/
Dp4.cpp18 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/
Dp1.cpp22 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/
Dp1.cpp22 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/
DChildComponent.java17 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()
DParentComponent.java17 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()
DSubcomponentHidingTest.java17 package dagger.functional.subcomponent.hiding;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-confopts.m4185 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/
Dcurl-confopts.m4234 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/
DCommonModuleName.java17 package dagger.functional.subcomponent.hiding.b;
DCommonName.java17 package dagger.functional.subcomponent.hiding.b;
/external/dagger2/javatests/dagger/functional/subcomponent/hiding/a/
DCommonModuleName.java17 package dagger.functional.subcomponent.hiding.a;
DCommonName.java17 package dagger.functional.subcomponent.hiding.a;
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dstring-in-comment.css8 /* end hiding */
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/travis/
Ddistcheck.sh8 …./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug
Dbuild.sh6 …$SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --…
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp11-1y.cpp18 void hiding() { in hiding() function
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp11-1y.cpp18 void hiding() { in hiding() function
/external/e2fsprogs/doc/RelNotes/
Dv1.43.3.txt21 hiding the linker flags for e2fsck.static so the build hardening log
/external/fmtlib/doc/bootstrap/
Dtables.less136 …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/
DSafeStack.rst77 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/
DSafeStack.rst77 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/
Dbugprone-forwarding-reference-overload.rst41 the possible hiding.
/external/deqp-deps/glslang/Test/
Dswitch.frag142 float a; // okay, hiding outer 'a'
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dswitch.frag142 float a; // okay, hiding outer 'a'

12345