| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | aggregate.d | 298 const vdIsVoidInit = vd._init && vd._init.isVoidInitializer(); in checkOverlappedFields() 326 if (!v2._init) in checkOverlappedFields() 329 if (v2._init.isVoidInitializer()) in checkOverlappedFields() 332 if (vd._init && !vdIsVoidInit && v2._init) in checkOverlappedFields() 337 else if (v2._init && i < j) in checkOverlappedFields() 340 v2.toChars(), v2._init.toChars(), vd.toChars()); in checkOverlappedFields() 379 if (vd._init && vd._init.isVoidInitializer()) in fill() 397 if (v2._init && v2._init.isVoidInitializer()) in fill() 411 else if (v2._init) in fill() 425 if (!vx || !vx._init && v2._init) in fill() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | declaration.c | 825 this->_init = init; in VarDeclaration() 861 _init ? _init->syntaxCopy() : NULL); in syntaxCopy() 893 if (storage_class & STCextern && _init) in semantic() 915 _init = inferType(_init, sc); in semantic() 916 type = initializerToExpression(_init)->type; in semantic() 988 type->toChars(), _init->toChars()); in semantic() 1019 … Expression *ie = (_init && !_init->isVoidInitializer()) ? initializerToExpression(_init) : NULL; in semantic() 1105 ie = new TupleExp(_init->loc, iexps); in semantic() 1146 ti = _init ? _init->syntaxCopy() : NULL; in semantic() 1233 storage_class & (STCconst | STCimmutable) && _init && !_init->isVoidInitializer()) in semantic() [all …]
|
| H A D | dstruct.c | 580 if (vd->_init && vd->_init->isVoidInitializer()) in checkOverlappedFields() 608 if (v2->_init && v2->_init->isVoidInitializer()) in checkOverlappedFields() 611 if (vx->_init && v2->_init) in checkOverlappedFields() 652 if (vd->_init && vd->_init->isVoidInitializer()) in fill() 670 if (v2->_init && v2->_init->isVoidInitializer()) in fill() 684 else if (v2->_init) in fill() 699 if (!vx || (!vx->_init && v2->_init)) in fill() 708 else if (vx->_init && v2->_init) in fill() 715 assert(vx->_init || (!vx->_init && !v2->_init)); in fill() 725 else if (vx->_init) in fill() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/score/ |
| H A D | crti.S | 47 jl _init 63 .globl _init symbol 64 .type _init, %function 65 _init: label 99 bl _init 118 .globl _init symbol 119 .type _init, %function 120 _init: label
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/score/ |
| H A D | crti.S | 47 jl _init 63 .globl _init symbol 64 .type _init, %function 65 _init: label 99 bl _init 118 .globl _init symbol 119 .type _init, %function 120 _init: label
|
| /netbsd-src/lib/csu/arch/ia64/ |
| H A D | crti.S | 40 .proc _init label 41 .global _init symbol 42 _init: label 48 .endp _init
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| H A D | crti.S | 1 # Define _init and _fini entry points for C-SKY. 74 .globl _init symbol 75 .type _init, @function 76 _init: label 124 .global _init symbol 125 .type _init,@function 127 _init: label
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| H A D | crti.S | 1 # Define _init and _fini entry points for C-SKY. 74 .globl _init symbol 75 .type _init, @function 76 _init: label 124 .global _init symbol 125 .type _init,@function 127 _init: label
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | mpfr-thread.h | 197 #define MPFR_DEFERRED_INIT_MASTER_DECL(_id, _init, _clear) \ argument 200 _init ; \ 214 #define MPFR_DEFERRED_INIT_MASTER_DECL(_id, _init, _clear) \ argument 219 _init; \ 238 #define MPFR_DEFERRED_INIT_MASTER_DECL(_id_lock, _init, _clear) argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| H A D | crti.S | 33 .globl _init symbol 34 .type _init,@function 35 _init: label
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| H A D | crti.S | 33 .globl _init symbol 34 .type _init,@function 35 _init: label
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
| H A D | crti.S | 35 .globl _init symbol 36 .type _init,@function 37 _init: label
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
| H A D | crti.S | 35 .globl _init symbol 36 .type _init,@function 37 _init: label
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/c6x/ |
| H A D | crti.S | 29 .globl _init symbol 30 .type _init,@function 31 _init: label
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/c6x/ |
| H A D | crti.S | 29 .globl _init symbol 30 .type _init,@function 31 _init: label
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ |
| H A D | crti.S | 37 .global _init symbol 39 .type _init,@function 40 _init: label
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ |
| H A D | crti.S | 37 .global _init symbol 39 .type _init,@function 40 _init: label
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mips/ |
| H A D | crti.S | 31 .globl _init symbol 32 .type _init,@function 33 _init: label
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/mips/ |
| H A D | crti.S | 31 .globl _init symbol 32 .type _init,@function 33 _init: label
|
| /netbsd-src/lib/csu/arch/alpha/ |
| H A D | crti.S | 38 .global _init symbol 39 .type _init, @function 40 _init: label
|
| /netbsd-src/lib/csu/arch/arm/ |
| H A D | crti.S | 44 .globl _init symbol 45 .type _init,%function 46 _init: label
|
| /netbsd-src/lib/csu/arch/mips/ |
| H A D | crti.S | 40 NESTED_NOPROFILE(_init, CALLFRAME_SIZ, ra) 48 SETUP_GP64(CALLFRAME_GP, _init) 49 END(_init)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | legacy_meth.h | 11 static int nm##_init(EVP_MD_CTX *ctx) \ 25 static int nm##_init(EVP_MD_CTX *ctx) \ 27 return fn##_init(EVP_MD_CTX_get0_md_data(ctx)); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mmix/ |
| H A D | crti.S | 52 crtstxt OCTA _init % Assumed to be the lowest executed address. 105 PUSHJ $2,_init 122 % Provide the first part of _init and _fini. Save the return address on the 129 .global _init symbol 130 _init: label
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| H A D | crti.S | 52 crtstxt OCTA _init % Assumed to be the lowest executed address. 105 PUSHJ $2,_init 122 % Provide the first part of _init and _fini. Save the return address on the 129 .global _init symbol 130 _init: label
|