Home
last modified time | relevance | path

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

123

/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/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/
DChildComponent.java16 package test.subcomponent.hiding;
20 @Subcomponent(modules = test.subcomponent.hiding.b.CommonModuleName.class)
23 test.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName()
25 test.subcomponent.hiding.b.CommonName bCommonName(); in bCommonName()
DParentComponent.java16 package test.subcomponent.hiding;
21 @Component(modules = test.subcomponent.hiding.a.CommonModuleName.class)
25 test.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName()
/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 …]
Dcurl-compilers.m41145 dnl Warn on variable declarations hiding a previous one
1442 dnl Verify if compiler supports hiding library internal symbols, setting
1449 AC_MSG_CHECKING([if compiler supports hiding library internal symbols])
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/
DCommonModuleName.java16 package test.subcomponent.hiding.b;
DCommonName.java16 package test.subcomponent.hiding.b;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/
DCommonModuleName.java16 package test.subcomponent.hiding.a;
DCommonName.java16 package test.subcomponent.hiding.a;
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dstring-in-comment.css8 /* end hiding */
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/
DSubcomponentHidingTest.java16 package test.subcomponent.hiding;
/external/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/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/deqp-deps/glslang/Test/
Dswitch.frag142 float a; // okay, hiding outer 'a'
D120.vert97 int overloadB; // hiding
/external/boringssl/src/
DINCORPORATING.md106 in the resulting shared object while hiding private symbols. However note that,
/external/libpcap/
Daclocal.m4107 # Try to have the compiler default to hiding symbols,
126 # Try to have the compiler default to hiding symbols,
207 # Try to have the compiler default to hiding symbols,
/external/libchrome/mojo/
DREADME.md123 simplifying the code -- and ultimately hiding the message pipe -- on either side
/external/python/cpython3/Doc/tutorial/
Dmodules.rst108 an unknown set of names into the interpreter, possibly hiding some things
430 such as ``string``, from unintentionally hiding valid modules that occur later
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbreak-false-dep.ll224 ; hiding the false dependency behind a true dependency
Dbmi.ll632 ; The add here used to get shrunk, but the and did not thus hiding the blsr pattern.
/external/u-boot/test/py/
DREADME.md160 - `-s` prevents pytest from hiding a test's stdout. This allows you to see
/external/eigen/doc/
DSparseLinearSystems.dox3 …formance of its code. Note that it is not required to know deeply what's hiding behind these steps…

123