/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/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ |
D | ChildComponent.java | 16 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()
|
D | ParentComponent.java | 16 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/ |
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 …]
|
D | curl-compilers.m4 | 1145 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/ |
D | CommonModuleName.java | 16 package test.subcomponent.hiding.b;
|
D | CommonName.java | 16 package test.subcomponent.hiding.b;
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/ |
D | CommonModuleName.java | 16 package test.subcomponent.hiding.a;
|
D | CommonName.java | 16 package test.subcomponent.hiding.a;
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | string-in-comment.css | 8 /* end hiding */
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/ |
D | SubcomponentHidingTest.java | 16 package test.subcomponent.hiding;
|
/external/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/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/deqp-deps/glslang/Test/ |
D | switch.frag | 142 float a; // okay, hiding outer 'a'
|
D | 120.vert | 97 int overloadB; // hiding
|
/external/boringssl/src/ |
D | INCORPORATING.md | 106 in the resulting shared object while hiding private symbols. However note that,
|
/external/libpcap/ |
D | aclocal.m4 | 107 # 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/ |
D | README.md | 123 simplifying the code -- and ultimately hiding the message pipe -- on either side
|
/external/python/cpython3/Doc/tutorial/ |
D | modules.rst | 108 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/ |
D | break-false-dep.ll | 224 ; hiding the false dependency behind a true dependency
|
D | bmi.ll | 632 ; The add here used to get shrunk, but the and did not thus hiding the blsr pattern.
|
/external/u-boot/test/py/ |
D | README.md | 160 - `-s` prevents pytest from hiding a test's stdout. This allows you to see
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 3 …formance of its code. Note that it is not required to know deeply what's hiding behind these steps…
|