/third_party/typescript/tests/baselines/reference/ |
D | derivedClassOverridesPrivateFunction1.symbols | 6 this._init(); 7 >this._init : Symbol(BaseClass._init, Decl(derivedClassOverridesPrivateFunction1.ts, 3, 5)) 9 >_init : Symbol(BaseClass._init, Decl(derivedClassOverridesPrivateFunction1.ts, 3, 5)) 11 private _init() { 12 >_init : Symbol(BaseClass._init, Decl(derivedClassOverridesPrivateFunction1.ts, 3, 5)) 23 private _init() { 24 >_init : Symbol(DerivedClass._init, Decl(derivedClassOverridesPrivateFunction1.ts, 10, 5))
|
D | derivedClassOverridesPrivateFunction1.types | 6 this._init(); 7 >this._init() : void 8 >this._init : () => void 10 >_init : () => void 12 private _init() { 13 >_init : () => void 25 private _init() { 26 >_init : () => void
|
D | derivedClassOverridesPrivateFunction1.js | 4 this._init(); 6 private _init() { method in BaseClass 13 private _init() { method in DerivedClass 36 this._init(); 38 BaseClass.prototype._init = function () { method in BaseClass 47 DerivedClass.prototype._init = function () { method in DerivedClass
|
D | derivedClassOverridesPrivateFunction1.errors.txt | 2 Types have separate declarations of a private property '_init'. 8 this._init(); 10 private _init() { 16 !!! error TS2415: Types have separate declarations of a private property '_init'. 20 private _init() {
|
/third_party/libunwind/doc/ |
D | unw_init_local.tex | 8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_… 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx… 16 \Type{int} \Func{unw\_init\_local2}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ct… 20 The \Func{unw\_init\_local}() routine initializes the unwind cursor 31 The \Func{unw\_init\_local}() routine can be used only for unwinding in 33 For all other cases, \Func{unw\_init\_remote}() must be used instead. 35 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is 37 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}() 42 \Func{unw\_init\_local2}() should be used for correct initialization 47 On successful completion, \Func{unw\_init\_local}() returns 0. [all …]
|
D | unw_init_remote.tex | 8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw… 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var… 19 The \Func{unw\_init\_remote}() routine initializes the unwind cursor 35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding 38 generally preferable to use \Func{unw\_init\_local}() instead, because 43 On successful completion, \Func{unw\_init\_remote}() returns 0. 49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space 56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a 60 \Func{unw\_init\_remote}()). 62 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_remote}() [all …]
|
/third_party/musl/crt/powerpc64/ |
D | crti.s | 3 .global _init symbol 4 _init: label 5 addis 2, 12, .TOC.-_init@ha 6 addi 2, 2, .TOC.-_init@l 7 .localentry _init,.-_init
|
/third_party/typescript/tests/cases/compiler/ |
D | derivedClassOverridesPrivateFunction1.ts | 3 this._init(); 5 private _init() { method in BaseClass 12 private _init() { method in DerivedClass
|
/third_party/musl/porting/linux/user/crt/arm/ |
D | crti.s | 6 .global _init symbol 7 .type _init,%function 8 _init: label
|
/third_party/musl/crt/arm/ |
D | crti.s | 4 .global _init symbol 5 .type _init,%function 6 _init: label
|
/third_party/musl/porting/linux/user/crt/aarch64/ |
D | crti.s | 4 .global _init symbol 5 .type _init,%function 6 _init: label
|
/third_party/musl/crt/aarch64/ |
D | crti.s | 2 .global _init symbol 3 .type _init,%function 4 _init: label
|
/third_party/musl/crt/mips/ |
D | crti.s | 4 .global _init symbol 5 .type _init,@function 7 _init: label
|
/third_party/musl/crt/mipsn32/ |
D | crti.s | 3 .global _init symbol 4 .type _init,@function 6 _init: label
|
/third_party/musl/crt/sh/ |
D | crti.s | 2 .global _init symbol 3 .type _init, @function 4 _init: label
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_g726.c | 26 static av_cold int g726_ ## bitrate ##_init(AVFormatContext *s, int st_index, \ 42 .init = g726_ ## bitrate ## _init, \ 48 .init = g726_ ## bitrate ## _init, \
|
/third_party/musl/crt/i386/ |
D | crti.s | 2 .global _init symbol 3 _init: label
|
/third_party/musl/crt/x86_64/ |
D | crti.s | 2 .global _init symbol 3 _init: label
|
/third_party/musl/crt/x32/ |
D | crti.s | 2 .global _init symbol 3 _init: label
|
/third_party/musl/crt/powerpc/ |
D | crti.s | 3 .global _init symbol 4 _init: label
|
/third_party/musl/crt/ |
D | crt1.c | 9 weak void _init(); 18 __libc_start_main(main, argc, argv, _init, _fini, 0); in _start_c()
|
D | rcrt1.c | 6 weak void _init(); 13 __libc_start_main(main, *sp, (void *)(sp+1), _init, _fini, 0); in __dls2()
|
/third_party/musl/crt/microblaze/ |
D | crti.s | 2 .global _init symbol 4 _init: label
|
/third_party/musl/crt/or1k/ |
D | crti.s | 2 .global _init symbol 3 _init: label
|
/third_party/musl/crt/mips64/ |
D | crti.s | 4 .global _init symbol 6 _init: label
|